top of page

Memory Disassembly: Cheat Engine

memorydis.gif

Memory allocation is an interest of mine, so I tried my hand at memory disassembly using Cheat Engine, IDA, and xDBG. Used a game called MapleStory as my victim, where I was successfully able to modify the behavior of the client (.exe). Learnings:

  • Memory Address Editing

  • Scanning HEX Value Changes

  • Modifying Allocators/Registers

  • Assembly Code

  • DLL injection

  • Debugging

  • Breakpoints

  • Codecaves

bottom of page