about summary refs log tree commit diff
diff options
context:
space:
mode:
authormicrosvuln <55649192+Microsvuln@users.noreply.github.com>2021-04-03 16:33:56 +0400
committermicrosvuln <55649192+Microsvuln@users.noreply.github.com>2021-04-03 16:33:56 +0400
commitd35a90101f1ae51fa022332828209139a7e070ad (patch)
tree5bafe92efcf63417e465671815f1ada07737b944
parenta7141b6a6ea045a20c0be7031bab0767064915ea (diff)
downloadafl++-d35a90101f1ae51fa022332828209139a7e070ad.tar.gz
change cur
change current dir
-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 6beba871..8c24d65c 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!