Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2839
ExprId LowLevelILFunction::Nop(const ILSourceLocation& loc)
2840
{
2841
return AddExprWithLocation(LLIL_NOP, loc, 0, 0);
2842
}
2843
2844
2845
ExprId LowLevelILFunction::SetRegister(
Callers
9
CopyTo
Method · 0.45
GetInstructionLowLevelIL
Method · 0.45
SetRegisterOrNop
Function · 0.45
GetLowLevelILForInstruction
Function · 0.45
GetLowLevelILForArmInstruction
Function · 0.45
GetLowLevelILForThumbInstruction
Function · 0.45
GetLowLevelILForInstruction
Function · 0.45
GetLowLevelILForInstruction
Function · 0.45
GetLowLevelILForPPCInstruction
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected