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

Method VarSplit

mediumlevelilinstruction.cpp:2418–2422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2416
2417
2418ExprId MediumLevelILFunction::VarSplit(
2419 size_t size, const Variable& high, const Variable& low, const ILSourceLocation& loc)
2420{
2421 return AddExprWithLocation(MLIL_VAR_SPLIT, loc, size, high.ToIdentifier(), low.ToIdentifier());
2422}
2423
2424
2425ExprId MediumLevelILFunction::VarSSA(size_t size, const SSAVariable& src, const ILSourceLocation& loc)

Callers 1

CopyToMethod · 0.80

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected