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

Method Neg

lowlevelilinstruction.cpp:3307–3310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3305
3306
3307ExprId LowLevelILFunction::Neg(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)
3308{
3309 return AddExprWithLocation(LLIL_NEG, loc, size, flags, a);
3310}
3311
3312
3313ExprId LowLevelILFunction::Not(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)

Callers 6

SaturateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected