mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 14:34:25 +00:00
update readme
update readme
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user