diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2024-12-09 13:27:38 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-12-10 16:28:07 +0900 |
| commit | 07d8c67d21a1c56bd7e1c2415311da29de551281 (patch) | |
| tree | ecc364d0122e4f301af4d0678210a9779a61379f /patches/aflrun-disable-inst-checks.patch | |
| parent | 2fb60903b83d0bce039f02b89aabd052fae86cdb (diff) | |
| download | loftix-07d8c67d21a1c56bd7e1c2415311da29de551281.tar.gz | |
Add AFLRun
Diffstat (limited to 'patches/aflrun-disable-inst-checks.patch')
| -rw-r--r-- | patches/aflrun-disable-inst-checks.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/aflrun-disable-inst-checks.patch b/patches/aflrun-disable-inst-checks.patch new file mode 100644 index 0000000..68ea511 --- /dev/null +++ b/patches/aflrun-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 |
