优化rip的速度
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace sandboxCallbacks {
|
||||
void handleCodeRun(uc_engine* uc, uint64_t address, uint32_t size,
|
||||
void* userData);
|
||||
void handleApiCall(uc_engine* uc, uint64_t address, uint32_t size, void* userData);
|
||||
void handleMemoryRead(uc_engine* uc, uc_mem_type type, uint64_t address,
|
||||
int size, int64_t value, void* userData);
|
||||
void handleMemoryUnmapRead(uc_engine* uc, uc_mem_type type, uint64_t address,
|
||||
|
||||
Reference in New Issue
Block a user