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

Method Replace

lowlevelilinstruction.cpp:1810–1813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1808
1809
1810void LowLevelILInstructionBase::Replace(ExprId expr)
1811{
1812 function->ReplaceExpr(exprIndex, expr);
1813}
1814
1815
1816void LowLevelILInstructionBase::SetAttributes(uint32_t attributes)

Callers

nothing calls this directly

Calls 1

ReplaceExprMethod · 0.45

Tested by

no test coverage detected