Hacking For those who are having problems with ROPLoader

  • Thread starter Thread starter Roxas75
  • Start date Start date
  • Views Views 5,210
  • Replies Replies 10
  • Likes Likes 4

Roxas75

Well-Known Member
Member
Joined
Oct 9, 2010
Messages
496
Reaction score
1,384
Trophies
0
XP
1,522
Country
Italy
Hei there! :)
I see most of you guys are having problems corrupting the ds mode with the ROPLoader, wich is the actually public installer for the 3ds exploit.
Well a solution to this is to edt the real Gateway installer to read decrypted data, but sharing it would be illegal, i think.
So i created this little tool as solution, wich encrypts/decrypts the Launcher.dat (or any other...) with the Gateway keys so you can use the original installer and encrypt all the homebrews.

Download here!

Usage : Just drag and drop the file you want on the tool, it will detetch if it's encrypted or decrypted, and will decrypt or encrypt it on his own.

For those who are developing with the current little public c/c++ libraries, just copy the tool in your developing directory and add this line at the end of build.py file:
Code:
os.system("3ds_mset_sign.exe Launcher.dat");
Then it will automatically encrypt the Launcher.dat for you every time you compile your code.
 
Yeah, but in that other way you completely flash another user nvram instead of yours, so you'll lose your data.
Also, i coded it for myseldf to speedup my works, becouse use batch openssl everytime was wasting my time :P
 
Sorry. But, this is not working fine for me. When i drop the launcher.dat to the tool it closes. What can i do ?
 
I only have OSX and Linux machines...
Could I have the source code?

# I have tried Wine, but unfortunately this uses MSVCR100.dll...
 
  • Like
Reactions: CuriousTommy
I only have OSX and Linux machines...
Could I have the source code?

# I have tried Wine, but unfortunately this uses MSVCR100.dll...
There is a python script in my sig (in src folder) that does the same thing as roxas app.
You'll need to install https://www.dlitz.net/software/pycrypto/ module for python though. The exe might work in vine however.
 
  • Like
Reactions: Margen67
Thank you...

So,
1. Install GW_Installer.nds using flashcart (here I used AK2i)
2. Encrypt Launcher.dat using your py
3. Load DS Profile

Now I see the first 3DS application.
 
I made a small encrypter named gatewayize in Ruby and C, to make sure my understanding.
At least I was able to load TE3DS using Gateway loader.

http://www.mediafire.com/download/ry6d4eyc8p1ujdd/gatewayize.zip

My 3DS journey has just begun (well, I reinitialized my 3DS data 5 times today. I shouldn't play AR games stuff again until the situation becomes stable)...
 
  • Like
Reactions: hippy dave
I assume this will not fully decrypt GW's launcher.dat (so as to allow for modification/reverse engineering of it)
Nonetheless an useful tool for homebrew devs and users.
 
Nope if I understand correctly the gateway launcher has several stages of encryption, most of which happen on the 3ds itself, this just has the first layer, enough for their roploader to read a homebrew loader that is using the first stage of their encryption
 
Hei there! :)
I see most of you guys are having problems corrupting the ds mode with the ROPLoader, wich is the actually public installer for the 3ds exploit.
Well a solution to this is to edt the real Gateway installer to read decrypted data, but sharing it would be illegal, i think.
So i created this little tool as solution, wich encrypts/decrypts the Launcher.dat (or any other...) with the Gateway keys so you can use the original installer and encrypt all the homebrews.

Download here!

Usage : Just drag and drop the file you want on the tool, it will detetch if it's encrypted or decrypted, and will decrypt or encrypt it on his own.

For those who are developing with the current little public c/c++ libraries, just copy the tool in your developing directory and add this line at the end of build.py file:
Code:
os.system("3ds_mset_sign.exe Launcher.dat");
Then it will automatically encrypt the Launcher.dat for you every time you compile your code.

Any chance you can provide something to decrypt/encrypt the launcher.dat in the spiderhax folder of your rxTools source code? That's really the only part not open sourced. Unless you used an already public method. Then let us know what that is so it can be modified. ;)
 

Site & Scene News

Popular threads in this forum