Skip to content

mazkt-rake/rxTools

 
 

Repository files navigation

rxTools - Roxas75 3DS Toolkit

Join the chat at https://gitter.im/roxas75/rxTools

rxTools is a collection of hacking tools for Nintendo 3DS/3DSXL/2DS, compatible with all the system versions from 4.1 to 9.2.

rxMode is a free custom firmware which works through rxTools, not meant to replace any existing software, but just my personal work made public and easy for the end-user.

It was not meant, at the beginning, to be open-source, so you can expect some messed up code here.

I do not support piracy in any way, all the data and information in my software have already been made public.

Current functionality

General

  • Support for Web Browser (SPIDER) entrypoint for Old3DS (ver 4.1-9.2)
  • Support for System Settings (MSET) entrypoint for Old3DS (ver 4.1-4.5, 6.0-6.4, and 9.2 with MSET downgraded to 6.x)
  • Support for System Settings (MSET) downgrading for Old3DS
  • Support for Ninjhax (Not Stable)
  • Hacking tools collection

rxMode

  • Support for the latest emuNAND version
  • Support for sysNAND, in case an emuNAND is not found
  • Access to the eShop and to online playing (requires an updated emuNAND)
  • Support for 100% of the games (newer ones will require emuNAND)
  • Signatures Checks disabled, which should allow just homebrew, but the world is cruel...
  • Support for installing FBI (a CIA Manager) in both emuNAND and sysNAND
  • Support for AGB (GBA Virtual Console) on both sysNAND and emuNAND
  • Support for TWL (DS/DSi cartridges and DSiWare) only on sysNAND
  • Dynamic RAM dumping (just for debug purposes)

Nightlies

Nightly builds of rxTools are a thing, again! :D https://lavanoid.github.io/

How to build

Requires ImageMagick >= 6.8.9 - If you are using Ubuntu 14.04 or below, do not use the version in the official repositories, as it is outdated

Requirements for Windows:

Requirements for GNU/Linux:

Just run make release and rxTools/sys directory should be generated in the release folder, along with all the other packets. Add firmware.bin (run tools/cdn_firm.py to download it) to release/rxTools/sys, then copy the contents of the release folder to the root of your SD card.

If you get the make: Interrupt/Exception caught (code = 0xc00000fd, addr = 0x4227d3) error on Windows, look at your PATH and move any path with parenthesis to the end of it

Make sure that the path to rxTools doesn't include space (' ').

How to launch with Spider

rxTools now stores its code.bin in rxTools/sys/code.bin (formerly /rxTools.dat). To launch rxTools using the Spider exploit visit https://dukesrg.github.io/?rxTools/sys/code.bin using the 3DS Internet Browser. (Requires ver 9.2 or older).

How to install DS Profile (MSET) Exploit (requires MSET 6.x)

Upon building, there will be a folder called release/mset that contains the files rxinstaller.nds and rxinstaller.bin. Using a supported NDS flash cart, launch rxinstaller.nds to install the MSET exploit. Otherwise, on firmwares 9.2 or older visit https://dukesrg.github.io/?mset/rxinstaller.bin to install the MSET exploit via the Spider exploit. If it worked, you'll see the bottom screen flash, and then the browser will appear to continue functioning normally. Press the home button, and after you see the Home Menu splash screen your DS will say "an error occurred" and ask you to reboot, but it's already done. You can then launch rxTools by going to Settings -> Profile -> DS Profile Settings.

How to install DS Profile (MSET) Exploit (requires MSET 6.x)

Upon building, there will be a folder called release/mset that contains the files rxinstaller.nds and rxinstaller.bin. Using a supported NDS flash cart, launch rxinstaller.nds to install the MSET exploit. Otherwise, on firmwares 9.2 or older visit https://dukesrg.github.io/?mset/rxinstaller.bin to install the MSET exploit via the Spider exploit. If it worked, you'll see the bottom screen flash, and then the browser will appear to continue functioning normally. Press the home button, and after you see the Home Menu splash screen your DS will say "an error occurred" and ask you to reboot, but it's already done. You can then launch rxTools by going to Settings -> Profile -> DS Profile Settings.

Credits

  • All the documentation on http://3dbrew.org, and to all the devs who contributed
  • Roxas75, myself, as the creator of rxTools
  • Gateway team, for their work
  • Reisyukaku for N3DS MSET
  • Archshift, who wrote some useful libs I used: https://github.com/archshift
  • Many GBATemp users, who helped in the testing process
  • patois, who developed BRAHMA: https://github.com/patois/Brahma
  • mid-kid and b1l1s, who developed CakeHax: https://github.com/mid-kid/CakeHax
  • Many other people who helped me in private
  • All the dudes who reversed and fucked up my project, who wasted their time on making useless keeping the sources private

##License ###rxTools Copyright (C) 2015 The PASTA Team

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See LICENSE for the details.

###CakeHax The Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.

See CakeHax/LICENSE.txt for the details.

###CakesROP CakesROP is licensed by zoogie, mid-kid, bilis, and Reisyukaku under the BSD 2-clause license.

See CakesROP/LICENSE for the details.

###PolarSSL Copyright (C) 2006-2010, Brainspark B.V.

The program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation

The program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See LICENSE for the details.

###JSMN Copyright (c) 2010 Serge A. Zaitsev

The software is licensed under MIT License.

See LICENSE_JSMN for the details.

Support the original, not the imitation!

About

rxTools - Roxas75 3DS Toolkit

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
LICENSE
MIT
LICENSE_JSMN

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.6%
  • C++ 6.2%
  • Assembly 2.4%
  • Makefile 0.8%