Type Alias frida_gum_sys::GumX86Writer

source ·
pub type GumX86Writer = _GumX86Writer;

Aliased Type§

struct GumX86Writer {
    pub ref_count: i32,
    pub flush_on_destroy: i32,
    pub target_cpu: u32,
    pub target_abi: u32,
    pub base: *mut u8,
    pub code: *mut u8,
    pub pc: u64,
    pub label_defs: *mut _GumMetalHashTable,
    pub label_refs: _GumMetalArray,
}

Fields§

§ref_count: i32§flush_on_destroy: i32§target_cpu: u32§target_abi: u32§base: *mut u8§code: *mut u8§pc: u64§label_defs: *mut _GumMetalHashTable§label_refs: _GumMetalArray