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

Method Replace

highlevelilinstruction.cpp:966–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964
965
966void HighLevelILInstructionBase::Replace(ExprId expr)
967{
968 function->ReplaceExpr(exprIndex, expr);
969}
970
971
972void HighLevelILInstructionBase::SetAttributes(uint32_t attributes)

Callers

nothing calls this directly

Calls 1

ReplaceExprMethod · 0.45

Tested by

no test coverage detected