diff options
Diffstat (limited to 'frida_mode/test/libxml/GNUmakefile')
-rw-r--r-- | frida_mode/test/libxml/GNUmakefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/frida_mode/test/libxml/GNUmakefile b/frida_mode/test/libxml/GNUmakefile deleted file mode 100644 index 652223e0..00000000 --- a/frida_mode/test/libxml/GNUmakefile +++ /dev/null @@ -1,13 +0,0 @@ -PWD:=$(shell pwd)/ -ROOT:=$(shell realpath $(PWD)../../..)/ - -.PHONY: all frida - -all: - make -C $(ROOT)frida_mode/ - -frida: - LD_PRELOAD=$(ROOT)frida_mode/build/afl-frida-trace.so ./xml - -debug: - gdb --ex 'set environment LD_PRELOAD=$(ROOT)frida_mode/build/afl-frida-trace.so' --args ./xml \ No newline at end of file |