Trait lief::pe::ExceptionInfo

pub trait ExceptionInfo {
    // Provided method
    fn rva_start(&self) -> u32 { ... }
}
Expand description

Trait shared by all runtime functions

Provided Methods§

fn rva_start(&self) -> u32

Function start address

Trait Implementations§

§

impl Display for &dyn ExceptionInfo

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§

§

impl ExceptionInfo for lief::pe::exception_aarch64::RuntimeFunction<'_>

§

impl ExceptionInfo for Packed<'_>

§

impl ExceptionInfo for Unpacked<'_>

§

impl ExceptionInfo for lief::pe::exception_x64::RuntimeFunction<'_>