N
N
Nurasyl Aldan2021-08-09 17:43:06
linux
Nurasyl Aldan, 2021-08-09 17:43:06

Is it possible to read application data in RAM?

Hello!

Is it possible to read application data in RAM?

For example, applications run and store data in RAM, and is it possible to hack the process and read data from RAM? Is it possible? I will not get this data from the code or from an HTTP request, but I will generate a random code via UUID4, for example, and store it in a variable, and the value will only be available inside the application, and is it possible to get the value of this variable from another process or application?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Korotenko, 2021-08-09
@firedragon

it all depends on the programming language and operating system.
some allow these tricks, some create obstacles.

A
Anton Anton, 2021-08-09
@Fragster

here is a classic example of a program that does this: https://www.artmoney.ru/rus.htm

S
Saboteur, 2021-08-09
@saboteur_kiev

In order for a single process A to read process B's memory, modern operating systems require process A to be running with privileges.
Usually, programs for this build their drivers into the kernel (debuggers, all sorts of cheatengine / artmoney), etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question