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

Method AddExpr

lowlevelil.cpp:313–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311
312
313ExprId LowLevelILFunction::AddExpr(
314 BNLowLevelILOperation operation, size_t size, uint32_t flags, ExprId a, ExprId b, ExprId c, ExprId d)
315{
316 return BNLowLevelILAddExpr(m_object, operation, size, flags, a, b, c, d);
317}
318
319
320ExprId LowLevelILFunction::AddExprWithLocation(BNLowLevelILOperation operation, uint64_t addr, uint32_t sourceOperand,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected