Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ SetVarSsa
Class
SetVarSsa
rust/src/medium_level_il/operation.rs:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
// SET_VAR_SSA
211
#[derive(Debug, Copy, Clone)]
212
pub struct SetVarSsa {
213
pub dest: SSAVariable,
214
pub src: usize,
215
}
216
#[derive(Clone, Debug, PartialEq)]
217
pub struct LiftedSetVarSsa {
218
pub dest: SSAVariable,
Callers
2
new_expr
Method · 0.85
lift
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected