diff options
author | Heiko Eißfeldt <heikoi@hexco.de> | 2019-07-19 11:17:30 +0200 |
---|---|---|
committer | Heiko Eißfeldt <heikoi@hexco.de> | 2019-07-19 11:17:30 +0200 |
commit | fe084b9866c5cb01408e3155078f092f64650edf (patch) | |
tree | 0a88d7d878f00863b5c0aaa22900ac8834b6b645 /llvm_mode/README.llvm | |
parent | 5f7e3025d9864ff31f51214adf4c602ab0f86bcb (diff) | |
download | afl++-fe084b9866c5cb01408e3155078f092f64650edf.tar.gz |
several documentation fixes
Diffstat (limited to 'llvm_mode/README.llvm')
-rw-r--r-- | llvm_mode/README.llvm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm_mode/README.llvm b/llvm_mode/README.llvm index aaa7b81f..00528a46 100644 --- a/llvm_mode/README.llvm +++ b/llvm_mode/README.llvm @@ -109,8 +109,8 @@ See README.neverzero This is an early-stage mechanism, so field reports are welcome. You can send bug reports to <afl-users@googlegroups.com>. -5) Bonus feature #1: deferred instrumentation ---------------------------------------------- +5) Bonus feature #1: deferred initialization +-------------------------------------------- AFL tries to optimize performance by executing the targeted binary just once, stopping it just before main(), and then cloning this "master" process to get |