kAFL icon indicating copy to clipboard operation
kAFL copied to clipboard

Any documents to show how to use "kafl cov"?

Open LeoneChen opened this issue 3 years ago • 3 comments

Any documents to show how to use "kafl cov"?

LeoneChen avatar Dec 23 '22 16:12 LeoneChen

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.

il-steffen avatar Dec 30 '22 00:12 il-steffen

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

LeoneChen avatar Dec 30 '22 05:12 LeoneChen

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

il-steffen avatar Dec 30 '22 12:12 il-steffen