diff options
author | microsvuln <55649192+Microsvuln@users.noreply.github.com> | 2021-04-03 02:07:24 +0400 |
---|---|---|
committer | microsvuln <55649192+Microsvuln@users.noreply.github.com> | 2021-04-03 02:07:24 +0400 |
commit | 01658fb2e8d923c2d3df225249d9e8e0931511e8 (patch) | |
tree | 7badef3d8c2f73b36ce3fb87320e3e67d8d9e72c | |
parent | cabde32140d6b781fea3c81e535b717bd01b1ec7 (diff) | |
download | afl++-01658fb2e8d923c2d3df225249d9e8e0931511e8.tar.gz |
Update readme
Update readme
-rw-r--r-- | utils/autodict_ql/readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/autodict_ql/readme.md b/utils/autodict_ql/readme.md index 82aa0a23..e8d3c761 100644 --- a/utils/autodict_ql/readme.md +++ b/utils/autodict_ql/readme.md @@ -70,8 +70,8 @@ Commands: - `./configure --disable-shared` - `codeql create database libxml-db --language=cpp --command=make` - Now you have the CodeQL database of the project :-) -3. To run the Autodict-QL, the final step is to just create a folder named `automate` in the project you want to fuzz. - - `mkdir automate` (inside the libxml directory) +3. To run the Autodict-QL, the final step is to just create a folder named `automate` in the project you want to fuzz. (inside the libxml directory) + - `mkdir automate` 4. The final step is to update the CodeQL database you created in the step 2 inside the automate dir you created at step 3 : - `codeql database upgrade ../libxml-db` 5. Everything is set! :-), now you should issue the following to get the tokens : |