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

Method address

rust/src/symbol.rs:266–268  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

264 }
265
266 pub fn address(&self) -> u64 {
267 unsafe { BNGetSymbolAddress(self.handle) }
268 }
269
270 pub fn auto_defined(&self) -> bool {
271 unsafe { BNIsSymbolAutoDefined(self.handle) }

Callers 2

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected