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

Merge branch 'master' of git.zephyr-software.com:allnp/zafl_umbrella

parents 20e61aa9 3aea2106
No related branches found
No related tags found
No related merge requests found
Pipeline #1448 failed
......@@ -76,13 +76,13 @@ Invoke the rewritten version of /bin/ls and make sure it runs normally:
### Testing Zafl
#### Download afl and install it locally
```
wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz
tar -xzvf afl-latest.tgz
cd <afl_dir>
make
# build qemu support
cd qemu_mode
./build_qemu_support.sh
wget http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz
tar -xzvf afl-latest.tgz
cd <afl_dir>
make
# (optional) build qemu support
cd qemu_mode
./build_qemu_support.sh
```
#### 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