V
V
VanBer2021-10-02 22:14:14
C++ / C#
VanBer, 2021-10-02 22:14:14

How to get a value from an address in memory?

There is an address in the game's memory that shows the amount of money. The program needs to read the amount of money and act on it, how to do it? Is there an easy way to get a value from an address in memory and print it to the console for example?

Memory address: 0xB7CE50

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
spaceatmoon, 2021-10-02
@VanBer

Have you tried this guide?
https://www.codeproject.com/Articles/670373/Csharp...
Just replace the program with this one. OllyDbg is very outdated and does not work with 64 bit programs.
https://x64dbg.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question