메소드 | 설명 | |
---|---|---|
FormatByte ( byte value ) : string |
Formats a byte constant to a readable string.
|
|
FormatDword ( uint value ) : string |
Formats a dword constant to a readable string.
|
|
FormatFword ( ulong value ) : string |
Formats a fword constant to a readable string.
|
|
FormatMnemonic ( X86Mnemonic mnemonic ) : string | ||
FormatOffset ( int value ) : string |
Formats an offset to a readable string.
|
|
FormatOperand ( |
||
FormatOperandUsagePrefix ( X86OperandUsage operandUsage ) : string |
Formats a operand usage to a readable string.
|
|
FormatQword ( ulong value ) : string |
Formats a qword constant to a readable string.
|
|
FormatRegister ( X86Register value ) : string |
Formats a x86 register to a readable string.
|
|
FormatWord ( ushort value ) : string |
Formats a word constant to a readable string.
|
메소드 | 설명 | |
---|---|---|
FormatValue ( object value ) : string |
public abstract FormatByte ( byte value ) : string | ||
value | byte | The constant to format. |
리턴 | string |
public abstract FormatDword ( uint value ) : string | ||
value | uint | The constant to format. |
리턴 | string |
public abstract FormatFword ( ulong value ) : string | ||
value | ulong | The constant to format. |
리턴 | string |
public FormatMnemonic ( X86Mnemonic mnemonic ) : string | ||
mnemonic | X86Mnemonic | |
리턴 | string |
public abstract FormatOffset ( int value ) : string | ||
value | int | The constant to format. |
리턴 | string |
public FormatOperand ( |
||
operand | ||
리턴 | string |
public abstract FormatOperandUsagePrefix ( X86OperandUsage operandUsage ) : string | ||
operandUsage | X86OperandUsage | The operand usage to format. |
리턴 | string |
public abstract FormatQword ( ulong value ) : string | ||
value | ulong | The constant to format. |
리턴 | string |
public abstract FormatRegister ( X86Register value ) : string | ||
value | X86Register | The register to format. |
리턴 | string |
public abstract FormatWord ( ushort value ) : string | ||
value | ushort | The constant to format. |
리턴 | string |