Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ handle
Method
handle
rust/src/relocation.rs:382–384 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
380
}
381
382
fn handle(&self) -> CoreRelocationHandler {
383
CoreRelocationHandler(self.0)
384
}
385
}
386
387
impl ToOwned for CoreRelocationHandler {
Callers
7
register_relocation_handler
Function · 0.45
register_calling_convention
Function · 0.45
new
Method · 0.45
clobbered_registers
Method · 0.45
return_registers
Method · 0.45
llil
Method · 0.45
create_client
Method · 0.45
Calls
1
CoreRelocationHandler
Class · 0.70
Tested by
no test coverage detected