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

Method SetVar

mediumlevelilinstruction.cpp:2272–2275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2270
2271
2272ExprId MediumLevelILFunction::SetVar(size_t size, const Variable& dest, ExprId src, const ILSourceLocation& loc)
2273{
2274 return AddExprWithLocation(MLIL_SET_VAR, loc, size, dest.ToIdentifier(), src);
2275}
2276
2277
2278ExprId MediumLevelILFunction::SetVarField(

Callers 1

CopyToMethod · 0.80

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected