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

Method AssignUnpackMemSSA

highlevelilinstruction.cpp:2672–2677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2670
2671
2672ExprId HighLevelILFunction::AssignUnpackMemSSA(
2673 const vector<ExprId>& output, size_t destMemVersion, ExprId src, size_t srcMemVersion, const ILSourceLocation& loc)
2674{
2675 return AddExprWithLocation(
2676 HLIL_ASSIGN_UNPACK_MEM_SSA, loc, 0, output.size(), AddOperandList(output), destMemVersion, src, srcMemVersion);
2677}
2678
2679
2680ExprId HighLevelILFunction::ForceVer(size_t size, const Variable& dest, const Variable& src, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected