mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 04:58:08 +00:00
modernize docs and readme for qemu and unicorn
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
Compiling simple_target.c
|
||||
==========================
|
||||
# Compiling simple_target.c
|
||||
|
||||
You shouldn't need to compile simple_target.c since a MIPS binary version is
|
||||
pre-built and shipped with afl-unicorn. This file documents how the binary
|
||||
@ -38,4 +37,4 @@ mips-linux-gnu-gcc -o simple_target.elf simple_target.c -fPIC -O0 -nostdlib
|
||||
|
||||
Note that the output of this is padded with nulls for 16-byte alignment. This is
|
||||
important when emulating it, as NOPs will be added after the return of main()
|
||||
as necessary.
|
||||
as necessary.
|
||||
|
Reference in New Issue
Block a user