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

Class SetVarSplit

rust/src/medium_level_il/operation.rs:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255// SET_VAR_SPLIT
256#[derive(Debug, Copy, Clone)]
257pub struct SetVarSplit {
258 pub high: Variable,
259 pub low: Variable,
260 pub src: usize,
261}
262#[derive(Clone, Debug, PartialEq)]
263pub struct LiftedSetVarSplit {
264 pub high: Variable,

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected