Search results

  1. Zoria

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    I'm really sorry for the lack of time I've been able to devote to LockPick. I'm short on time, and given what's been going on in the scene lately, I'd rather be doing something else. I've merged the PR :)
  2. Zoria

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    If there are any errors in my source code, feel free to fix them. I don't have much time right now to work on this project. I only have time to work on SwitchTools a little bit.
  3. Zoria

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    I haven't implemented that fix yet, but if I have time, I'll add it; otherwise, I'm sure another developer will reuse the source code to do it ^^ I'm working on updating the LockPick BDK to make it faster and more optimized, which is taking quite a while ^^
  4. Zoria

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    I've addressed this issue in a new version with a fix for a few keys
  5. Zoria

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    I don't have an Erista Switch, so I'm sorry to hear that the payload isn't working. I've asked a few people for feedback, but they're not available right now. Feel free to send me a screenshot so I can see exactly what LockPick is showing. 1773748882 From the feedback I've received, it seems to...
  6. Zoria

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    Hello Here is an updated version of LockPick with the compiled payload and source code to support Masterkey 15 in version 22.0.0
  7. Zoria

    Hardware Mig Switch on Switch 2

    MigFlash/Switch works perfectly with firmware 21.2.0 (Test in sysNAND eMMC to block Nintendo's servers :p)
  8. Zoria

    Homebrew Homebrew app sys-patch - sysmod that patches on boot

    Testing with a test build, I fixed a few minor issues with warnboot (and I hate GCC xD). Other than that, no apparent issues, sys-patch 1.5.9 from impeeza works perfectly. I should point out that I will not be sharing any Atmosphere builds, as these are for testing purposes only and may contain...
  9. Zoria

    Homebrew Homebrew app sys-patch - sysmod that patches on boot

    I don't understand the point of the discussion either. Bombayjack clearly isn't trying to listen to the advice he's being given and prefers to do absolutely everything with AI, which may be helpful, but I seriously doubt that AI is capable of this type of code on Switch...
  10. Zoria

    Homebrew Homebrew app sys-patch - sysmod that patches on boot

    I didn't specify, but when I removed sys-patch, the WiFi and sleep mode issues disappeared
  11. Zoria

    Homebrew Homebrew app sys-patch - sysmod that patches on boot

    Test on my end with 1.5.8 Forwarder created for Daybreak with my private keys 21.0.0 via LockPick 19.1.16: Works perfectly More traditional game installation functional (notably my SNSP/SXCI dumps that I was able to make) Installations were done with NS-USBLoader + Awoo Installer since it's the...
  12. Zoria

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    Yes, I just quickly made the patch for one of my tools that needed it.
  13. Zoria

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    39 degrees fever, I don't know what I'm doing here xD
  14. Zoria

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    Here is the source code for LockPick_RCM corrected for 21.0.0, as well as the compiled binary for recovering master key 14.
  15. Zoria

    Hacking Sigpatches for Atmosphere (Hekate, fss0, fusee & package3)

    Mission Control has just been updated, by the way ^^
  16. Zoria

    Hacking Hardware Nintendo Switch firmware 20.2.0 released

    Patch Loader AMS 1.9.2 [Loader:1AECE790BE17AC82] .nosigchk=0:0x5F8E:0x1:01,00 For those still using fss0/pkg3 or who do not use sys-patch If you want to use it on fusée, you will need to build a version of the fusée payload that accepts the old patches.
  17. Zoria

    Hacking Hardware Nintendo Switch firmware 20.2.0 released

    [CFW - AtmosphereNX (V2)] pkg3=atmosphere/package3 pkg3ex=1 emummcforce=1 atmosphere=1 icon=bootloader/res/icon_payload.bmp nouserexceptions=1 userpmu=1 cal0blank=1 usb3force=1 [Non Hack (OFW)] pkg3=atmosphere/package3 stock=1 emummc_force_disable=1 Even though it's not yet mandatory, I...
  18. Zoria

    Hacking Hardware Nintendo Switch firmware 20.2.0 released

    My build doesn't change much in itself, I'm not even sure SciresM will release an update with a new tag, maybe just a macro update from 1.9.1 I tested everything, and I didn't encounter any particular problems except for a few sysmodules that didn't work, such as MissionControl, Sys-Patch works...
  19. Zoria

    Hacking Best practice for preserving Switch 2 exploitability?

    I find this extremely hard to believe, even knox doesn't fully brick a samsung phone, it just mimics the functions of the samsung / samsung pay apps (unless I'm unaware of any recent changes to how they work) Nintendo is clearly going to lose out by doing this, and don't think it could ever make...
  20. Zoria

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    The + 65 is simply used to reserve, in addition to the “useful” text_buffer_size bytes, a safety margin of 65 bytes to accommodate : - The string terminator ('\0', 1 byte) - Additional storage area (64 bytes) - In many cases, this can be used to store, for example, the hexadecimal representation...