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

Method Var

highlevelilinstruction.cpp:2704–2707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2702
2703
2704ExprId HighLevelILFunction::Var(size_t size, const Variable& src, const ILSourceLocation& loc)
2705{
2706 return AddExprWithLocation(HLIL_VAR, loc, size, src.ToIdentifier());
2707}
2708
2709
2710ExprId HighLevelILFunction::VarSSA(size_t size, const SSAVariable& src, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.45

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected