Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
lift
Method · 0.45
set_user_var_value
Method · 0.45
clear_user_var_value
Method · 0.45
fmt
Method · 0.45
flag_write
Method · 0.45
intrinsic
Method · 0.45
dest_reg
Method · 0.45
dest_reg_high
Method · 0.45
dest_reg_low
Method · 0.45
dest_flag
Method · 0.45
source_reg
Method · 0.45
low_reg
Method · 0.45
Calls
1
borrow
Method · 0.45
Tested by
no test coverage detected