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

Method SetVarSSAField

mediumlevelilinstruction.cpp:2298–2303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2296
2297
2298ExprId MediumLevelILFunction::SetVarSSAField(size_t size, const Variable& dest, size_t newVersion, size_t prevVersion,
2299 uint64_t offset, ExprId src, const ILSourceLocation& loc)
2300{
2301 return AddExprWithLocation(
2302 MLIL_SET_VAR_SSA_FIELD, loc, size, dest.ToIdentifier(), newVersion, prevVersion, offset, src);
2303}
2304
2305
2306ExprId MediumLevelILFunction::SetVarSSASplit(

Callers 1

CopyToMethod · 0.80

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected