diff options
| author | Khaled Yakdan <yakdan@code-intelligence.de> | 2019-09-04 23:20:18 +0200 |
|---|---|---|
| committer | Khaled Yakdan <yakdan@code-intelligence.de> | 2019-09-04 23:20:18 +0200 |
| commit | b31dff6beec6a7aa17da6f7f8a2eef198c263ccc (patch) | |
| tree | c039aeed3572b171c2b7108cd650a0ee53c1b0f6 /unicorn_mode/samples/simple | |
| parent | 1b3f9713309d27c49b153f9b3af12d208076e93c (diff) | |
| parent | abf61ecc8f1b4ea3de59f818d859139637b29f32 (diff) | |
| download | afl++-b31dff6beec6a7aa17da6f7f8a2eef198c263ccc.tar.gz | |
Merge branch 'master-upstream' into custom_mutator_docs
# Conflicts: # afl-fuzz.c
Diffstat (limited to 'unicorn_mode/samples/simple')
| -rw-r--r-- | unicorn_mode/samples/simple/COMPILE.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unicorn_mode/samples/simple/COMPILE.md b/unicorn_mode/samples/simple/COMPILE.md index bd4a66c6..f7bf5b50 100644 --- a/unicorn_mode/samples/simple/COMPILE.md +++ b/unicorn_mode/samples/simple/COMPILE.md @@ -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. \ No newline at end of file +as necessary. |
