C# 클래스 SharpDisasm.Udis86.ud

파일 보기 프로젝트 열기: spazzarama/SharpDisasm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_rex byte
adr_mode byte
asm_buf char[]
asm_buf_fill int
asm_buf_int char[]
asm_buf_size int
br_far byte
br_near byte
dis_mode byte
error byte
errorMessage string
have_modrm byte
inp_buf IAssemblyCode
inp_buf_index int
inp_buf_size int
inp_ctr int
inp_curr byte
inp_end int
inp_file System.IO.FileStream
inp_hook UdInputCallback
inp_peek int
insn_offset ulong
itab_entry ud_itab_entry
le ud_lookup_table_list_entry
mnemonic ud_mnemonic_code
modrm byte
modrm_offset byte
operand SharpDisasm.Udis86.ud_operand[]
opr_mode byte
pc System.UInt64
pfx_adr byte
pfx_lock byte
pfx_opr byte
pfx_rep byte
pfx_repe byte
pfx_repne byte
pfx_rex byte
pfx_seg byte
pfx_str byte
primary_opcode byte
sym_resolver UdSymbolResolverDelegate
translator UdTranslatorDelegate
vendor byte
vex_b1 byte
vex_b2 byte
vex_op byte

공개 메소드들

메소드 설명
ud ( ) : System

Initializes a new instance of the ud class.

메소드 상세

ud() 공개 메소드

Initializes a new instance of the ud class.
public ud ( ) : System
리턴 System

프로퍼티 상세

_rex 공개적으로 프로퍼티

public byte _rex
리턴 byte

adr_mode 공개적으로 프로퍼티

public byte adr_mode
리턴 byte

asm_buf 공개적으로 프로퍼티

public char[] asm_buf
리턴 char[]

asm_buf_fill 공개적으로 프로퍼티

public int asm_buf_fill
리턴 int

asm_buf_int 공개적으로 프로퍼티

public char[] asm_buf_int
리턴 char[]

asm_buf_size 공개적으로 프로퍼티

public int asm_buf_size
리턴 int

br_far 공개적으로 프로퍼티

public byte br_far
리턴 byte

br_near 공개적으로 프로퍼티

public byte br_near
리턴 byte

dis_mode 공개적으로 프로퍼티

public byte dis_mode
리턴 byte

error 공개적으로 프로퍼티

public byte error
리턴 byte

errorMessage 공개적으로 프로퍼티

public string errorMessage
리턴 string

have_modrm 공개적으로 프로퍼티

public byte have_modrm
리턴 byte

inp_buf 공개적으로 프로퍼티

public IAssemblyCode inp_buf
리턴 IAssemblyCode

inp_buf_index 공개적으로 프로퍼티

public int inp_buf_index
리턴 int

inp_buf_size 공개적으로 프로퍼티

public int inp_buf_size
리턴 int

inp_ctr 공개적으로 프로퍼티

public int inp_ctr
리턴 int

inp_curr 공개적으로 프로퍼티

public byte inp_curr
리턴 byte

inp_end 공개적으로 프로퍼티

public int inp_end
리턴 int

inp_file 공개적으로 프로퍼티

public System.IO.FileStream inp_file
리턴 System.IO.FileStream

inp_hook 공개적으로 프로퍼티

public UdInputCallback inp_hook
리턴 UdInputCallback

inp_peek 공개적으로 프로퍼티

public int inp_peek
리턴 int

insn_offset 공개적으로 프로퍼티

public ulong insn_offset
리턴 ulong

itab_entry 공개적으로 프로퍼티

public ud_itab_entry,SharpDisasm.Udis86 itab_entry
리턴 ud_itab_entry

le 공개적으로 프로퍼티

public ud_lookup_table_list_entry,SharpDisasm.Udis86 le
리턴 ud_lookup_table_list_entry

mnemonic 공개적으로 프로퍼티

public ud_mnemonic_code mnemonic
리턴 ud_mnemonic_code

modrm 공개적으로 프로퍼티

public byte modrm
리턴 byte

modrm_offset 공개적으로 프로퍼티

public byte modrm_offset
리턴 byte

operand 공개적으로 프로퍼티

public ud_operand[],SharpDisasm.Udis86 operand
리턴 SharpDisasm.Udis86.ud_operand[]

opr_mode 공개적으로 프로퍼티

public byte opr_mode
리턴 byte

pc 공개적으로 프로퍼티

public UInt64,System pc
리턴 System.UInt64

pfx_adr 공개적으로 프로퍼티

public byte pfx_adr
리턴 byte

pfx_lock 공개적으로 프로퍼티

public byte pfx_lock
리턴 byte

pfx_opr 공개적으로 프로퍼티

public byte pfx_opr
리턴 byte

pfx_rep 공개적으로 프로퍼티

public byte pfx_rep
리턴 byte

pfx_repe 공개적으로 프로퍼티

public byte pfx_repe
리턴 byte

pfx_repne 공개적으로 프로퍼티

public byte pfx_repne
리턴 byte

pfx_rex 공개적으로 프로퍼티

public byte pfx_rex
리턴 byte

pfx_seg 공개적으로 프로퍼티

public byte pfx_seg
리턴 byte

pfx_str 공개적으로 프로퍼티

public byte pfx_str
리턴 byte

primary_opcode 공개적으로 프로퍼티

public byte primary_opcode
리턴 byte

sym_resolver 공개적으로 프로퍼티

public UdSymbolResolverDelegate sym_resolver
리턴 UdSymbolResolverDelegate

translator 공개적으로 프로퍼티

public UdTranslatorDelegate translator
리턴 UdTranslatorDelegate

vendor 공개적으로 프로퍼티

public byte vendor
리턴 byte

vex_b1 공개적으로 프로퍼티

public byte vex_b1
리턴 byte

vex_b2 공개적으로 프로퍼티

public byte vex_b2
리턴 byte

vex_op 공개적으로 프로퍼티

public byte vex_op
리턴 byte