C# Class SharpDisasm.Udis86.ud_operand

Disassembled instruction Operand.
Mostrar archivo Open project: spazzarama/SharpDisasm Class Usage Examples

Public Properties

Property Type Description
@base ud_type
index ud_type
lval ud_lval
offset byte
scale byte
size ushort
type ud_type

Property Details

@base public_oe property

public ud_type @base
return ud_type

index public_oe property

public ud_type index
return ud_type

lval public_oe property

public ud_lval,SharpDisasm.Udis86 lval
return ud_lval

offset public_oe property

Offset size (8, 16, 32, 64)
public byte offset
return byte

scale public_oe property

public byte scale
return byte

size public_oe property

public ushort size
return ushort

type public_oe property

public ud_type type
return ud_type