Search results

  1. bth

    Hacking Atmosphere-NX - Custom Firmware in development by SciresM

    any firmware beyond its release date are reasonable, which was march 20th 2020; so 9.2.0 and up yes. you being a silly person updating to 3.0.1 which is a switch 2 compatability patch, would require bare minimum 19.0.0/20.0.0 sdk level wise aim for an older update, anything not 3.0.0 is...
  2. bth

    Hacking Atmosphere-NX - Custom Firmware in development by SciresM

    It means what it says. You have 3 choices, memory for sysmodules and game mods, just compatibility with tinfoil or latest. Hoarding behavior of stacking bloatware sysmodules basically is something you shouldn’t do anymore. And acnh works fine on way older firmware…. If atmosphere 1.9.5 then...
  3. bth

    Hacking Atmosphere-NX - Custom Firmware in development by SciresM

    did you also update fusee.bin to the 1.11.2 version? that program id belongs to boot, which atmosphere reimplements, sounds like you are using an older fusee.bin
  4. bth

    Hacking Atmosphere-NX - Custom Firmware in development by SciresM

    if you're below any of these versions go to the one you care about: 19.0.1 (if you absolutely insist on using a million custom sysmodules and mod games with memory intensive mods) + atmosphere 1.9.5 20.5.0 if you are a tinfoil user + atmosphere 1.9.5 ( and have come to terms with that you...
  5. bth

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    looks good enough; new version outputs tsec_root_kek_%% package1_kek_%% and so on, the part that matters is whenever new key generation is found either, also the debug message for not found doesn't matter that much "NOFAT" error exists before my refactor; unable to mount system partition...
  6. bth

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    if anyone has a modchipped mariko / oled; or regular erista console and want to just confirm this produces prod.keys with keys consistent with what the old lockpick dumped pre-refactor, that would be great (it will produce more keys than before) if it works as expected, i will submit a PR...
  7. bth

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    Your emunand has a system partition. So I don’t see why not
  8. bth

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    Thanks to a tester the refactor of lockpick_rcm has reached a state of being able to (on its own) produce new key revisions, even if there has not been an update to lockpick_rcm https://github.com/borntohonk/Lockpick_RCMaster/commit/86374d2ae7d3eee7ef61adb19d5c2bce2f3ea847 it's still work in...
  9. bth

    Hacking Atmosphere-NX - Custom Firmware in development by SciresM

    that's a misunderstanding. the overlay loader gimmick-thing (not sys-patch) consumes a lot of memory as example, and people insist on using it. basically the only thing hindered by future throttling of memory, is only people who bloat up their console with custom sysmodules (in theory you...
  10. bth

    Tutorial Hacking Homebrew How to create your own sigpatches.

    Your 4 year old version of atmosphere doesn't serve much purpose as atmosphere is backwards compatible. bare minimum upgrade to atmoshere 1.9.5 (not later), and sys-patch 1.5.6 (not later) as that one is compatible with atmosphere 1.9.5 your firmware version also cant be greater than 13.2.1 due...
  11. bth

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

    why are you posting this in this thread? your issue isn't with patches, go talk to developer of the homebrew you are using
  12. bth

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

    chatgpt forgot to tell you that if you boot without patches, that you have to reinstall the affected titles. as for the unpatched thing, if ES/Loader/FS says patched that's fine. if they say unpatched then its likely you're using something else that provides the patches.
  13. bth

    Hacking Speculations about Switch 2 hacking

    It's not that "no one has found anything". Why reveal anything before the console has reached end of life? I've found several fun things over the years, it's just that sharing it would technically infringe on certain parts of the DMCA, and also be counter-intuitive as there already are means to...
  14. bth

    Hacking Speculations about Switch 2 hacking

    there's been several viable methods / attack vectors, it's just there isn't much to gain presenting a method to the public using them, due to the reasons i already mentioned (rp2040/rcm bug) for the switch 1 ecosystem. but up until 21.0.0 (i.e. 20.5.0 highest) there was a reasonable vector to...
  15. bth

    Hacking Speculations about Switch 2 hacking

    it's not impossible. It's just no one has bothered implementing it again (there is a public method working up to 4.1.0) already that is softmod, without RCM or modchip required) and that one theoretically was functional up to 8.1.0, no one bothered implementing it, and recently i believe up...
  16. bth

    Hacking Atmosphere-NX - Custom Firmware in development by SciresM

    i removed and re-inserted micro sdcards into my 2018 model switch without it ever breaking. probably up to 1000+ times, during testing and development of various things. i would argue it's not a factual statement.
  17. bth

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

    your error tells me nothing as you aren't providing which program is crashing (program/title ID) you also provide zero examples of which games you most likely need an account linked, so look up linkalho
  18. bth

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

    There are a lot of "dlc unlockers", which are not signature intact - faked - not paid for, which are distributed in .nsp format, which work when installers don't tantrum about them, but they aren't the same as a real dump that was paid for. it might be the dlc you speak of is one of the bootleg...
  19. bth

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

    sd cards have a finite lifespan. (hint, hint - get a new one -> not exfat formatted as well) totk should work fine on 19.0.1, and you're not on 19.0.0 which has soc voltage issues, so yeah narrowed down it should be the sd card having corrupted itself. don't use that. use something like...
  20. bth

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    if i get a confirmation that this works, i will be refactoring lockpick's key derivation process but the tl:dr is lockpick (currently, wont after refactor) gets the tsec root key from the keyslot after running the atmosphere tsec keygen payload, and uses that root key (tsec_root_key_02) with...