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

Method ShiftLeft

lowlevelilinstruction.cpp:3190–3193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3188
3189
3190ExprId LowLevelILFunction::ShiftLeft(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3191{
3192 return AddExprWithLocation(LLIL_LSL, loc, size, flags, a, b);
3193}
3194
3195
3196ExprId LowLevelILFunction::LogicalShiftRight(

Callers 15

Concat3to256Function · 0.45
GetShiftedFunction · 0.45
ReadShiftedOperandFunction · 0.45
ShiftedRegisterFunction · 0.45
GetMemoryAddressFunction · 0.45
GetShiftedRegisterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected