T
T
Tikhon Wolf2017-07-01 20:01:52
Burglary protection
Tikhon Wolf, 2017-07-01 20:01:52

How to find memory address by string?

There is a process.
In it, you need to find the address of the memory cell in which the value 127.0.0.1 is written.
Is it possible to find this cell using, for example, ArtMoney, and if so, how exactly to do it?
PS If there are ready-made guides, please give a link. I didn't find it myself, but maybe I just don't know how to search.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nirvimel, 2017-07-02
@nirvimel

It is quite possible to find the address (for example, through the mentioned ArtMoney). But this address will change at least every time the program starts, and at most continuously every N milliseconds during its operation (variables on the stack in a frequently called function). Therefore, the value of the address itself will not give anything. It will have to be searched again manually constantly. Or write a patcher (but that's a long story).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question