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

Method AddCarry

lowlevelilinstruction.cpp:3152–3156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3150
3151
3152ExprId LowLevelILFunction::AddCarry(
3153 size_t size, ExprId a, ExprId b, ExprId carry, uint32_t flags, const ILSourceLocation& loc)
3154{
3155 return AddExprWithLocation(LLIL_ADC, loc, size, flags, a, b, carry);
3156}
3157
3158
3159ExprId LowLevelILFunction::Sub(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)

Calls

no outgoing calls

Tested by

no test coverage detected