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

Method VarInit

highlevelilinstruction.cpp:2641–2644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2639
2640
2641ExprId HighLevelILFunction::VarInit(size_t size, const Variable& dest, ExprId src, const ILSourceLocation& loc)
2642{
2643 return AddExprWithLocation(HLIL_VAR_INIT, loc, size, dest.ToIdentifier(), src);
2644}
2645
2646
2647ExprId HighLevelILFunction::VarInitSSA(size_t size, const SSAVariable& dest, ExprId src, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected