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

Method function_start_before

rust/src/binary_view.rs:1057–1059  ·  view source on GitHub ↗
(&self, addr: u64)

Source from the content-addressed store, hash-verified

1055 }
1056
1057 fn function_start_before(&self, addr: u64) -> u64 {
1058 unsafe { BNGetPreviousFunctionStartBeforeAddress(self.as_ref().handle, addr) }
1059 }
1060
1061 fn function_start_after(&self, addr: u64) -> u64 {
1062 unsafe { BNGetNextFunctionStartAfterAddress(self.as_ref().handle, addr) }

Callers 1

adjacency_constraintsMethod · 0.80

Implementers 1

binary_view.rsrust/src/binary_view.rs

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected