Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Mono
Debugger
Architectures
X86_Instruction.X86_SIB
C# Class Mono.Debugger.Architectures.X86_Instruction.X86_SIB
Show file
Open project: baulig/debugger
Public Properties
Property
Type
Description
Base
int
Index
int
Scale
int
Public Methods
Method
Description
ToString
( ) :
string
X86_SIB
(
X86_Instruction
insn
,
byte
sib
) :
System
Method Details
ToString()
public
method
public
ToString
( ) :
string
return
string
X86_SIB()
public
method
public
X86_SIB
(
X86_Instruction
insn
,
byte
sib
) :
System
insn
X86_Instruction
sib
byte
return
System
Property Details
Base
public property
public
int
Base
return
int
Index
public property
public
int
Index
return
int
Scale
public property
public
int
Scale
return
int