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

Class SetVarAliased

rust/src/medium_level_il/operation.rs:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196// SET_VAR_ALIASED
197#[derive(Debug, Copy, Clone)]
198pub struct SetVarAliased {
199 pub dest: SSAVariable,
200 pub prev: SSAVariable,
201 pub src: usize,
202}
203#[derive(Clone, Debug, PartialEq)]
204pub struct LiftedSetVarAliased {
205 pub dest: SSAVariable,

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected