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

Class StoreStructSsa

rust/src/medium_level_il/operation.rs:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77// STORE_STRUCT_SSA
78#[derive(Debug, Copy, Clone)]
79pub struct StoreStructSsa {
80 pub dest: usize,
81 pub offset: u64,
82 pub dest_memory: u64,
83 pub src_memory: u64,
84 pub src: usize,
85}
86#[derive(Clone, Debug, PartialEq)]
87pub struct LiftedStoreStructSsa {
88 pub dest: Box<MediumLevelILLiftedInstruction>,

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected