create_chain

Function create_chain 

Source
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.