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

Class FreeVarSlotSsa

rust/src/medium_level_il/operation.rs:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173// FREE_VAR_SLOT_SSA
174#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
175pub struct FreeVarSlotSsa {
176 pub dest: SSAVariable,
177 pub prev: SSAVariable,
178}
179
180// SET_VAR_SSA_FIELD, SET_VAR_ALIASED_FIELD
181#[derive(Debug, Copy, Clone)]

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected