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

Class StoreStruct

rust/src/medium_level_il/operation.rs:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95// STORE_STRUCT
96#[derive(Debug, Copy, Clone)]
97pub struct StoreStruct {
98 pub dest: usize,
99 pub offset: u64,
100 pub src: usize,
101}
102#[derive(Clone, Debug, PartialEq)]
103pub struct LiftedStoreStruct {
104 pub dest: Box<MediumLevelILLiftedInstruction>,

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected