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

Method SetVarAliasedField

mediumlevelilinstruction.cpp:2322–2327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2320
2321
2322ExprId MediumLevelILFunction::SetVarAliasedField(size_t size, const Variable& dest, size_t newMemVersion,
2323 size_t prevMemVersion, uint64_t offset, ExprId src, const ILSourceLocation& loc)
2324{
2325 return AddExprWithLocation(
2326 MLIL_SET_VAR_ALIASED_FIELD, loc, size, dest.ToIdentifier(), newMemVersion, prevMemVersion, offset, src);
2327}
2328
2329
2330ExprId MediumLevelILFunction::ForceVer(size_t size, const Variable& dest, const Variable& src, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected