about summary refs log tree commit diff
path: root/frida_mode/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-12-27 11:23:24 +0100
committerGitHub <noreply@github.com>2021-12-27 11:23:24 +0100
commit43b162c222cd7f258e41fb8b7b3fc5c6dd6b0bd2 (patch)
tree112f94f4cb261114256da5ced1557f0f86f727b4 /frida_mode/GNUmakefile
parent54eca027a5b234c530a59e340a3ad617d1f24384 (diff)
parent5d9134d6adfdbfb72dc0f1ba2759ee577c38a7da (diff)
downloadafl++-43b162c222cd7f258e41fb8b7b3fc5c6dd6b0bd2.tar.gz
Merge pull request #1228 from WorksButNotTested/frida
Frida
Diffstat (limited to 'frida_mode/GNUmakefile')
-rw-r--r--frida_mode/GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile
index a8e6ce90..254c82db 100644
--- a/frida_mode/GNUmakefile
+++ b/frida_mode/GNUmakefile
@@ -141,9 +141,11 @@ AFLPP_FRIDA_DRIVER_HOOK_OBJ=$(BUILD_DIR)frida_hook.so
 AFLPP_QEMU_DRIVER_HOOK_SRC:=$(HOOK_DIR)qemu_hook.c
 AFLPP_QEMU_DRIVER_HOOK_OBJ:=$(BUILD_DIR)qemu_hook.so
 
+ifneq "$(shell uname)" "Darwin"
 ADDR_DIR:=$(PWD)addr/
 ADDR_SRC:=$(ADDR_DIR)addr.c
 ADDR_BIN:=$(BUILD_DIR)addr
+endif
 
 BIN2C:=$(BUILD_DIR)bin2c
 BIN2C_SRC:=$(PWD)util/bin2c.c