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

Method RotateLeft

lowlevelilinstruction.cpp:3209–3212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3207
3208
3209ExprId LowLevelILFunction::RotateLeft(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3210{
3211 return AddExprWithLocation(LLIL_ROL, loc, size, flags, a, b);
3212}
3213
3214
3215ExprId LowLevelILFunction::RotateLeftCarry(

Callers 3

il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected