aboutsummaryrefslogtreecommitdiff
path: root/frida_mode/test/entry_point
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-07-13 10:10:30 +0200
committervanhauser-thc <vh@thc.org>2023-07-13 10:10:30 +0200
commit534b3eba143c0532e600eb6da08ac2195fa24570 (patch)
treef2f8135c4dd197cb268ee0147682c652b90d14dc /frida_mode/test/entry_point
parent2a34e845072204b29200bf0e480d1d4f2201b332 (diff)
downloadafl++-534b3eba143c0532e600eb6da08ac2195fa24570.tar.gz
qemu_get_symbol_addr.sh
Diffstat (limited to 'frida_mode/test/entry_point')
-rw-r--r--frida_mode/test/entry_point/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/test/entry_point/GNUmakefile b/frida_mode/test/entry_point/GNUmakefile
index 08c660f7..b8c0ecb5 100644
--- a/frida_mode/test/entry_point/GNUmakefile
+++ b/frida_mode/test/entry_point/GNUmakefile
@@ -10,7 +10,7 @@ TESTINSTSRC:=$(PWD)testinstr.c
QEMU_OUT:=$(BUILD_DIR)qemu-out
FRIDA_OUT:=$(BUILD_DIR)frida-out
-GET_SYMBOL_ADDR:=$(ROOT)frida_mode/util/get_symbol_addr.sh
+GET_SYMBOL_ADDR:=$(ROOT)frida_mode/util/frida_get_symbol_addr.sh
ifndef ARCH