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

Method IsSSAVarLive

highlevelil.cpp:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339
340
341bool HighLevelILFunction::IsSSAVarLive(const SSAVariable& var) const
342{
343 return BNIsHighLevelILSSAVarLive(m_object, &var.var, var.version);
344}
345
346
347bool HighLevelILFunction::IsSSAVarLiveAt(const SSAVariable& var, const size_t instr) const

Callers 2

GetExprTextMethod · 0.45
GetExprTextInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected