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

Method linked_section

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

Source from the content-addressed store, hash-verified

123 }
124
125 pub fn linked_section(&self) -> BnString {
126 unsafe { BnString::from_raw(BNSectionGetLinkedSection(self.handle)) }
127 }
128
129 pub fn info_section(&self) -> BnString {
130 unsafe { BnString::from_raw(BNSectionGetInfoSection(self.handle)) }

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected