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

Method VarSSA

highlevelilinstruction.cpp:2710–2713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2708
2709
2710ExprId HighLevelILFunction::VarSSA(size_t size, const SSAVariable& src, const ILSourceLocation& loc)
2711{
2712 return AddExprWithLocation(HLIL_VAR_SSA, loc, size, src.var.ToIdentifier(), src.version);
2713}
2714
2715
2716ExprId HighLevelILFunction::VarPhi(

Callers 1

CopyToMethod · 0.45

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected