Homebrew Official [Download] Decrypt9 - Open Source Decryption Tools (WIP)

  • Thread starter Thread starter d0k3
  • Start date Start date
  • Views Views 935,194
  • Replies Replies 4,476
  • Likes Likes 71
well FBI can dump the NAND from arm11 using some special permissions in the exheader that were found out. there could be one for raw gamecard access.
.................... :mellow::huh::):D:lol:
OK, i can't wait for the dump cartridge direct installation feature in FBI!!
 
Last edited by RealityNinja,
I have a problem, when i try to dump a NDS Game its stuck at "Cartridge dump size:"
Same here, I'm trying to dump Phantom Hourglass, Pokémon White 2 and several others and it's always the same, nothing happens after "Cartridge Dump Size". I'm using the Gateway web entry point on 9.2, maybe that's a problem?
 
Same here, I'm trying to dump Phantom Hourglass, Pokémon White 2 and several others and it's always the same, nothing happens after "Cartridge Dump Size". I'm using the Gateway web entry point on 9.2, maybe that's a problem?
try cakehax (Decrypt9WIP.dat / http://dukesrg.github.io/?Decrypt9WIP.dat) or homebrew launcher. GW Launcher.dat is unsupported.
 
I'm trying to decrypt the CIA of Rodea: The Sky Soldier, but Decrypt9 says: "This is probably not a CIA file.". I mean, I think I know what is a CIA file XD
 
You have to replace the secureinfo_A with one from the new region on the 3ds you want to downgrade before doing the ctrnand transfer.



Oh, whoops, I misread that.
I have tried it successed, thank you~ but I cannot use the browser it says something about region, and it still won't work after i inject the ticket from the us region.
 
Last edited by fateg,
A quick one - I just pushed a new D9 release, this time with very minor changes. This will be the D9 version used in @Plailect's new A9LH installation guide. Also: nearing page 200 of this thread :)!
I have follow d9 for a quit long time. Is it possible to use the new feature to unbrick my n3ds which was brick for a couple month. The brick was caused by downgrade to 2.1 in sysnand dirctly. I know it's my own fault.
But i think since the downgrade might didnt chang the part saves the system infor can I just dump the whole nand in this n3ds force restore it in to my work n3ds's emunand and use the ctr to fix it?

--------------------- MERGED ---------------------------

So you're on 2.1 and the browser won't work?
I'm the one try region changing,I tried to chang jpn to usa first and I'm in 11.0-u and the browser won't work.
 
Last edited by fateg,
I have follow d9 for a quit long time. Is it possible to use the new feature to unbrick my n3ds which was brick for a couple month. The brick was caused by downgrade to 2.1 in sysnand dirctly. I know it's my own fault.
But i think since the downgrade might didnt chang the part saves the system infor can I just dump the whole nand in this n3ds force restore it in to my work n3ds's emunand and use the ctr to fix it?

--------------------- MERGED ---------------------------


I'm the one try region changing,I tried to chang jpn to usa first and I'm in 11.0-u and the browser won't work.
But you've installed a9lh already? Hmm, Idk why that is. I have a Japanese n3ds that's been region changed to US and the browser works fine.
 
Last edited by invaderyoyo,
I have follow d9 for a quit long time. Is it possible to use the new feature to unbrick my n3ds which was brick for a couple month. The brick was caused by downgrade to 2.1 in sysnand dirctly. I know it's my own fault.
But i think since the downgrade might didnt chang the part saves the system infor can I just dump the whole nand in this n3ds force restore it in to my work n3ds's emunand and use the ctr to fix it?

--------------------- MERGED ---------------------------


I'm the one try region changing,I tried to change jpn to usa first and I'm in 11.0-u and the browser won't work.
But you've installed a9lh already? Hmm, Idk why that is. I have a Japanese n3ds that's been region changed to US and the browser works fine.
you just inject the info_a and transferctr? I'm just do the same,and cannot go into the setting so I inject the ticket from the us n3ds the setting works but the browser still say cannot use in this region
 
I'm trying to decrypt the CIA of Rodea: The Sky Soldier, but Decrypt9 says: "This is probably not a CIA file.". I mean, I think I know what is a CIA file XD
That CIA has some kind of corruption. Can you install it as it is now?

I have follow d9 for a quit long time. Is it possible to use the new feature to unbrick my n3ds which was brick for a couple month. The brick was caused by downgrade to 2.1 in sysnand dirctly. I know it's my own fault.
But i think since the downgrade might didnt chang the part saves the system infor can I just dump the whole nand in this n3ds force restore it in to my work n3ds's emunand and use the ctr to fix it?

--------------------- MERGED ---------------------------


I'm the one try region changing,I tried to chang jpn to usa first and I'm in 11.0-u and the browser won't work.
Only a few pointers, you will have to figure out the rest on your own. You need to manually dump your SecureInfo_A, movable.sed, LocalFriendCodeSeed, ticket.db from your current NAND. You need a 9.2 transferable of your region (maybe from Plailect). Force inject this, then inject back the files I mentioned earlier.

Hi guys, i would like to compile Decrypt9 with the original font (i hate the new one :D). I've no idea about compiling at all, i've followed this 2 tutorials: https://gbatemp.net/threads/tutorial-how-to-sync-compile-aureinand.420787 & https://gbatemp.net/threads/tutoria...-payload_stage1-bin-payload_stage2-bin.420899 in the past. I've also checked the readme but there is no information at all, it would be nice if someone could make a tutorial.


Kind regards, eXeToR
Everything you need to know is in the readme. MAKE FONT=ORIG
 
  • Like
Reactions: eXeToR
Compiling D9 is extremely easy, first set up a development environment following this: https://www.3dbrew.org/wiki/Setting_up_Development_Environment

From there, you'll need to clone everything with git, I won't cover how to do this, but it's fairly straightforward (though you may need to enable the recursive option)

Once you have the source, you can build with
Code:
make FONT=ORIG

(Damn it @d0k3 you need to make sure case-sensitive things are in the correct case when giving instructions >.>)
 
  • Like
Reactions: eXeToR
@d0k3 & @dark_samus3 It was easier than expected, i've just used:
Code:
git clone --recursive https://github.com/d0k3/Decrypt9WIP.git
make FONT=ORIG
Is there a way to compile the same version as the latest released version? If the answer is yes, how?


Kind regards, eXeToR
 
@d0k3 & @dark_samus3 It was easier than expected, i've just used:
Code:
git clone --recursive https://github.com/d0k3/Decrypt9WIP.git
make FONT=ORIG
Is there a way to compile the same version as the latest released version? If the answer is yes, how?


Kind regards, eXeToR
There haven't been any commits since the last release, so you are compiling the latest release. But for future reference, after you clone, go into the Decrypt9WIP folder and you can checkout a specific tag like this:
Code:
git checkout 20160823
The "20160823" is the tag. Decrypt9WIP uses the release date as the tag, but other projects might use different tag naming.
 
  • Like
Reactions: dark_samus3

Site & Scene News

Popular threads in this forum