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

Method ModUnsigned

lowlevelilinstruction.cpp:3281–3284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3279
3280
3281ExprId LowLevelILFunction::ModUnsigned(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3282{
3283 return AddExprWithLocation(LLIL_MODU, loc, size, flags, a, b);
3284}
3285
3286
3287ExprId LowLevelILFunction::ModDoublePrecUnsigned(

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected