Answer the question
In order to leave comments, you need to log in
How to find the address in process memory?
I need to find some addresses in the process in order to change the data in them later. I found the library - pymem, but I did not understand how to find the address data (so that they are static). Please tell me how can I find them.
Answer the question
In order to leave comments, you need to log in
Let's read the documentation!
https://pymem.readthedocs.io/en/latest/api.html#py...
Given a handle over an opened process and a module will scan memory after a byte pattern and return its corresponding memory address.
Search a byte pattern given a memory location. Will query memory location information and search over until it reaches the length of the memory page. If nothing is found the function returns the next page location.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question