IntelLabs / kAFL

A fuzzer for full VM kernel/driver targets
https://intellabs.github.io/kAFL/
MIT License
659 stars 91 forks source link

Docs: How to fuzz multiple drivers and configure multiple Intel PT tracing (IP0-IP3) in kAFL #229

Open Wenzel opened 1 year ago

Wenzel commented 1 year ago

Raised by https://github.com/IntelLabs/kAFL/issues/227

Gehim12 commented 1 year ago

Hello, i think it would also be beneficial to fix the example for the RANGE_SUBMIT hypercall. In the reference the struct is wrong, the IP filter index should be at index 2 not 0, just as you described here.

Wenzel commented 1 year ago

Good catch @Gehim12 ! I'll push a fix right away !