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

Method info

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

Source from the content-addressed store, hash-verified

192 }
193
194 pub fn info(&self) -> RelocationInfo {
195 RelocationInfo::from_raw(unsafe { &BNRelocationGetInfo(self.0) })
196 }
197
198 pub fn architecture(&self) -> Option<CoreArchitecture> {
199 let raw = unsafe { BNRelocationGetArchitecture(self.0) };

Callers 1

download_and_installFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected