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

Method Sub

lowlevelilinstruction.cpp:3159–3162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3157
3158
3159ExprId LowLevelILFunction::Sub(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3160{
3161 return AddExprWithLocation(LLIL_SUB, loc, size, flags, a, b);
3162}
3163
3164
3165ExprId LowLevelILFunction::SubBorrow(

Callers 15

ReadAddressFunction · 0.45
ReadILOperandFunction · 0.45
GetMemoryAddressFunction · 0.45
RepeatFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected