about summary refs log tree commit diff
path: root/examples/afl_network_proxy/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-30 17:59:59 +0200
committervan Hauser <vh@thc.org>2020-04-30 17:59:59 +0200
commitefa9df24c2a5f97c212a5a22dda19dcbbab0b5de (patch)
tree3cbd58983e3ebd65729c363965a178c9657259c7 /examples/afl_network_proxy/README.md
parenta37eca9df538a4184551244d435e027ca86ccb25 (diff)
downloadafl++-efa9df24c2a5f97c212a5a22dda19dcbbab0b5de.tar.gz
afl-untracer completed
Diffstat (limited to 'examples/afl_network_proxy/README.md')
-rw-r--r--examples/afl_network_proxy/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/afl_network_proxy/README.md b/examples/afl_network_proxy/README.md
index 65012601..c33096be 100644
--- a/examples/afl_network_proxy/README.md
+++ b/examples/afl_network_proxy/README.md
@@ -20,6 +20,7 @@ e.g.:
 ```
 $ afl-network-server -i 1111 -m 25M -t 1000 -- /bin/target -f @@
 ```
+
 ### on the fuzzing master
 
 Just run afl-fuzz with your normal options, however the target should be
@@ -42,3 +43,13 @@ either. Note that also the outgoing interface can be specified with a '%' for
 ## how to compile and install
 
 `make && sudo make install`
+
+## Future
+
+It would be much faster and more effective if `afl-network-server` does not
+send the map data back (64kb or more) but the checksum that `afl-fuzz` would
+generate. This change however would make it incompatible with existing
+afl spinoffs.
+
+But in the future this will be implemented and supported as a compile option.
+