I'm developing a program that looks for specific values addressed by a game, I need to know in which "area" of memory the game is running, so I don't have to search all the computer's memory.
How can I get the memory area where the process is running? Like, the memory allocation is from 0x11111 to 0x234F1, for example.