Skip to content

Releases: zzpong/Interactive-ASM-Cheats-Updater

Code Updater for Nintendo Switch v1.1.3

22 Nov 15:59
0eeedaa
Compare
Choose a tag to compare

Update:

  • Support unpack newest games with masterkey 0x12.
  • "Old/New Assembly Codes" will switch to branch target automatically under the situation "single branch address to multiple branch target address".

Code Updater for Nintendo Switch v1.1.2

14 Jul 05:27
21340a9
Compare
Choose a tag to compare

Update:

  • Parameters from the tool can be modified based on user preference. Please view 'config.py' for more details:
    图片

Bug Fix:

  • Fix a bug that 'tbz' and 'tbnz' cannot be properly recognized.

Code Updater for Nintendo Switch v1.1.1f

05 Jul 16:33
961b64e
Compare
Choose a tag to compare

Bug Fix:

  • Fix a bug that no code generated when press "Generate" button too quick.
  • Fix a bug that "Current Processing Codes" display the wrong code title in some special cases.

Code Updater for Nintendo Switch v1.1.1

28 Jun 08:33
3698a76
Compare
Choose a tag to compare

Quality of LIFE Update

Key Features:

  • No need to wait for the update of this tool when new keys come out. You can use new keys directly with a bit of risk.
  • A progress bar appears when searching long binary files. It could be cancelled at any time with no harm.
    QQ截图20240628152051
  • The tool would not freeze anymore when displaying long address results.

Update:

  • Add full 'cbz', 'cbnz', 'tbz', and 'tbnz' support. The tool can locate these asm types in main files now.

Bug Fix:

  • Fix a bug that "Assembly Codes" windows show nothing when their contents are not ASM codes but in ASM area.

Code Updater for Nintendo Switch v1.1.0

27 Jun 14:41
514c92c
Compare
Choose a tag to compare

Update:

  • Support unpack newest games with masterkey 0x11.
  • Support branch codes 'cbz', 'cbnz', 'tbz', and 'tbnz' by @wzsx150 (PR #11).
  • Support normal code link with matser ones by @wzsx150 (PR #11).
  • Support extra code patterns by @wzsx150 (PR #11).
  • Add extra visualization by @wzsx150 (PR #11).
  • Add extra hints for "keys" when unpacking.

Bug Fix:

  • Fix a bug that code chunk address like "C1C2BLC1C3O1" failed updating by @wzsx150 (PR #11).
  • Fix a bug in updating reverse order address codes by @wzsx150 (PR #11).
  • Fix improper branch code button status.

Code Updater for Nintendo Switch v1.0.2

16 Nov 08:47
bd8bbfc
Compare
Choose a tag to compare

Update:

  • Much more code type supported.
  • Add auto encoding detection for non-English users (Issue 6).

Code Updater for Nintendo Switch v1.0.1

26 Oct 08:05
7aaa985
Compare
Choose a tag to compare

Update:

  • Support unpack newest games with masterkey 0xf and 0x10.

Code Updater for Nintendo Switch v1.0.0

23 Oct 12:22
c3cb886
Compare
Choose a tag to compare

Thank you all for the great advice and feedback, we finally have this official edition with a catchy name!
With a much clean, stable and maintainable code, it's time for you to explore the ability of the newly upgraded tool~

Update:

  • Faster code feature localization algorithm
  • Support master/normal code cross branches
  • Support 'adr' branches
  • Support codes in .rodata
  • Customizable code type recognization
  • Detailed logs if error occurs
  • And more

Interactive ASM Cheats Updater v0.6.0

10 Sep 15:18
f4f04bf
Compare
Choose a tag to compare

Update:

  • Add more stabilized ARM32 & ARM64 recognization, no endless loop anymore.

Bug Fix:

  • Fix a glitch that "zero gap" cheat code stucked in some certain circumstances (Issue 4).

Interactive ASM Cheats Updater v0.5.0-gamma

05 May 12:43
bef2b79
Compare
Choose a tag to compare

Update:

  • Now this tool can generate modified main file from cheat codes directly.
  • Would write every cheat codes into main file from top to buttom, so please be careful!

Bug Fix:

  • Fix title loop when misjudging asm code types.