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

Class SetVarSsaField

rust/src/medium_level_il/operation.rs:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180// SET_VAR_SSA_FIELD, SET_VAR_ALIASED_FIELD
181#[derive(Debug, Copy, Clone)]
182pub struct SetVarSsaField {
183 pub dest: SSAVariable,
184 pub prev: SSAVariable,
185 pub offset: u64,
186 pub src: usize,
187}
188#[derive(Clone, Debug, PartialEq)]
189pub struct LiftedSetVarSsaField {
190 pub dest: SSAVariable,

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected