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

Method ForceVerSSA

highlevelilinstruction.cpp:2686–2689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2684
2685
2686ExprId HighLevelILFunction::ForceVerSSA(size_t size, const SSAVariable& dest, const SSAVariable& src, const ILSourceLocation& loc)
2687{
2688 return AddExprWithLocation(HLIL_FORCE_VER_SSA, loc, size, dest.var.ToIdentifier(), dest.version, src.var.ToIdentifier(), src.version);
2689}
2690
2691
2692ExprId HighLevelILFunction::Assert(size_t size, const Variable& src, const PossibleValueSet& pvs, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.45

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected