Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Assign
Class
Assign
rust/src/high_level_il/operation.rs:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
// ASSIGN
97
#[derive(Debug, Copy, Clone)]
98
pub struct Assign {
99
pub dest: usize,
100
pub src: usize,
101
}
102
#[derive(Clone, Debug, PartialEq)]
103
pub struct LiftedAssign {
104
pub dest: Box<HighLevelILLiftedInstruction>,
Callers
2
new_expr
Method · 0.85
lift
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected