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

Method AddExprWithLocation

lowlevelil.cpp:320–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318
319
320ExprId LowLevelILFunction::AddExprWithLocation(BNLowLevelILOperation operation, uint64_t addr, uint32_t sourceOperand,
321 size_t size, uint32_t flags, ExprId a, ExprId b, ExprId c, ExprId d)
322{
323 return BNLowLevelILAddExprWithLocation(m_object, addr, sourceOperand, operation, size, flags, a, b, c, d);
324}
325
326
327ExprId LowLevelILFunction::AddExprWithLocation(BNLowLevelILOperation operation, const ILSourceLocation& loc,

Callers 3

CopyToMethod · 0.45
CopyToMethod · 0.45
CopyToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected