MarioVilas / winappdbg

WinAppDbg Debugger
444 stars 111 forks source link

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

Closed qazwsdc closed 3 years ago

MarioVilas commented 3 years ago

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.