-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to use the payload #191
Comments
Hi @gjm-anban , You can have a look at the The command line is similar to I agree that documentation is missing on how to proceed with a fuzzing campaign, i'll add a note to do it this month ! Thanks for the feedback ! |
thanks, I can run the payload now |
hello,@Wenzel. kafl debug --resume --kernel /home/liu/linux-guest/arch/x86/boot/bzImage --memory 2048 --input /dev/shm/kafl_root/corpus/kasan/payload_00001 --action gdb No trace region configured! Intel PT disabled!
|
Hi @liujf628995, When using the GDB kafl debug action, QEMU starts with
so you need to connect to the QEMU instance with gdb and release the execution
|
@Wenzel Thanks for your help! |
I fuzz the linux by https://intellabs.github.io/kAFL/tutorials/fuzzing_linux_kernel.html.
I found some payload here
Could anyone tell how to use the payload to reproduce the crash. I didn't find tutorials.
The text was updated successfully, but these errors were encountered: