Any documents to show how to use "kafl cov"?
Any documents to show how to use "kafl cov"?
Our linux kernel example covers it. I recently updated the README.md for the new commandline and added some more usage notes around it: https://github.com/IntelLabs/kafl.targets/tree/master/linux-kernel#4-next-steps
TODO: Should merge this updated text to our docs/tutorial. The README can just link to the tutorial.
Thanks~
And I found a ghidra script that can show coverage result, which may be helpful for others. (Descibed in here)
make env
./kafl/fuzzer/scripts/ghidra_run.sh $WORKDIR $TARGET_BINARY kafl/fuzzer/scripts/ghidra_cov_analysis.py
TODO: merge updated text in kafl.targets/linux-kernel/README.md to our docs/tutorial. The README can just link to the tutorial.
See also: #126