about summary refs log tree commit diff
diff options
context:
space:
mode:
authormicrosvuln <55649192+Microsvuln@users.noreply.github.com>2021-04-03 02:45:46 +0400
committermicrosvuln <55649192+Microsvuln@users.noreply.github.com>2021-04-03 02:45:46 +0400
commitb7d12c8532da0a094aa2504e90f84a1530d569a9 (patch)
tree0e8a43032276d6dd47bd952124dc3c0ed363f52a
parentb418c31479f5d5e1d10c75eafec9ead9351453cb (diff)
downloadafl++-b7d12c8532da0a094aa2504e90f84a1530d569a9.tar.gz
Update readme
Update readme
-rw-r--r--utils/autodict_ql/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/autodict_ql/readme.md b/utils/autodict_ql/readme.md
index 45f685c6..39857f69 100644
--- a/utils/autodict_ql/readme.md
+++ b/utils/autodict_ql/readme.md
@@ -83,7 +83,7 @@ Commands:
 
 
 ## More on dictionaries and tokens
-Core developer of the AFL++ project Marc Heuse also developed a similar tool named `dict2file` which is a LLVM pass which can automatically extracts useful tokens, in addition with LTO instrumentation mode, this dict2file is automtically generates token extraction.
+Core developer of the AFL++ project Marc Heuse also developed a similar tool named `dict2file` which is a LLVM pass which can automatically extracts useful tokens, in addition with LTO instrumentation mode, this dict2file is automtically generates token extraction. `Autodict-QL` plugin gives you scripting capability and you can do whatever you want to extract from the Codebase and it's up to you. in addition it's independent from LLVM system.
 On the other hand, you can also use Google dictionaries which have been made public in May 2020, but the problem of using Google dictionaries is that they are limited to specific file format and speicifications. for example, for testing binutils and ELF file format or AVI in FFMPEG, there are no prebuilt dictionary, so it is highly recommended to use `Autodict-QL` or `Dict2File` features to automatically generating dictionaries based on the target.
 
 I've personally prefer to use `Autodict-QL` or `dict2file` rather than Google dictionaries or any other manully generated dictionaries as `Autodict-QL` is working based on the target.