Skip to content

Patches the SSL module to disable Root CA Verification (fork for nimbus)

License

Notifications You must be signed in to change notification settings

TraceEntertains/3DS-SSL-Patch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DS-SSL-Patch

This is a patch for the 3DS SSL module to disable Root CA Verification.

To use:

  1. Obtain and decrypt the SSL module (0004013000002F02), then extract its decompressed code binary to the patch directory as "code.bin"
  2. Run make.
  3. Copy out/code.ips to sdcard:/luma/sysmodules/0004013000002F02.ips.
  4. Enable Game Patching under Luma3DS's configuration.

You may also need to send ClCertA as a client certificate. Unclear on that. A copy is included as a .p12 resource, with the password 3ds. Certificate removed from this fork.

NOTE: As of May 01, 2017, Luma3DS doesn't actually support patching system modules. You'll need to comment out the check on that line (if(CONFIG(PATCHGAMES)) will do fine), and rebuild luma manually to use. I consider this to be a feature, not a bug, because having this installed will make it so that anyone can steal your 3ds's private information over the network because it makes all of your SSL requests insecure. This is not true anymore, because to my knowledge, it only applies to non-ips patches.

That said, it's very useful for MitM debugging of how the 3DS communicates with its servers.

About

Patches the SSL module to disable Root CA Verification (fork for nimbus)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 50.5%
  • Assembly 49.5%