FRET-LibAFL/libafl_intelpt
Ivan Gulakov 4763ada075
Use is_multiple_of instead of % == 0 (#3244)
I was reading the changelog of 1.87 and noticed that it's stable now.
Realised that I saw a todo in the code :)

https://releases.rs/docs/1.87.0/
2025-05-17 00:13:31 +02:00
..
2024-11-12 22:34:46 -03:00

Intel Processor Trace (PT) low level code

This module is a wrapper around the IntelPT kernel driver, exposing functionalities specifically crafted for libafl.

At the moment only linux hosts are supported.