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

Method offset_writable

rust/src/binary_view.rs:105–107  ·  view source on GitHub ↗
(&self, offset: u64)

Source from the content-addressed store, hash-verified

103 }
104
105 fn offset_writable(&self, offset: u64) -> bool {
106 self.offset_valid(offset)
107 }
108
109 fn offset_executable(&self, offset: u64) -> bool {
110 self.offset_valid(offset)

Callers

nothing calls this directly

Implementers 2

binary_view.rsrust/src/binary_view.rs
view.rsview/minidump/src/view.rs

Calls 1

offset_validMethod · 0.45

Tested by

no test coverage detected