Search results

  1. sorunome

    Homebrew NetPass 2.0: Now with SpotPass!

    NetPass 2.0: Now with SpotPass! Soru is happy to announce that NetPass 2.0 is out now, which adds support for SpotPass. The main focus here is the delivery of user-generated content via SpotPass, think: Swapdoodle, Tomodachi Life travelers updates, etc. For this to work, soru had to implement...
  2. sorunome

    Homebrew CEC Tool: Debug your consoles CEC / StreetPass data

    Heya, Today soru released her newest tool, CEC Tool. It is for inspecting, debugging and exporting CEC / StreetPass data. It can be found on gitlab: https://gitlab.com/sorunome/cectool PR to add it to Universial DB is pending. Any suggestions for what to add are very welcome ^.^
  3. sorunome

    Reverse-Engineering the cecd:s ipc api

    Hello! Soru has made some efforts in reverse-engineering the cecd:s ipc api. For what the, before undocumented, endpoints are, she added the names to the 3dbrew page. Soru does have in way more detail which endpoint takes which arguments and what it returns where, and she does plan to document...
  4. sorunome

    NetPass: A new way to experience StreetPass

    In the current state of the world, the 3DS is, sadly, on decline. That makes getting StreetPasses harder and harder, due to fewer and fewer people taking their 3DS with them on a walk. This is where NetPass comes in! Unlike StreetPass, NetPass works over the internet. Upon opening NetPass, you...
  5. sorunome

    How to get libcurl to properly validate https cert

    Heya, soru wondered how to get libcurl to properly validate https certs? currently she can only make requests with the CURLOPT_SSL_VERIFYPEER set to 0 which kinda defeats the point of ssl. Thank you for help!
  6. sorunome

    Hacking Homebrew A new way to experience StreetPass

    NetPass: A new way to experience StreetPass Scan QR code to download! The QR code always points to the newest version, no matter how long ago the last edit of this post was Releases: https://gitlab.com/Sorunome/3ds-streetpass/-/releases Source Code: https://gitlab.com/Sorunome/3ds-streetpass...
  7. sorunome

    Homebrew How to get the consoles mac programmatically

    Hello, Soru is playing around with some stuffs and wanted to, programmatically, get the mac address of the console. The IPC nwm::SOC apparently has a method GetMACAddress, however soru can't get it to work without a kernel panic. Furthermore, the file twln:/sys/log/inspect.log also includes the...