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

Class HighLevelILInstructionAccessException

highlevelilinstruction.h:171–175  ·  view source on GitHub ↗

! \ingroup highlevelil */

Source from the content-addressed store, hash-verified

169 \ingroup highlevelil
170 */
171 class HighLevelILInstructionAccessException : public ExceptionWithStackTrace
172 {
173 public:
174 HighLevelILInstructionAccessException() : ExceptionWithStackTrace("invalid access to HLIL instruction") {}
175 };
176
177 /*!
178 \ingroup highlevelil

Callers 15

operator[]Method · 0.85
HighLevelILOperandMethod · 0.85
GetIntegerMethod · 0.85
GetConstantDataMethod · 0.85
GetIndexMethod · 0.85
GetIntrinsicMethod · 0.85
GetExprMethod · 0.85
GetVariableMethod · 0.85
GetSSAVariableMethod · 0.85
GetExprListMethod · 0.85
GetSSAVariableListMethod · 0.85
GetIndexListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected