Recent content by hetop

  1. H

    Tutorial Homebrew Building Atmosphère on Windows using MSYS2

    These files also contain "xrange": Atmosphere\utilities\erpt.py Atmosphere\utilities\nxo64.py Is it enough to just change "xrange" to "range" there as well or do the code in those files need additional adjustments?
  2. H

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

    I notice it says "Now full supporting Firmware 20+ avoiding crash when PRODINFO is blanked.", is this fix for not crashing when PRODINFO is blanked backwards compatible with FW 19 and earlier? For now, I've been using nim-prodinfo-blank-fix to fix that, but the less software I have to run the...
  3. H

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    I have gone through all my prod.keys dumps through the ages, but I've never had "eticket_rsa_kek_personalised". Is that a big deal that it's missing or no?
  4. H

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    Of all the screenshots that have been posted here, this is the one that's closest to what's happening for me. Only difference is that I get 241 prod keys for some reason and not 242 prod keys like you get, but it freezes all the same.
  5. H

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    Yesterday I had only gotten as far as to finish editing it, not building it, because it was getting too late into the night, but when building it I encountered the same issue as you, @impeeza, I did some searching around and here is what I found: Yes, only the last line should be there. When...
  6. H

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    Thank you for the source. I have used that and added on to it with @impeeza's "Add comments to Keys to identify them" commit on Github to make it easier for me to understand and to learn what is what when I'm building it for myself. :D
  7. H

    Homebrew Tutorial Ultimate guide to upgrade your firmware/Atmosphère

    They're not as known as the other guy, but seeing as it's on GitHub, I'm not sure for how long it will stay there. The one posting on Github also used to have a complete package-deal type thing hosted there, kinda like "BroadOcean" (not really their name, but I'm not sure how much you can even...
  8. H

    Homebrew Tutorial Ultimate guide to upgrade your firmware/Atmosphère

    That is indeed the easiest thing to do, but the guy that runs that website got his Mega and Archive account banned a few weeks ago and all the Switch Firmware links turned into invalid links, and I'm not sure if he's managed to rebuild everything yet or not, but only 18.1.0 has been re-uploaded...
  9. H

    Homebrew Tutorial Ultimate guide to upgrade your firmware/Atmosphère

    I tried the one from the Github link, but there is only one release and it's from April 29th, 2021 and crashes on firmware 16.0.0 and newer. There's a commit from February 23rd 2023 that fixes that, but it's not compiled, so you'll have to build it yourself. Once built, it works perfectly, even...
  10. H

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    Thank you, but Instead of the first link you posted, https://web.archive.org/web/20240826040302/https://rentry.org/SwitchHackingIsEasy, I would recommend this one: https://web.archive.org/web/20240906214157/https://rentry.org/SwitchHackingIsEasy When using your link and going to "3. Update CFW...
  11. H

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    Thank you for that, @Tyvar1, but it seems that the Github is gone now. I found a snapshot of the site on Archive.org from almost a week ago (september 21st), and it was still there then, so it seems I'm just a tiny bit too late. I couldn't seem to be able to download the latest release from the...
  12. H

    Homebrew Tutorial Ultimate guide to upgrade your firmware/Atmosphère

    I've only used exosphere.ini, and because of the crash I switched to DNS MiTM. If using both prevents the crash, then that's what I'll do. It's also safer than having only one enabled, so thanks a lot for your help. :D
  13. H

    Homebrew Tutorial Ultimate guide to upgrade your firmware/Atmosphère

    I remember having read that exosphere.ini worked perfectly up to FW 16.1.0 but caused an error "0100000000000025" on FW 17.0.0. I'm thinking about updating to 18.1.0 from 17.0.1 and I currently do not have exosphere.ini, only DNSMiTM, and I'm wondering if that issue has now been fixed, since you...