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

Method name

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

Source from the content-addressed store, hash-verified

91 }
92
93 pub fn name(&self) -> BnString {
94 unsafe { BnString::from_raw(BNSectionGetName(self.handle)) }
95 }
96
97 pub fn section_type(&self) -> BnString {
98 unsafe { BnString::from_raw(BNSectionGetType(self.handle)) }

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected