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

Method Xor

lowlevelilinstruction.cpp:3184–3187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3182
3183
3184ExprId LowLevelILFunction::Xor(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)
3185{
3186 return AddExprWithLocation(LLIL_XOR, loc, size, flags, a, b);
3187}
3188
3189
3190ExprId LowLevelILFunction::ShiftLeft(size_t size, ExprId a, ExprId b, uint32_t flags, const ILSourceLocation& loc)

Calls

no outgoing calls

Tested by

no test coverage detected