Handbook
Glossary
ZydisDecodedOperand
Vocabulary
tools
.
disassembler
.
zydis
Definition
USING:
alien.c-types
classes.struct
;
IN:
tools.disassembler.zydis
STRUCT:
ZydisDecodedOperand
{
id
uint8_t
initial:
0
}
{
visibility
int
initial:
0
}
{
actions
uint8_t
initial:
0
}
{
encoding
int
initial:
0
}
{
size
uint16_t
initial:
0
}
{
element_type
int
initial:
0
}
{
element_size
uint16_t
initial:
0
}
{
element_count
uint16_t
initial:
0
}
{
attributes
uint8_t
initial:
0
}
{
type
int
initial:
0
}
{
value
ZydisDecodedOperandValueUnion
initial:
S{
ZydisDecodedOperandValueUnion
{
reg
S{
ZydisDecodedOperandReg
{
value 0
}
}
}
{
mem
S{
ZydisDecodedOperandMem
{
type 0
}
{
segment 0
}
{
base 0
}
{
index 0
}
{
scale 0
}
{
disp
S{
ZydisDecodedOperandMemDisp
{
has_displacement 0
}
{
value 0
}
}
}
}
}
{
ptr
S{
ZydisDecodedOperandPtr
{
segment 0
}
{
offset 0
}
}
}
{
imm
S{
ZydisDecodedOperandImm
{
is_signed 0
}
{
is_relative 0
}
{
value
S{
ZydisDecodedOperandImmValue
{
u 0
}
{
s 0
}
}
}
}
}
}
}
;
Methods
USING:
classes.struct
classes.struct.private
kernel
tools.disassembler.zydis
;
M:
ZydisDecodedOperand
clone
clone-underlying
\
ZydisDecodedOperand
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
tools.disassembler.zydis
;
M:
ZydisDecodedOperand
struct-slot-values
{
[
id>>
]
[
visibility>>
]
[
actions>>
]
[
encoding>>
]
[
size>>
]
[
element_type>>
]
[
element_size>>
]
[
element_count>>
]
[
attributes>>
]
[
type>>
]
[
value>>
]
}
cleave>array
;
inline