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

Method SetCurrentExpr

highlevelil.cpp:762–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760
761
762HighLevelILTokenEmitter::CurrentExprGuard HighLevelILTokenEmitter::SetCurrentExpr(const HighLevelILInstruction& expr)
763{
764 return CurrentExprGuard(*this, {expr.address, expr.sourceOperand, expr.exprIndex, expr.GetInstructionIndex()});
765}
766
767
768void HighLevelILTokenEmitter::Finalize()

Callers 2

GetExprTextMethod · 0.80
GetExprTextInternalMethod · 0.80

Calls 2

CurrentExprGuardClass · 0.85
GetInstructionIndexMethod · 0.80

Tested by

no test coverage detected