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

Method semantics

rust/src/section.rs:121–123  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

119 }
120
121 pub fn semantics(&self) -> Semantics {
122 unsafe { BNSectionGetSemantics(self.handle).into() }
123 }
124
125 pub fn linked_section(&self) -> BnString {
126 unsafe { BnString::from_raw(BNSectionGetLinkedSection(self.handle)) }

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected