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

Method offset_executable

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

Source from the content-addressed store, hash-verified

107 }
108
109 fn offset_executable(&self, offset: u64) -> bool {
110 self.offset_valid(offset)
111 }
112
113 fn offset_backed_by_file(&self, offset: u64) -> bool {
114 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