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

Class LowLevelILInstructionAccessException

lowlevelilinstruction.h:361–365  ·  view source on GitHub ↗

! \ingroup lowlevelil */

Source from the content-addressed store, hash-verified

359 \ingroup lowlevelil
360 */
361 class LowLevelILInstructionAccessException : public ExceptionWithStackTrace
362 {
363 public:
364 LowLevelILInstructionAccessException() : ExceptionWithStackTrace("invalid access to LLIL instruction") {}
365 };
366
367 /*!
368 \ingroup lowlevelil

Callers 15

GetRegisterMethod · 0.85
GetFlagMethod · 0.85
operator[]Method · 0.85
LowLevelILOperandMethod · 0.85
GetIntegerMethod · 0.85
GetIndexMethod · 0.85
GetExprMethod · 0.85
GetRegisterStackMethod · 0.85
GetFlagConditionMethod · 0.85
GetSemanticFlagClassMethod · 0.85
GetSemanticFlagGroupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected