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

Method executable

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

Source from the content-addressed store, hash-verified

139 }
140
141 pub fn executable(&self) -> bool {
142 self.flags().executable
143 }
144
145 pub fn writable(&self) -> bool {
146 self.flags().writable

Callers 1

initMethod · 0.45

Calls 1

flagsMethod · 0.45

Tested by

no test coverage detected