about summary refs log tree commit diff
diff options
context:
space:
mode:
authormicrosvuln <55649192+Microsvuln@users.noreply.github.com>2021-04-03 02:06:18 +0400
committermicrosvuln <55649192+Microsvuln@users.noreply.github.com>2021-04-03 02:06:18 +0400
commitcabde32140d6b781fea3c81e535b717bd01b1ec7 (patch)
tree6f5a707461c7a11bf2a35dcf4188da28bcb49f03
parent6088a0d4c2aeada7d952ce05bc1e683b858b1ade (diff)
downloadafl++-cabde32140d6b781fea3c81e535b717bd01b1ec7.tar.gz
Update readme
Update readme
-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 a610afb7..82aa0a23 100644
--- a/utils/autodict_ql/readme.md
+++ b/utils/autodict_ql/readme.md
@@ -68,7 +68,7 @@ Commands:
 2. Compiler your project with CodeQL: For using the Autodict-QL plugin, you need to compile the source of the target you want to fuzz with CodeQL. This is not something hard .
 	- First you need to create a CodeQL database of the project codebase, suppose we want to compile the libxml with codeql. go to libxml and issue the following commands:
 		- `./configure --disable-shared`
-		- `codeql create database libxml-db --language=cpp --command=make
+		- `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)