Index |
Used
by OllyDbg to draw |
DRAW_PLAIN |
Commands that are not in any other
group |
DRAW_JUMP |
Unconditional near and far jumps |
DRAW_CJMP |
Conditional jumps |
DRAW_PUSHPOP |
PUSH and POP commands |
DRAW_CALL |
Near and far calls and interrupts |
DRAW_RET |
Near and far returns |
DRAW_FPU |
FPU, MMX, 3DNow! and SSE commands |
DRAW_SUSPECT |
I/O, system and privileged commands |
DRAW_FILL |
Commands that were recognized as
filling between the procedures |
DRAW_MOD |
Commands and data that differ from
backup (higher priority than any preceding item) |
DRAW_IREG |
Integer registers (8/16/32 bit) |
DRAW_FREG |
FPU, MMX, 3DNow! and SSE registers |
DRAW_SYSREG |
Segment, control and
debugging registers |
DRAW_STKMEM |
Memory operands accessed via ESP or
EBP |
DRAW_MEM |
Other memory operands |
DRAW_MCONST |
Constants that point to
existing memory |
DRAW_CONST |
Other constants |