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

Method as_ref

rust/src/relocation.rs:313–315  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

311
312impl AsRef<CoreRelocationHandler> for CoreRelocationHandler {
313 fn as_ref(&self) -> &Self {
314 self
315 }
316}
317
318impl RelocationHandler for CoreRelocationHandler {

Callers 4

cb_get_relocation_infoFunction · 0.45
cb_apply_relocationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected