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

Method ForceVer

highlevelilinstruction.cpp:2680–2683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2678
2679
2680ExprId HighLevelILFunction::ForceVer(size_t size, const Variable& dest, const Variable& src, const ILSourceLocation& loc)
2681{
2682 return AddExprWithLocation(HLIL_FORCE_VER, loc, size, dest.ToIdentifier(), src.ToIdentifier());
2683}
2684
2685
2686ExprId HighLevelILFunction::ForceVerSSA(size_t size, const SSAVariable& dest, const SSAVariable& src, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.45

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected