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

Class ArrayIndexSsa

rust/src/high_level_il/operation.rs:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82// ARRAY_INDEX_SSA
83#[derive(Debug, Copy, Clone)]
84pub struct ArrayIndexSsa {
85 pub src: usize,
86 pub src_memory: u64,
87 pub index: usize,
88}
89#[derive(Clone, Debug, PartialEq)]
90pub struct LiftedArrayIndexSsa {
91 pub src: Box<HighLevelILLiftedInstruction>,

Callers 2

new_exprMethod · 0.85
liftMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected