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

Class ArrayIndex

rust/src/high_level_il/operation.rs:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70// ARRAY_INDEX
71#[derive(Debug, Copy, Clone)]
72pub struct ArrayIndex {
73 pub src: usize,
74 pub index: usize,
75}
76#[derive(Clone, Debug, PartialEq)]
77pub struct LiftedArrayIndex {
78 pub src: Box<HighLevelILLiftedInstruction>,

Callers 5

new_exprMethod · 0.85
liftMethod · 0.85
sizeMethod · 0.85
jsoncpp.cppFile · 0.85
makePathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected