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

Method SetVarField

mediumlevelilinstruction.cpp:2278–2282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2276
2277
2278ExprId MediumLevelILFunction::SetVarField(
2279 size_t size, const Variable& dest, uint64_t offset, ExprId src, const ILSourceLocation& loc)
2280{
2281 return AddExprWithLocation(MLIL_SET_VAR_FIELD, loc, size, dest.ToIdentifier(), offset, src);
2282}
2283
2284
2285ExprId MediumLevelILFunction::SetVarSplit(

Callers 1

CopyToMethod · 0.80

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected