about summary refs log tree commit diff
path: root/docs/technical_details.md
diff options
context:
space:
mode:
authorh1994st <h1994st@gmail.com>2020-03-07 10:29:14 -0500
committerh1994st <h1994st@gmail.com>2020-03-07 10:29:14 -0500
commitdc0b2dda5e4ec41ea491e63f0ec31c5da6fe7f1d (patch)
treec94bdcd834b4d011df9e2f0fa4e7cd0fd8689019 /docs/technical_details.md
parenta10a3f2fa75f16bf7781a3c02cd23eab7164cff1 (diff)
parented5d65b54f07570c82f6704fdca403b776ff7be2 (diff)
downloadafl++-dc0b2dda5e4ec41ea491e63f0ec31c5da6fe7f1d.tar.gz
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
Diffstat (limited to 'docs/technical_details.md')
-rw-r--r--docs/technical_details.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/technical_details.md b/docs/technical_details.md
index 996bf162..a0453c91 100644
--- a/docs/technical_details.md
+++ b/docs/technical_details.md
@@ -286,8 +286,9 @@ operation of `afl-tmin` is as follows.
 
 First, the tool automatically selects the operating mode. If the initial input
 crashes the target binary, afl-tmin will run in non-instrumented mode, simply
-keeping any tweaks that produce a simpler file but still crash the target. If
-the target is non-crashing, the tool uses an instrumented mode and keeps only
+keeping any tweaks that produce a simpler file but still crash the target.
+The same mode is used for hangs, if `-H` (hang mode) is specified.
+If the target is non-crashing, the tool uses an instrumented mode and keeps only
 the tweaks that produce exactly the same execution path.
 
 The actual minimization algorithm is: