优化rip的速度

This commit is contained in:
Huoji's
2025-04-23 04:47:01 +08:00
parent 785f0da7fe
commit db31cd90b5
7 changed files with 276 additions and 116 deletions

View File

@@ -1007,6 +1007,8 @@ struct moudle_export {
uint64_t function_address;
void* function_callback;
uint64_t ordinal;
uc_hook sys_ook;
};
struct moudle_import {
char name[MAX_PATH];