diff options
author | microsvuln <55649192+Microsvuln@users.noreply.github.com> | 2021-04-03 16:31:51 +0400 |
---|---|---|
committer | microsvuln <55649192+Microsvuln@users.noreply.github.com> | 2021-04-03 16:31:51 +0400 |
commit | a7141b6a6ea045a20c0be7031bab0767064915ea (patch) | |
tree | 2d59c7f92e538cd860817ac98b6094b5cab34b63 | |
parent | 2b4e93faba3877aeb49ac873b77a930ebd6f0801 (diff) | |
download | afl++-a7141b6a6ea045a20c0be7031bab0767064915ea.tar.gz |
Add `
Add `
-rw-r--r-- | utils/autodict_ql/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/autodict_ql/readme.md b/utils/autodict_ql/readme.md index a8d252e4..6beba871 100644 --- a/utils/autodict_ql/readme.md +++ b/utils/autodict_ql/readme.md @@ -82,7 +82,7 @@ Commands: - `codeql database upgrade /home/user/libxml/libxml-db` 4. Everything is set! Now you should issue the following to get the tokens : - `python3 autodict-ql.py [CURRECT_DIR] [CODEQL_DATABASE_PATH] [TOKEN_PATH]` - - example : `python3 /home/user/AFLplusplus/utils/autodict_ql/autodict-ql.py `pwd` /home/user/libxml/libxml-db tokens` + - example : `python3 /home/user/AFLplusplus/utils/autodict_ql/autodict-ql.py ``pwd`` /home/user/libxml/libxml-db tokens` - This will create the final `tokens` dir for you and you are done, then pass the tokens path to afl `-x` flag. 5. Done! |