IntelLabs / kAFL

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

Intel 13th gen: Intel PT is not supported on this CPU #276

Closed Wenzel closed 2 months ago

Wenzel commented 6 months ago

Potential compatibility issue with 13th gen spotted by @GanbaruTobi in https://github.com/IntelLabs/kAFL/issues/275.

Current workaround is to append mitigations=off in GRUB's kernel command line.

nj00001 commented 2 months ago

I've tested it on an i7 13700 with nyx-6.8 kernel installed and everything works fine, no need to make changes to grub!

Wenzel commented 2 months ago

Awesome, thanks for the confirmation !

Wenzel commented 2 months ago

solved by https://github.com/IntelLabs/kAFL/pull/284