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

Method deny_execute

rust/src/segment.rs:165–167  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

163 }
164
165 pub fn deny_execute(&self) -> bool {
166 self.flags().deny_execute
167 }
168
169 pub fn auto_defined(&self) -> bool {
170 unsafe { BNSegmentIsAutoDefined(self.handle) }

Callers 1

Calls 1

flagsMethod · 0.45

Tested by

no test coverage detected