Trait lief::pe::ExceptionInfo
pub trait ExceptionInfo {
// Provided methods
fn rva_start(&self) -> u32 { ... }
fn offset(&self) -> u64 { ... }
}
Expand description
Trait shared by all runtime functions
pub trait ExceptionInfo {
// Provided methods
fn rva_start(&self) -> u32 { ... }
fn offset(&self) -> u64 { ... }
}
Trait shared by all runtime functions