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

Method RegisterSplit

lowlevelilinstruction.cpp:3004–3007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3002
3003
3004ExprId LowLevelILFunction::RegisterSplit(size_t size, uint32_t high, uint32_t low, const ILSourceLocation& loc)
3005{
3006 return AddExprWithLocation(LLIL_REG_SPLIT, loc, size, 0, high, low);
3007}
3008
3009
3010ExprId LowLevelILFunction::RegisterSplitSSA(

Callers 8

CopyToMethod · 0.80
StorePairFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected