about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-10-27 09:57:05 +0200
committerGitHub <noreply@github.com>2021-10-27 09:57:05 +0200
commit471081e1b8162a2fd287a62217ba7ff55474a14f (patch)
treef19508a18ea76f68b64219d11c42b37545515459
parent15bc729757c0a0feeadbc3281bc959aaaa1eabba (diff)
parentd85f5d4d62d2ca986b077aef06e8cb32148d9361 (diff)
downloadafl++-471081e1b8162a2fd287a62217ba7ff55474a14f.tar.gz
Merge pull request #1132 from devnexen/frida_macos_build_fix
frida mode macOs build fix proposal
-rw-r--r--frida_mode/src/entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/src/entry.c b/frida_mode/src/entry.c
index 0ce2f3c3..c51e202f 100644
--- a/frida_mode/src/entry.c
+++ b/frida_mode/src/entry.c
@@ -56,7 +56,7 @@ void entry_on_fork(void) {
 #else
 void entry_on_fork(void) {
 
-  if (set_dumpable) { WARNF("AFL_FRIDA_TRACEABLE unsupported"); }
+  if (traceable) { WARNF("AFL_FRIDA_TRACEABLE unsupported"); }
 
 }