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

Method Nop

lowlevelilinstruction.cpp:2839–2842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2837
2838
2839ExprId LowLevelILFunction::Nop(const ILSourceLocation& loc)
2840{
2841 return AddExprWithLocation(LLIL_NOP, loc, 0, 0);
2842}
2843
2844
2845ExprId LowLevelILFunction::SetRegister(

Callers 9

CopyToMethod · 0.45
SetRegisterOrNopFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected