Do you remember the debug card AGING-NTR also known as NTR-EVA which had some tests for the NDS?
CTRAging, the 3DS equivalent to AGING-NTR, is an app used for testing the hardware at the factory, before it is approved for selling.
And after the tests, it uninstalls itself as well as other test apps, such as DevMenu.
However, uninstall isn't equal to fully deleted from NAND, that means:
YOU PROBABLY STILL HAVE IT IN YOUR FAT16 PARTITION OF YOUR NAND.
Great right!? Well.... no. Each time the console writes to NAND, it has a chance to overwrite it, because since it is no longer installed, the 3ds doesn't care about overwriting it. That means, the most used the system is, less probabilities to still have it in NAND.
As stated here, sometimes only the TitleID is kept in NAND, other times its header, or nothing. I tried with my two o3ds, the first, which went throught many updates (5.0 to 9.2), didn't have it at all. However, my 2nd 3DS, which went from 1.0 to 4.5 with a card update (yes, I know I shouldn't have to update), only had the TitleID (000400000F980000) between a lot of FF.
If you want to try to build it by yourself, here is the N3DS version of CTRAging: -snip-
(25/01/16, 18:12) Got a O3DS copy with matching exefs hashes, however, the keyX line at the signature to decrypt it is corrupted.
So if you feel like you have a 3ds
which never updated, and wasn't much used, you can try luck, dump and decrypt your fat16 partition and search for the TitleID, here it is how:
1- Download
this tool.
2- Place your NAND dump in the same folder, and name it NAND.bin.
3- Use rxtools or any homebrew, and generate NAND fat16 xorpad.
4- Copy the generated xorpad to the same folder and name it nand.fat16.xorpad
5- Run decrypt.bat
6- Open nand.fat16.bin in HxD (hex editor) and search
0000980F000004000
7- If you have it,
it should look like this. Now, put your cursor behind NCCH and move the cursor 16 lines up (100 bytes). Now go to Select -> Select Block and set lenght to FFFFFFFFF (I know, I know...). Copy it and paste into a new file, NCCH string should be at offset 100.
8- Save the file as whatever.cxi, now use whatever method to decrypt it.