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

Method offset_has_code_semantics

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

Source from the content-addressed store, hash-verified

247 }
248
249 fn offset_has_code_semantics(&self, offset: u64) -> bool {
250 unsafe { BNIsOffsetCodeSemantics(self.as_ref().handle, offset) }
251 }
252
253 fn offset_has_writable_semantics(&self, offset: u64) -> bool {
254 unsafe { BNIsOffsetWritableSemantics(self.as_ref().handle, offset) }

Callers

nothing calls this directly

Implementers 1

binary_view.rsrust/src/binary_view.rs

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected