mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 05:23:43 +00:00
Improve JS bindings for hooking functions
This commit is contained in:
@ -7,11 +7,14 @@ typedef gboolean (*js_api_stalker_callback_t)(const cs_insn *insn,
|
||||
gboolean begin, gboolean excluded,
|
||||
GumStalkerOutput *output);
|
||||
|
||||
typedef int (*js_main_hook_t)(int argc, char **argv, char **envp);
|
||||
|
||||
extern unsigned char api_js[];
|
||||
extern unsigned int api_js_len;
|
||||
|
||||
extern gboolean js_done;
|
||||
extern js_api_stalker_callback_t js_user_callback;
|
||||
extern js_main_hook_t js_main_hook;
|
||||
|
||||
/* Frida Mode */
|
||||
|
||||
|
Reference in New Issue
Block a user