Skip to content

Releases: tomvita/Breeze-Beta

beta96

30 Oct 04:17
2d6c335
Compare
Choose a tag to compare

Updates for Atmosphere 1.8

  • dmnt Fork, Gen2 Fork, and Profile Forwarder:
    Two versions are now included to ensure compatibility with both pre-Atmosphere 1.8 and post-Atmosphere 1.8 systems.
    • Settings menu will automatically install the correct version for your setup.
    • If an older version is already installed, it must be uninstalled via the Settings menu.
    • For the profile forwarder:
      • Setting profile shortcut = 0 will uninstall.
      • Setting profile shortcut = 1 will install.

Memory Explorer

  • Formatting Enhancements:
    Adjusted memory explorer formatting to improve clarity and usability.

ASM Explorer

  • Branch-to Search Functionality:
    Now includes base pointer resolution within the scope of 10 lines from an ADRP instruction.
    • Pressing Go to Source on an ADRP after a branch-to search will navigate you to the memory explorer pointed to by this pointer.

Gen2 Menu

  • Max Trigger Display:
    The gen2 menu status line now shows the max trigger for easy reference.

JumpBack Menu

  • Memory Limit Signal:
    The right panel status line will indicate when memory limits are reached, signaling the need to exit Breeze to avoid a crash. Press Home when finished viewing.

beta95h

30 Oct 03:01
2d6c335
Compare
Choose a tag to compare
beta95h Pre-release
Pre-release

Updated memory explorer formatting for improved readability

beta95g

28 Oct 14:53
2d6c335
Compare
Choose a tag to compare
beta95g Pre-release
Pre-release

Adjusted memory explorer formatting to improve clarity and usability.

beta95f

25 Oct 11:29
2d6c335
Compare
Choose a tag to compare
beta95f Pre-release
Pre-release

Branch to search now includes resolving base pointer within the scope of 10 lines from ADRP. Pressing go to source button on a ADRP after a branch to search will bring you to memory explorer pointed by this pointer.
Max trigger is shown on gen2 menu status line.

beta95e

18 Oct 02:14
2d6c335
Compare
Choose a tag to compare
beta95e Pre-release
Pre-release

Will signal memory limit reach in Jumpback menu right panel status line. That means time to exit Breeze to avoid crash. Press Home when you are done looking at screen.
Dmnt fork for atm1.8 has force_debug set to true.

beta95d

15 Oct 03:36
2d6c335
Compare
Choose a tag to compare
beta95d Pre-release
Pre-release

Log cheat write to \switch\breeze\cheat\log.txt
Add some extra line feed to auto generated asm file
Difference since 95a
Tentative support for both atm1.7 and atm1.8. Profile short cut, gen1 and gen2 fork, needs to be reinstalled to get the version compatible with the correct atm version

beta95c-18b

14 Oct 02:30
fa20b1b
Compare
Choose a tag to compare
beta95c-18b Pre-release
Pre-release

fix gen1 fork for atm1.8

beta95c-18a

13 Oct 00:42
fa20b1b
Compare
Choose a tag to compare
beta95c-18a Pre-release
Pre-release

Include a gen2 fork build for atm1.8.
Include profile shortcut that works on atm1.8. Old one will crash on atm1.8. Go to settings and toggle profile short cut to replace.

beta95a

07 Oct 17:24
e81a6ee
Compare
Choose a tag to compare

Gen2 fork is now at 0.13g, new version needed and will required a reboot to use gen2 menu.
Watch buffer size is increased.
Additional features have been added to gen2 menu and the user interface has been adjusted.
Updated "branch to" search to include targets of B.cond, CB and TZ.
Fixed a conditional key bug affecting the edit cheat menu.
Remove duplicated entry of Breeze in hbmenu.
Here is a summary of the changes to gen2 menu since release of beta94b

Gen2 menu

PerformExclusiveSearch

This button works on data captured by memory watching on target. It check one by one until the last entry to see if any of them can survived the exclusiveness test. Lower entry will not be tested if higher one were not eliminated. You can use the delete entry button to get rid of them so lower entry can be tested.

Delete entry

Delete selected entry

make match all

generate a code template that match x30 and all the stack check values

make match 1

generate a code template that match one of either x30 or stack check value chosen by "Next stack_check="

beta95c

11 Oct 07:12
e81a6ee
Compare
Choose a tag to compare
beta95c Pre-release
Pre-release

Fixed jump for large distance from code cave