Open AliredDevils opened 4 years ago
How could i compile the afl-fuzz tool TriforceAFL-based of full-system-emulation by myself? Thanks a lot
For the first problem, you can try running these commands under the root privilege. For the second problem, you may take a look at zyw_config1.h in qemu_mode/DECAF_qemu_2.10. When the macro "FULL" is on, the system switches to the full system mode emulation.
@zyw-200 What is the different between afl-fuzz and afl-fuzz-full, qemu-system-mips and qemu-system-mips-full ? Which one should i use to run the test case of 9050 image?
The program with suffix “full” is used for fuzzing with full emulation. You should use programs without “full” suffix.
Test firmware image: dir_815
Test command line:
./FirmAFL/image_9050/afl-fuzz -m none -t 800000+ -Q -i ./inputs -o ./outputs -x keywords /bin/busybox @@
3.Oops:
The afl-fuzz is a binary,i can not debug yet @zyw-200