Skip to main content

tracedump_file_header_t

Type Alias tracedump_file_header_t 

Source
pub type tracedump_file_header_t = _tracedump_file_header_t;

Aliased Type§

#[repr(C)]
pub struct tracedump_file_header_t { pub version: i32, pub x64: i8, pub linkcount_size: i32, }

Fields§

§version: i32

< The DynamoRIO version that created the file.

§x64: i8

< Whether a 64-bit DynamoRIO library created the file.

§linkcount_size: i32

< Size of the linkcount (linkcounts are deprecated).