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

Class MediumLevelILInstructionAccessException

mediumlevelilinstruction.h:210–214  ·  view source on GitHub ↗

! \ingroup mediumlevelil */

Source from the content-addressed store, hash-verified

208 \ingroup mediumlevelil
209 */
210 class MediumLevelILInstructionAccessException : public ExceptionWithStackTrace
211 {
212 public:
213 MediumLevelILInstructionAccessException() : ExceptionWithStackTrace("invalid access to MLIL instruction") {}
214 };
215
216 /*!
217 \ingroup mediumlevelil

Callers 15

GetMediumLevelILMethod · 0.85
operator[]Method · 0.85
MediumLevelILOperandMethod · 0.85
GetIntegerMethod · 0.85
GetConstantDataMethod · 0.85
GetIndexMethod · 0.85
GetIntrinsicMethod · 0.85
GetExprMethod · 0.85
GetVariableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected