aboutsummaryrefslogtreecommitdiff
path: root/examples/afl_frida/Makefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-15 16:58:40 +0200
committervan Hauser <vh@thc.org>2020-07-15 16:58:40 +0200
commit08d3169df4950458a8b401f6140c8e98fdb3cd81 (patch)
treeb200ae2de9766576d7f2166e791c91544910dc1f /examples/afl_frida/Makefile
parent3cc0445e27628cf2e75d137424f02c8cd3a0c6a0 (diff)
downloadafl++-08d3169df4950458a8b401f6140c8e98fdb3cd81.tar.gz
fix afl-frida
Diffstat (limited to 'examples/afl_frida/Makefile')
-rw-r--r--examples/afl_frida/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/afl_frida/Makefile b/examples/afl_frida/Makefile
index 5d482e54..c154f3a4 100644
--- a/examples/afl_frida/Makefile
+++ b/examples/afl_frida/Makefile
@@ -11,7 +11,7 @@ libfrida-gum.a:
@exit 1
afl-frida: afl-frida.c libfrida-gum.a
- $(CC) -g $(OPT) -o afl-frida -I. -fpermissive -fPIC afl-frida.c ../../afl-llvm-rt.o libfrida-gum.a -ldl -lresolv -pthread
+ $(CC) -g $(OPT) -o afl-frida -Wno-format -Wno-pointer-sign -I. -fpermissive -fPIC afl-frida.c ../../afl-llvm-rt.o libfrida-gum.a -ldl -lresolv -pthread
libtestinstr.so: libtestinstr.c
$(CC) -g -O0 -fPIC -o libtestinstr.so -shared libtestinstr.c