-
Notifications
You must be signed in to change notification settings - Fork 337
Open
Labels
enhancementNew feature or requestNew feature or request
Description
the Feature, Motivation and Pitch
雷电模拟器 无法勾住libc.so
代码:
shadowhook_init(SHADOWHOOK_MODE_UNIQUE, true);
shadowhook_hook_sym_name("libc.so", "clock_gettime",
(void *) hook_clock_gettime,
(void **) &original_clock_gettime);
shadowhook_hook_sym_name("libc.so", "gettimeofday",
(void *) hook_gettimeofday,
(void **) &orgin_gettimeofday);
Alternatives
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request