diff options
author | microsvuln <55649192+Microsvuln@users.noreply.github.com> | 2021-04-03 03:16:13 +0400 |
---|---|---|
committer | microsvuln <55649192+Microsvuln@users.noreply.github.com> | 2021-04-03 03:16:13 +0400 |
commit | 8f9d1fd7b05f916d8c43d5872be54d9074bdf8db (patch) | |
tree | 8b1f14d1bf49a2df2dc75fcc86d550246e473cef /utils | |
parent | b7d12c8532da0a094aa2504e90f84a1530d569a9 (diff) | |
download | afl++-8f9d1fd7b05f916d8c43d5872be54d9074bdf8db.tar.gz |
Updates
update
Diffstat (limited to 'utils')
-rw-r--r-- | utils/autodict_ql/readme.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/utils/autodict_ql/readme.md b/utils/autodict_ql/readme.md index 39857f69..3e4655c8 100644 --- a/utils/autodict_ql/readme.md +++ b/utils/autodict_ql/readme.md @@ -34,10 +34,11 @@ The usage of Autodict-QL is pretty easy. But let's describe it as : 1. First of all, you need to have CodeQL installed on the system. we make this possible with `build-codeql.sh` bash script. This script will install CodeQL completety and will set the required environment variables for your system, so : -` # chmod +x codeql-build.sh` - -` # codeql ` - +```shell +# chmod +x codeql-build.sh` +# sudo ./codeql-build.sh +# codeql ` +``` Then you should get : ```shell @@ -93,5 +94,3 @@ There are 2 important points to remember : - If you combine `Autodict-QL` with AFL++ cmplog, you will get much better code coverage and hence better chance to discover new bugs. - Do not remember to set the `AFL_MAX_DET_EXTRAS` to the number of generated dictionaries, if you forget to set this environment variable, then AFL++ use just 200 tokens and use the rest of them probablistically. So this will guarantees that your tokens will be used by AFL++. - - \ No newline at end of file |