R
R
Ru5D1mG4me2021-07-25 22:13:07
Python
Ru5D1mG4me, 2021-07-25 22:13:07

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

2 answer(s)
V
Vindicar, 2021-07-26
@Ru5D1mG4me

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.

https://pymem.readthedocs.io/en/latest/api.html#py...
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.

E
Egor Danchenko, 2021-07-25
@YahorDanchanka

?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question