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

Class LowLevelExpressionIndex

rust/src/low_level_il/expression.rs:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39#[repr(transparent)]
40#[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
41pub struct LowLevelExpressionIndex(pub usize);
42
43impl Display for LowLevelExpressionIndex {
44 fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result {

Callers 15

source_exprMethod · 0.85
source_mem_exprMethod · 0.85
dest_mem_exprMethod · 0.85
targetMethod · 0.85
conditionMethod · 0.85
leftMethod · 0.85
rightMethod · 0.85
carryMethod · 0.85
highMethod · 0.85
lowMethod · 0.85
operandMethod · 0.85
mem_exprMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_llil_visitorFunction · 0.68