Skip to content

beta55preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tomvita tomvita released this 24 Oct 04:26
· 8 commits to master since this release
df442bb

A peak at what is to come. UI not ready for general users yet.
What you can do from Breeze:
Watch a memory see what code access the memory.
Look at the disassembly of these code.
Edit the game code.
Choose a code to watch what memory it access.
Edit the game memory.

Put the sysmodule in contents, restart Switch. ( You need ATM1.4, do not install with lower version, may work with higher version, time will tell )

Find a memory of interest.
In this case the coin has qty 29061. Let's find out what code access this memory.
2022102316352800-CCFA659F4857F96DDA29AFEDB2E166E6

At memory explorer place the cursor then press ZL+up to goto gen2 menu

2022102316392300-CCFA659F4857F96DDA29AFEDB2E166E6

ZL+"+" to attach GEN2 to game.
ZL+R to execute the watch.
If you press L you will see the screen above.
Since you have not gone back to the game no data captured yet.
Now go to the game (let the game code run).
Looks like only one line access this memory and it did so 2677 times while you play

2022102316522300-CCFA659F4857F96DDA29AFEDB2E166E6

Press - to detach Gen2 and go back to dmnt. You can now look at the code by choosing the line.

2022102316542200-CCFA659F4857F96DDA29AFEDB2E166E6

2022102316554700-CCFA659F4857F96DDA29AFEDB2E166E6

At this screen you can choose a instruction and press L to watch this instruction to see what data it access.

2022102316575400-CCFA659F4857F96DDA29AFEDB2E166E6

The code access 56 different addresses during the time you let it run.
Press - to switch to dmnt.

2022102316595000-CCFA659F4857F96DDA29AFEDB2E166E6

You see the values at the address and you can select it to go to memory explorer to look around.
Repeat the process between watch code and watch memory until you find a good place to hack.