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

Method arch

rust/src/low_level_il/function.rs:97–99  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

95 }
96
97 pub(crate) fn arch(&self) -> &A {
98 self.arch_handle.borrow()
99 }
100
101 pub fn instruction_at<L: Into<Location>>(
102 &self,

Callers 15

liftMethod · 0.45
set_user_var_valueMethod · 0.45
clear_user_var_valueMethod · 0.45
fmtMethod · 0.45
flag_writeMethod · 0.45
intrinsicMethod · 0.45
dest_regMethod · 0.45
dest_reg_highMethod · 0.45
dest_reg_lowMethod · 0.45
dest_flagMethod · 0.45
source_regMethod · 0.45
low_regMethod · 0.45

Calls 1

borrowMethod · 0.45

Tested by

no test coverage detected