Is there any function to read pointer data such as [rax]?
Closed this issue · 1 comments
qazwsdc commented
Is there any function to read pointer data such as [rax]?
MarioVilas commented
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.