mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
Frida persistent (#880)
* 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>
This commit is contained in:
committed by
GitHub
parent
8da5cba401
commit
39ad3b8946
@ -2774,6 +2774,14 @@ void check_binary(afl_state_t *afl, u8 *fname) {
|
||||
|
||||
WARNF("AFL_PERSISTENT is no longer supported and may misbehave!");
|
||||
|
||||
} else if (getenv("AFL_FRIDA_PERSISTENT_ADDR")) {
|
||||
|
||||
OKF("FRIDA Persistent mode configuration options detected.");
|
||||
setenv(PERSIST_ENV_VAR, "1", 1);
|
||||
afl->persistent_mode = 1;
|
||||
|
||||
afl->shmem_testcase_mode = 1;
|
||||
|
||||
}
|
||||
|
||||
if (afl->fsrv.frida_mode ||
|
||||
|
Reference in New Issue
Block a user