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

Method Or

lowlevelilinstruction.cpp:3178–3181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3176
3177
3178ExprId LowLevelILFunction::Or(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3179{
3180 return AddExprWithLocation(LLIL_OR, loc, size, flags, a, b);
3181}
3182
3183
3184ExprId LowLevelILFunction::Xor(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)

Calls

no outgoing calls

Tested by

no test coverage detected