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

Method SetVarSSA

mediumlevelilinstruction.cpp:2292–2295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2290
2291
2292ExprId MediumLevelILFunction::SetVarSSA(size_t size, const SSAVariable& dest, ExprId src, const ILSourceLocation& loc)
2293{
2294 return AddExprWithLocation(MLIL_SET_VAR_SSA, loc, size, dest.var.ToIdentifier(), dest.version, src);
2295}
2296
2297
2298ExprId MediumLevelILFunction::SetVarSSAField(size_t size, const Variable& dest, size_t newVersion, size_t prevVersion,

Callers 1

CopyToMethod · 0.80

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected