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

Method CopyTo

lowlevelilinstruction.cpp:2058–2061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2056
2057
2058ExprId LowLevelILInstruction::CopyTo(LowLevelILFunction* dest) const
2059{
2060 return CopyTo(dest, [&](const LowLevelILInstruction& subExpr) { return subExpr.CopyTo(dest); });
2061}
2062
2063
2064ExprId LowLevelILInstruction::CopyTo(

Callers 1

FunctionInlinerFunction · 0.45

Calls 15

SetRegisterMethod · 0.80
SetRegisterSplitMethod · 0.80
SetRegisterSSAMethod · 0.80
SetRegisterSSAPartialMethod · 0.80
SetRegisterSplitSSAMethod · 0.80
RegisterStackPushMethod · 0.80
SetFlagMethod · 0.80
SetFlagSSAMethod · 0.80

Tested by

no test coverage detected