Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Exercise 8/Images/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions Exercise 8/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,14 @@ afl-qemu-trace --help

and you should see something like that:

![](Images/0.png)
![](Images/12.png)

If it's not already installed, you can build and install it with:
If it's not already installed or not for i386, you can build and install it with:

```
sudo apt install ninja-build libc6-dev-i386
cd ~/Downloads/AFLplusplus/qemu_mode/
CPU_TARGET=i386 ./build_qemu_support.sh
make distrib
sudo make install
```

Expand Down