Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
312
impl AsRef<CoreRelocationHandler> for CoreRelocationHandler {
313
fn as_ref(&self) -> &Self {
314
self
315
}
316
}
317
318
impl RelocationHandler for CoreRelocationHandler {
Callers
4
default_apply_relocation
Method · 0.45
cb_get_relocation_info
Function · 0.45
cb_apply_relocation
Function · 0.45
register_relocation_handler
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected