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

Method Not

lowlevelilinstruction.cpp:3313–3316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3311
3312
3313ExprId LowLevelILFunction::Not(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)
3314{
3315 return AddExprWithLocation(LLIL_NOT, loc, size, flags, a);
3316}
3317
3318
3319ExprId LowLevelILFunction::SignExtend(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)

Calls

no outgoing calls

Tested by

no test coverage detected