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

Class VarSplit

rust/src/medium_level_il/operation.rs:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248// VAR_SPLIT
249#[derive(Copy, Clone, Debug, Hash, PartialEq, Eq)]
250pub struct VarSplit {
251 pub high: Variable,
252 pub low: Variable,
253}
254
255// SET_VAR_SPLIT
256#[derive(Debug, Copy, Clone)]

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected