This commit is contained in:
huoji
2025-03-06 20:33:02 +08:00
parent ed5e7ae994
commit 3f022ddd01
2 changed files with 107 additions and 2 deletions

View File

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