about summary refs log tree commit diff
path: root/examples/afl_untracer/README.md
blob: 90798028d770c4de1835fbb72b164c1f0af852fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# afl-untracer

afl-untracer is an example skeleton file which can easily be used to fuzz
a closed source library.

It is faster and requires less memory than qemu_mode however it is way
more course grained and does not provide interesting features like compcov
or cmplog.

Read and modify afl-untracer.c then `make` and use it as the afl-fuzz target
(or even remote via afl-network-proxy).