MarioVilas/winappdbg

Is there any function to read pointer data such as [rax]?

Closed this issue · 1 comments

Is there any function to read pointer data such as [rax]?

Hi! Not as such, but you can get the value of rax from the Thread object and once you have the memory address, just read normally using the Process object.