MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / CoreRelocationHandler

Class CoreRelocationHandler

rust/src/relocation.rs:301–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300#[derive(Eq, PartialEq, Hash, Debug)]
301pub struct CoreRelocationHandler(*mut BNRelocationHandler);
302
303unsafe impl Send for CoreRelocationHandler {}
304unsafe impl Sync for CoreRelocationHandler {}

Callers 3

ref_from_rawMethod · 0.70
handleMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected