I am using pydasm, and I am trying to determine when a register is being accessed indirectly or indirectly. What are the flag values that differentiate a normal access and an indirect register access.
mov eax, 0x0
mov [eax], 0x0
Also, what would be the flags for byte,word, and dword accesses. I really appreciate any help. When I looked through the pydasm help section, nothing really jumped out at me.
Thanks in advance.







