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

Class Assign

rust/src/high_level_il/operation.rs:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96// ASSIGN
97#[derive(Debug, Copy, Clone)]
98pub struct Assign {
99 pub dest: usize,
100 pub src: usize,
101}
102#[derive(Clone, Debug, PartialEq)]
103pub struct LiftedAssign {
104 pub dest: Box<HighLevelILLiftedInstruction>,

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected