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

Class AssignUnpack

rust/src/high_level_il/operation.rs:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124// ASSIGN_UNPACK
125#[derive(Debug, Copy, Clone)]
126pub struct AssignUnpack {
127 pub first_dest: usize,
128 pub num_dests: usize,
129 pub src: usize,
130}
131#[derive(Clone, Debug, PartialEq)]
132pub struct LiftedAssignUnpack {
133 pub dest: Vec<HighLevelILLiftedInstruction>,

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected