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

Method ReplaceExpr

lowlevelil.cpp:604–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602
603
604void LowLevelILFunction::ReplaceExpr(size_t expr, size_t newExpr)
605{
606 BNReplaceLowLevelILExpr(m_object, expr, newExpr);
607}
608
609
610void LowLevelILFunction::SetExprAttributes(size_t expr, uint32_t attributes)

Callers 5

ReplaceMethod · 0.45
ReplaceMethod · 0.45
ReplaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected