pub fn create_chain<A: Architecture>(target: usize) -> Result<HookChain<A>>Expand description
create a hook chain on a target function
allows multiple hooks on the same target with priority ordering.
pub fn create_chain<A: Architecture>(target: usize) -> Result<HookChain<A>>create a hook chain on a target function
allows multiple hooks on the same target with priority ordering.