Re: Ways to dump memory to a file->
Posted on 2020-02-05, 13:35
Hm... in many cases it might be a better idea to dump memory into a binary file instead of text...? Then you can examine it using a hex editor (if you know what you are looking for) or load it in a disassembler if you want to analyze the code parts. But if you want to examine the game code, try …