diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-08-08 21:22:47 +0200 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-08-08 21:22:47 +0200 |
commit | ab43289c1a6232a308eeba9ed9b1a8fe8168f72d (patch) | |
tree | 873a5c822e7572c9146d4a4f24a832dc867838e5 /utils/README.md | |
parent | c779262d8924daa4ac2c127db2a699c818c3c709 (diff) | |
parent | df74625df0324e17178dbf3c7c03484719ef6dd0 (diff) | |
download | afl++-ab43289c1a6232a308eeba9ed9b1a8fe8168f72d.tar.gz |
Merge branch 'dev' into docs_edit_remote_monitoring
Diffstat (limited to 'utils/README.md')
-rw-r--r-- | utils/README.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/utils/README.md b/utils/README.md index eb2e36b7..b8df0b47 100644 --- a/utils/README.md +++ b/utils/README.md @@ -8,6 +8,9 @@ Here's a quick overview of the stuff you can find in this directory: - afl_network_proxy - fuzz a target over the network: afl-fuzz on a host, target on an embedded system. + - plot_ui - simple UI window utility to display the + plots generated by afl-plot + - afl_proxy - skeleton file example to show how to fuzz something where you gather coverage data via different means, e.g. hw debugger @@ -38,7 +41,7 @@ Here's a quick overview of the stuff you can find in this directory: - crash_triage - a very rudimentary example of how to annotate crashes with additional gdb metadata. - - custom_mutators - examples for the afl++ custom mutator interface in + - custom_mutators - examples for the AFL++ custom mutator interface in C and Python. Note: They were moved to ../custom_mutators/examples/ @@ -61,7 +64,7 @@ Here's a quick overview of the stuff you can find in this directory: - qemu_persistent_hook - persistent mode support module for qemu. - socket_fuzzing - a LD_PRELOAD library 'redirects' a socket to stdin - for fuzzing access with afl++ + for fuzzing access with AFL++ Note that the minimize_corpus.sh tool has graduated from the utils/ directory and is now available as ../afl-cmin. The LLVM mode has likewise |