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

Method Trap

lowlevelilinstruction.cpp:3553–3556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3551
3552
3553ExprId LowLevelILFunction::Trap(int64_t num, const ILSourceLocation& loc)
3554{
3555 return AddExprWithLocation(LLIL_TRAP, loc, 0, 0, num);
3556}
3557
3558
3559ExprId LowLevelILFunction::Undefined(const ILSourceLocation& loc)

Callers 7

CopyToMethod · 0.45
il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected