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

Method VarInitSSA

highlevelilinstruction.cpp:2647–2650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2645
2646
2647ExprId HighLevelILFunction::VarInitSSA(size_t size, const SSAVariable& dest, ExprId src, const ILSourceLocation& loc)
2648{
2649 return AddExprWithLocation(HLIL_VAR_INIT_SSA, loc, size, dest.var.ToIdentifier(), dest.version, src);
2650}
2651
2652
2653ExprId HighLevelILFunction::Assign(size_t size, ExprId dest, ExprId src, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected