about summary refs log tree commit diff
diff options
context:
space:
mode:
authormicrosvuln <55649192+Microsvuln@users.noreply.github.com>2021-04-03 16:30:58 +0400
committermicrosvuln <55649192+Microsvuln@users.noreply.github.com>2021-04-03 16:30:58 +0400
commit2b4e93faba3877aeb49ac873b77a930ebd6f0801 (patch)
tree71c4503b9c18f8dfdc9350ae8bd38192c0c73c13
parentc4ad4681cf0aa3ff66f98053345ed7856692f25d (diff)
downloadafl++-2b4e93faba3877aeb49ac873b77a930ebd6f0801.tar.gz
Add note
Add note
-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 d8a3b014..a8d252e4 100644
--- a/utils/autodict_ql/readme.md
+++ b/utils/autodict_ql/readme.md
@@ -78,7 +78,7 @@ Commands:
 		- `./configure --disable-shared`
 		- `codeql create database libxml-db --language=cpp --command=make`
 			- Now you have the CodeQL database of the project :-)
-3. The final step is to update the CodeQL database you created in the step 2 :
+3. The final step is to update the CodeQL database you created in the step 2 (Suppose we are in `aflplusplus/utils/autodict_ql/` directory) :
 	- `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]`