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

Method VarSSAField

mediumlevelilinstruction.cpp:2431–2435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2429
2430
2431ExprId MediumLevelILFunction::VarSSAField(
2432 size_t size, const SSAVariable& src, uint64_t offset, const ILSourceLocation& loc)
2433{
2434 return AddExprWithLocation(MLIL_VAR_SSA_FIELD, loc, size, src.var.ToIdentifier(), src.version, offset);
2435}
2436
2437
2438ExprId MediumLevelILFunction::VarAliased(

Callers 1

CopyToMethod · 0.80

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected