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

Method writable

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

Source from the content-addressed store, hash-verified

143 }
144
145 pub fn writable(&self) -> bool {
146 self.flags().writable
147 }
148
149 pub fn readable(&self) -> bool {
150 self.flags().readable

Callers 1

initMethod · 0.45

Calls 1

flagsMethod · 0.45

Tested by

no test coverage detected