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

Method instruction_at

rust/src/low_level_il/function.rs:101–109  ·  view source on GitHub ↗
(
        &self,
        loc: L,
    )

Source from the content-addressed store, hash-verified

99 }
100
101 pub fn instruction_at<L: Into<Location>>(
102 &self,
103 loc: L,
104 ) -> Option<LowLevelILInstruction<A, M, F>> {
105 Some(LowLevelILInstruction::new(
106 self,
107 self.instruction_index_at(loc)?,
108 ))
109 }
110
111 pub fn instruction_index_at<L: Into<Location>>(
112 &self,

Callers 2

example_activityFunction · 0.45
basic_block_guidFunction · 0.45

Calls 1

instruction_index_atMethod · 0.45

Tested by

no test coverage detected