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

Method SetVarSplit

mediumlevelilinstruction.cpp:2285–2289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2283
2284
2285ExprId MediumLevelILFunction::SetVarSplit(
2286 size_t size, const Variable& high, const Variable& low, ExprId src, const ILSourceLocation& loc)
2287{
2288 return AddExprWithLocation(MLIL_SET_VAR_SPLIT, loc, size, high.ToIdentifier(), low.ToIdentifier(), src);
2289}
2290
2291
2292ExprId MediumLevelILFunction::SetVarSSA(size_t size, const SSAVariable& dest, ExprId src, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected