Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
qazwsdc opened this issue Feb 1, 2021 · 1 comment
Closed

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

qazwsdc opened this issue Feb 1, 2021 · 1 comment

Comments

@qazwsdc
Copy link

qazwsdc commented Feb 1, 2021

No description provided.

@MarioVilas
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants