Skip to content

Module list

REghZy edited this page Jun 1, 2025 · 1 revision

Accessible at File > Show Modules. This window shows all of the modules on the console and provides information about them, such as name, base address/module size, etc. It also shows a list of memory sections for that module.

image

You can use this to know where to scan for a specific game. Most likely, the game's module name is default.xex.

From there, you can select it on the left list, and copy the Base Address and either module or original size (depending on which is bigger), and paste those into the start/length fields in the main engine window

Clone this wiki locally