diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2025-03-04 11:33:11 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-03-04 12:58:39 +0900 |
| commit | af245dbaca13ef33da686d5fc261fda8341597fc (patch) | |
| tree | cc1104933ca9c4d0eb4caacb9e73eced0fb33884 /patches/afl++-disable-inst-checks.patch | |
| parent | 09f7b0e7db73bd38f51576adad0d13af660ebfaf (diff) | |
| download | loftix-af245dbaca13ef33da686d5fc261fda8341597fc.tar.gz | |
Remove (broken) AFLRun
Diffstat (limited to 'patches/afl++-disable-inst-checks.patch')
| -rw-r--r-- | patches/afl++-disable-inst-checks.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/afl++-disable-inst-checks.patch b/patches/afl++-disable-inst-checks.patch new file mode 100644 index 0000000..68ea511 --- /dev/null +++ b/patches/afl++-disable-inst-checks.patch @@ -0,0 +1,13 @@ +diff --git a/GNUmakefile b/GNUmakefile +index 9a2a7ad3d307..9c3b6a1b1f96 100644 +--- a/GNUmakefile ++++ b/GNUmakefile +@@ -325,7 +325,7 @@ ifdef TEST_MMAP + endif + + .PHONY: all +-all: test_x86 test_shm test_python ready $(PROGS) afl-as llvm gcc_plugin test_build all_done ++all: test_x86 test_shm test_python ready $(PROGS) afl-as llvm gcc_plugin + -$(MAKE) -C utils/aflpp_driver + @echo + @echo |
