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

Method And

lowlevelilinstruction.cpp:3172–3175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3170
3171
3172ExprId LowLevelILFunction::And(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3173{
3174 return AddExprWithLocation(LLIL_AND, loc, size, flags, a, b);
3175}
3176
3177
3178ExprId LowLevelILFunction::Or(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)

Callers 15

ExtractBitsFunction · 0.45
ExtractBitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected