Skip to content
Snippets Groups Projects
Commit 3aea2106 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Update README.md

parent 645348df
No related branches found
No related tags found
No related merge requests found
Pipeline #1446 failed
...@@ -76,13 +76,13 @@ Invoke the rewritten version of /bin/ls and make sure it runs normally: ...@@ -76,13 +76,13 @@ Invoke the rewritten version of /bin/ls and make sure it runs normally:
### Testing Zafl ### Testing Zafl
#### Download afl and install it locally #### Download afl and install it locally
``` ```
wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz
tar -xzvf afl-latest.tgz tar -xzvf afl-latest.tgz
cd <afl_dir> cd <afl_dir>
make make
# build qemu support # (optional) build qemu support
cd qemu_mode cd qemu_mode
./build_qemu_support.sh ./build_qemu_support.sh
``` ```
#### Test afl #### Test afl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment