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

Method VarDeclare

highlevelilinstruction.cpp:2635–2638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2633
2634
2635ExprId HighLevelILFunction::VarDeclare(const Variable& var, const ILSourceLocation& loc)
2636{
2637 return AddExprWithLocation(HLIL_VAR_DECLARE, loc, 0, var.ToIdentifier());
2638}
2639
2640
2641ExprId HighLevelILFunction::VarInit(size_t size, const Variable& dest, ExprId src, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected