update readme

update readme
This commit is contained in:
microsvuln
2021-04-03 02:04:17 +04:00
parent a26ed3b758
commit 6088a0d4c2

View File

@ -40,7 +40,7 @@ The usage of Autodict-QL is pretty easy. But let's describe it as :
Then you should get :
` Usage: codeql <command> <argument>...
' Usage: codeql <command> <argument>...
Create and query CodeQL databases, or work with the QL language.
GitHub makes this program freely available for the analysis of open-source software and certain other uses, but it is
@ -63,7 +63,7 @@ Commands:
version Show the version of the CodeQL toolchain.
generate Generate formatted QL documentation.
github Commands useful for interacting with the GitHub API through CodeQL.
`
'
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: