about summary refs log tree commit diff
path: root/examples/afl_proxy/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-29 15:21:51 +0200
committervan Hauser <vh@thc.org>2020-04-29 15:21:51 +0200
commitc53663c7ac2c1f96a2dfe3fcbc6fb232bf1d9a74 (patch)
tree9c0d1ccbe859a6cc9a22e5a579ae585f83c0c8aa /examples/afl_proxy/README.md
parentbc2e65e4821ef4b8fbc33be6c705adfa1c32e02f (diff)
downloadafl++-c53663c7ac2c1f96a2dfe3fcbc6fb232bf1d9a74.tar.gz
afl-proxy -> afl_proxy
Diffstat (limited to 'examples/afl_proxy/README.md')
-rw-r--r--examples/afl_proxy/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/afl_proxy/README.md b/examples/afl_proxy/README.md
new file mode 100644
index 00000000..3c768a19
--- /dev/null
+++ b/examples/afl_proxy/README.md
@@ -0,0 +1,9 @@
+# afl-proxy
+
+afl-proxy is an example skeleton file which can easily be used to fuzz
+and instrument non-standard things.
+
+You only need to change the while() loop of the main() to send the
+data of buf[] with length len to the target and write the coverage
+information to __afl_area_ptr[__afl_map_size]
+