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

Method identifier

rust/src/linear_view.rs:47–50  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

45 }
46
47 pub fn identifier(&self) -> LinearViewObjectIdentifier {
48 let raw = unsafe { BNGetLinearViewObjectIdentifier(self.handle) };
49 LinearViewObjectIdentifier::from_owned_raw(raw)
50 }
51
52 pub fn data_only(view: &BinaryView, settings: &DisassemblySettings) -> Ref<Self> {
53 unsafe {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected