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

Method entry_size

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

Source from the content-addressed store, hash-verified

139 }
140
141 pub fn entry_size(&self) -> usize {
142 unsafe { BNSectionGetEntrySize(self.handle) as usize }
143 }
144
145 pub fn auto_defined(&self) -> bool {
146 unsafe { BNSectionIsAutoDefined(self.handle) }

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected