iptr-decoder 0.1.3

Idiomatic Rust-style low-level Intel PT trace handler.
Documentation
1
2
3
4
5
6
7
//! This module contains serveral convenient structs
//! that implments [`HandlePacket`][crate::HandlePacket].

pub mod combined;
#[cfg(feature = "log_handler")]
pub mod log;
pub mod packet_counter;