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

Method Undefined

lowlevelilinstruction.cpp:3559–3562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3557
3558
3559ExprId LowLevelILFunction::Undefined(const ILSourceLocation& loc)
3560{
3561 return AddExprWithLocation(LLIL_UNDEF, loc, 0, 0);
3562}
3563
3564
3565ExprId LowLevelILFunction::Unimplemented(const ILSourceLocation& loc)

Callers 15

CopyToMethod · 0.45
ReadILOperandFunction · 0.45
WriteILOperandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected