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

Method Unimplemented

lowlevelilinstruction.cpp:3565–3568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3563
3564
3565ExprId LowLevelILFunction::Unimplemented(const ILSourceLocation& loc)
3566{
3567 return AddExprWithLocation(LLIL_UNIMPL, loc, 0, 0);
3568}
3569
3570
3571ExprId LowLevelILFunction::UnimplementedMemoryRef(size_t size, ExprId addr, const ILSourceLocation& loc)

Callers 15

ReadILOperandFunction · 0.45
LoadFunction · 0.45
StoreFunction · 0.45
ReadILOperandFunction · 0.45
WriteILOperandFunction · 0.45
ShiftedRegisterFunction · 0.45
GetMemoryAddressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected