about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-05 01:19:31 +0200
committervan Hauser <vh@thc.org>2020-08-05 01:19:31 +0200
commit3d8f05458041d6007617e383453c7ad66b345144 (patch)
tree0d03d12ce17fab3d3bf415b6f6cb21232191907f
parent6d364dd2cb0ac31797b52e590b57bf9c10cc2302 (diff)
downloadafl++-3d8f05458041d6007617e383453c7ad66b345144.tar.gz
readme fix
-rw-r--r--docs/FAQ.md5
-rw-r--r--gcc_plugin/README.instrument_list.md (renamed from gcc_plugin/README.instrument_file.md)0
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 33ce49e6..e690635a 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -112,10 +112,11 @@ afl-clang-fast PCGUARD and afl-clang-lto LTO instrumentation!
         on start, check to which memory address the edge ID value is written
         and set a write breakpoint to that address (`watch 0x.....`).
 
-  3. Third step: create a text file with the filenames
+  3. Third step: create a text file with the filenames/functions
 
      Identify which source code files contain the functions that you need to
-     remove from instrumentation.
+     remove from instrumentation, or just specify the functions you want to
+     skip instrumenting. Note that optimization might inline functions!
 
      Simply follow this document on how to do this: [llvm_mode/README.instrument_list.md](llvm_mode/README.instrument_list.md)
      If PCGUARD is used, then you need to follow this guide (needs llvm 12+!):
diff --git a/gcc_plugin/README.instrument_file.md b/gcc_plugin/README.instrument_list.md
index d0eaf6ff..d0eaf6ff 100644
--- a/gcc_plugin/README.instrument_file.md
+++ b/gcc_plugin/README.instrument_list.md