MCPcopy 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)]
212pub struct SetVarSsa {
213 pub dest: SSAVariable,
214 pub src: usize,
215}
216#[derive(Clone, Debug, PartialEq)]
217pub struct LiftedSetVarSsa {
218 pub dest: SSAVariable,

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected