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

Method Replace

mediumlevelilinstruction.cpp:1360–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1358
1359
1360void MediumLevelILInstructionBase::Replace(ExprId expr)
1361{
1362 function->ReplaceExpr(exprIndex, expr);
1363}
1364
1365
1366void MediumLevelILInstructionBase::SetAttributes(uint32_t attributes)

Callers

nothing calls this directly

Calls 1

ReplaceExprMethod · 0.45

Tested by

no test coverage detected