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

Class SetVarField

rust/src/medium_level_il/operation.rs:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146// SET_VAR_FIELD
147#[derive(Debug, Copy, Clone)]
148pub struct SetVarField {
149 pub dest: Variable,
150 pub offset: u64,
151 pub src: usize,
152}
153#[derive(Clone, Debug, PartialEq)]
154pub struct LiftedSetVarField {
155 pub dest: Variable,

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected