diff options
author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-06-10 09:07:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 10:07:21 +0200 |
commit | b8092c62274d4b746290b44736cba0f7f4cc5400 (patch) | |
tree | 5d56b201cc991d29c87a23948cbd244f46086a64 /include/envs.h | |
parent | 706c2ac8e036ff79865c31cd818fad0388599a0e (diff) | |
download | afl++-b8092c62274d4b746290b44736cba0f7f4cc5400.tar.gz |
FRIDA - Remove need for AFL_FRIDA_PERSISTENT_RETADDR_OFFSET (#970)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'include/envs.h')
-rw-r--r-- | include/envs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/envs.h b/include/envs.h index 15116fc1..ea912a25 100644 --- a/include/envs.h +++ b/include/envs.h @@ -67,7 +67,6 @@ static char *afl_environment_variables[] = { "AFL_FRIDA_PERSISTENT_DEBUG", "AFL_FRIDA_PERSISTENT_HOOK", "AFL_FRIDA_PERSISTENT_RET", - "AFL_FRIDA_PERSISTENT_RETADDR_OFFSET", "AFL_FRIDA_STATS_FILE", "AFL_FRIDA_STATS_INTERVAL", "AFL_FRIDA_STATS_TRANSITIONS", |