This commit is contained in:
huoji
2025-03-06 19:15:24 +08:00
parent 2c18f7fd15
commit 9a5ea0f919

View File

@@ -1,5 +1,5 @@
#include "sandbox_callbacks.h"
#define LOG_LEVEL 0
#define LOG_LEVEL 1
namespace sandboxCallbacks {
void handleCodeRun(uc_engine* uc, uint64_t address, uint32_t size,
void* userData) {