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

Method ModSigned

lowlevelilinstruction.cpp:3294–3297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3292
3293
3294ExprId LowLevelILFunction::ModSigned(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3295{
3296 return AddExprWithLocation(LLIL_MODS, loc, size, flags, a, b);
3297}
3298
3299
3300ExprId LowLevelILFunction::ModDoublePrecSigned(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected