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

Method auto_defined

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

Source from the content-addressed store, hash-verified

143 }
144
145 pub fn auto_defined(&self) -> bool {
146 unsafe { BNSectionIsAutoDefined(self.handle) }
147 }
148}
149
150impl fmt::Debug for Section {

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected