From 340fc13de188b257ccb9e46a1f581ebd172ea81e Mon Sep 17 00:00:00 2001 From: WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> Date: Mon, 10 May 2021 08:52:59 +0100 Subject: Changes to remove binaries from frida_mode (#913) Co-authored-by: Your Name --- frida_mode/test/libxml/GNUmakefile | 13 ------------- frida_mode/test/libxml/Makefile | 12 ------------ frida_mode/test/libxml/xml | Bin 1849872 -> 0 bytes 3 files changed, 25 deletions(-) delete mode 100644 frida_mode/test/libxml/GNUmakefile delete mode 100644 frida_mode/test/libxml/Makefile delete mode 100755 frida_mode/test/libxml/xml (limited to 'frida_mode/test/libxml') 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 diff --git a/frida_mode/test/libxml/Makefile b/frida_mode/test/libxml/Makefile deleted file mode 100644 index 258e9de4..00000000 --- a/frida_mode/test/libxml/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -all: - @echo trying to use GNU make... - @gmake all || echo please install GNUmake - -clean: - @gmake clean - -frida: - @gmake frida - -debug: - @gmake debug \ No newline at end of file diff --git a/frida_mode/test/libxml/xml b/frida_mode/test/libxml/xml deleted file mode 100755 index fb5c7c76..00000000 Binary files a/frida_mode/test/libxml/xml and /dev/null differ -- cgit 1.4.1