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

Class StoreSsa

rust/src/medium_level_il/operation.rs:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61// STORE_SSA
62#[derive(Debug, Copy, Clone)]
63pub struct StoreSsa {
64 pub dest: usize,
65 pub dest_memory: u64,
66 pub src_memory: u64,
67 pub src: usize,
68}
69#[derive(Clone, Debug, PartialEq)]
70pub struct LiftedStoreSsa {
71 pub dest: Box<MediumLevelILLiftedInstruction>,

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected