mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 14:34:25 +00:00
* Added x64 support for persistent mode (function call only), in-memory teest cases and complog * Review changes, fix NeverZero and code to parse the .text section of the main executable. Excluded ranges TBC * Various minor fixes and finished support for AFL_INST_LIBS * Review changes Co-authored-by: Your Name <you@example.com>
9 lines
188 B
C
9 lines
188 B
C
#include "frida-gum.h"
|
|
|
|
void stalker_init(void);
|
|
GumStalker *stalker_get(void);
|
|
void stalker_start(void);
|
|
void stalker_pause(void);
|
|
void stalker_resume(void);
|
|
|