Recent content by bth

  1. bth

    Hacking Atmosphere-NX - Custom Firmware in development by SciresM

    it might be a recent game with zbic exefs compression (as opposed to the before state of lz4 compression), which will be fixed in the next official atmosphere build (or alternatively if you're impatient, obtain a compiled output of this commit...
  2. bth

    Hacking Atmosphere-NX - Custom Firmware in development by SciresM

    ES, an official sysmodule from nintendo, titleid/program id: 0100000000000033 https://switchbrew.org/wiki/ETicket_services it's the module responsible for the backend of eshop, related to tickets, (NS - 010000000000001F https://switchbrew.org/wiki/NS_services being the one who handles parts of...
  3. bth

    Hacking Atmosphere-NX - Custom Firmware in development by SciresM

    you need patches to ES to use eshop dumps, regardless of source, even if you did it yourself, as you are still pirating the ticket into the common ticketbin instead of signed into the private ticketbin (i.e. sys-patch is needed)
  4. bth

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    it is being compiled with: -DCAPSTONE_ARCHITECTURE_DEFAULT=OFF -DCAPSTONE_ARM64_SUPPORT=ON and i can't reproduce that on linux, if its a problem introduced by cross-compilation, then that'd warrant windows environment compilation edit: i opted to revert away from cross-compilation as nothing...
  5. bth

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    I re-did the binaries to only do the parts of libcapstone we care about while at it, and static linked them https://github.com/borntohonk/hactool/commit/b759a8a94177be42981835e75756bae5427672c3 (quick change to do both x64 and arm64 macos outputs)...
  6. bth

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    https://github.com/borntohonk/hactool/releases/tag/1.5.4 I updated hactool to be able to produce latest keyset from input firmware folder files ex: hactool -t keygen path_to_firmware_folder --keys prod.keys --keys being optional argument, defaults to ~/.switch/prod.keys...
  7. bth

    Hacking Atmosphere-NX - Custom Firmware in development by SciresM

    if you want to you can choose to never touch OFW at all. I'm guessing the ones who may have suggested this, want to do it for parity reasons, to make the gamecard cartridge slot work, and for the theoretical, legitimate purchasing of games / online play, without elements that may get one banned...
  8. bth

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

    my understanding is that for 22.0.0+ that is an atmosphere libs / libnx compatibility issue. https://github.com/DefenderOfHyrule/ldn_mitm/releases this fork seems to claim to have a release addressing 22.5.0 support
  9. bth

    Hacking Atmosphere-NX - Custom Firmware in development by SciresM

    it's mostly kernel changes (if any) and erpt you would first implement helpers into libnx then add the commands to atmosphere nn::erpt::sf::IContext command 15 https://github.com/Atmosphere-NX/Atmosphere/blob/master/libraries/libstratosphere/include/stratosphere/erpt/sf/erpt_sf_i_context.hpp...
  10. bth

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    my version of hactool is capable of that: https://github.com/borntohonk/hactool/blob/master/pk11_extract_key_sources.c I more or less just copied my other work for the lockpick change that does more or less the same. i have an universal pure python library capable of it, as well as...
  11. bth

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

    to my knowledge, no, there is not a need for a new version for firmware 23.0.0 there is however a new IPC service interface in FS which seem related to file handling, which both qlaunch and auth (system-applets) call for; but none of the existing patches need any changes. A super minor tweak...
  12. bth

    Hacking RELEASE Lockpick_RCM payload - Official Thread

    there isn't a need for it other than consistency; it has a feature for dumping the latest keys regardless if its updated or not; but one can keep it up to date despite that. it's more of a fallback feature i added incase for whatever reason it becomes DMCA target by nintendo again (although...
  13. bth

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

    no patches need updating (aside from buildid and offset changes for .ips patches) 1789024472 i am a tinfoil contributor, but no, it doesn't work that way, tinfoil needs to be recompiled with latest libnx and some tweaks before it can work with the latest version of atmosphere. (the lead...
  14. bth

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

    the updated lockpick should already dump those anyway; anyways sys-patch doesn't need updating for any patches of value.
  15. bth

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

    isle of reveries require the latest commit of atmosphere, the latest official version of atmosphere is not based around the current latest commit. it'll work with any version of atmosphere that is based around latest commit. my fork is based around the latest commit...