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

Method deny_write

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

Source from the content-addressed store, hash-verified

159 }
160
161 pub fn deny_write(&self) -> bool {
162 self.flags().deny_write
163 }
164
165 pub fn deny_execute(&self) -> bool {
166 self.flags().deny_execute

Callers

nothing calls this directly

Calls 1

flagsMethod · 0.45

Tested by

no test coverage detected