Type Alias frida_gum_sys::GumEvent

source ·
pub type GumEvent = _GumEvent;

Aliased Type§

union GumEvent {
    pub type_: u32,
    pub any: _GumAnyEvent,
    pub call: _GumCallEvent,
    pub ret: _GumRetEvent,
    pub exec: _GumExecEvent,
    pub block: _GumBlockEvent,
    pub compile: _GumCompileEvent,
}

Fields§

§type_: u32§any: _GumAnyEvent§call: _GumCallEvent§ret: _GumRetEvent§exec: _GumExecEvent§block: _GumBlockEvent§compile: _GumCompileEvent