Search results

  1. zzpong

    Code Updater for Nintendo Switch - v1.1.4

    Update: Support unpack newest games with masterkey 0x13.
  2. zzpong

    Code Updater for Nintendo Switch - v1.1.3

    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" (Thanks to eco95 and Optantic).
  3. zzpong

    You need to put your "keys.txt" file to the root folder. Or download here...

    You need to put your "keys.txt" file to the root folder. Or download here: https://github.com/zzpong/Interactive-ASM-Cheats-Updater/releases
  4. zzpong

    Code Updater for Nintendo Switch - v1.1.2

    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.
  5. zzpong

    Code Updater for Nintendo Switch - v1.1.1f

    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.
  6. zzpong

    Code Updater for Nintendo Switch - v1.1.1

    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. The tool would not freeze anymore...
  7. zzpong

    Code Updater for Nintendo Switch - v1.1.0

    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)...
  8. zzpong

    Code Updater for Nintendo Switch - v1.0.2

    Code Update v1.0.2 could recognize and show EVERY cheat code format with a detailed description in "logs" window. Update: Much more code type supported. * You can generate more customized codes with this version (and more chance succeed in updating codes). However, it need more clicks than...
  9. zzpong

    Code Updater for Nintendo Switch - v1.0.1

    Update: Support unpack newest games with masterkey 0xf and 0x10.
  10. zzpong

    Code Updater for Nintendo Switch - v1.0.0

    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...
  11. zzpong

    Code Updater for Nintendo Switch - ver 0.6.0

    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.
  12. zzpong

    Code Updater for Nintendo Switch - ver 0.5.0 gamma

    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.
  13. zzpong

    Code Updater for Nintendo Switch - ver 0.5.0 beta

    Bug Fix: Fix improper descriptions in config file.
  14. zzpong

    Code Updater for Nintendo Switch - ver 0.5.0 alpha - The Automation

    Auto extract "main.nso" from any XCZ/XCI/NSP/NSZ game packages, but better not to choose super game packages (e.g. any game bundle contains all base/updates/DLCs). Support ARM-32 cheat codes, recognize automatically. Better feature extraction that precisely locates the new address. PLEASE...
  15. zzpong

    Code Updater for Nintendo Switch - ver 0.4.0 final

    Add full structure of cheat code format. Fix improper cheat code output caused by exception error from unknown code.
  16. zzpong

    Code Updater for Nintendo Switch - ver 0.4 hotfix

    Update: Enhance automation by adding more code pattern recognization like "tap button" and "end loop". Bug Fix: Fix annoying text cutting off in any text widget. Fix fatal text output from normal code structure in some rare circumstances.
  17. zzpong

    Code Updater for Nintendo Switch - ver 0.4 out

    Update: Code cave structure remake. Update: Add normal code structure, code optimized. Bug fix: Addresses of normal codes in ASM ignored in previous version. Bug fix: Code outside of .text and code cave now will have an error message instead of endless code loop.
  18. zzpong

    Code Updater for Nintendo Switch - ver 0.3 out now

    Tested on a bunch of games and works well Small bug fixed Add ASM code display for cheat codes from code caves
  19. zzpong

    Code Updater for Nintendo Switch - Hotfix

    Fix auto address update failure in some certain circumstances. Fix "zero gap" display in disassembly process.
  20. zzpong

    Code Updater for Nintendo Switch - Enhanced UI with ASM display

    UI remake, add detailed ASM codes of main file for better multiple address selection. Add disassembled ASM cheat codes display function. Bug fix: false wing length display when double wing length like branch to target requested. And more...