Homebrew [Release] CIAngel - download GOOD cias right on your 3ds :)

4gionz

Well-Known Member
Member
Joined
Aug 16, 2014
Messages
793
Trophies
0
Age
33
XP
488
Country
Canada
Hey has metroid prime federation force really not been added to that website? Maybe I'm just searching wrong and can't find on ciangel or freeshop. Just wanted to double check
 

deadf1sh

Well-Known Member
Newcomer
Joined
May 8, 2015
Messages
63
Trophies
0
XP
325
Country
France
I just did a CIA from a game than has EUR region and now say than the region its unknow... i did something bad? or that always happen?
No it's not normal what is the exact name of the game? Do you have an european 3ds ?
Hey has metroid prime federation force really not been added to that website? Maybe I'm just searching wrong and can't find on ciangel or freeshop. Just wanted to double check
You're searching wrong or it's been added since your post, search for serial "CTR-N-BCAE" it's the USA version.
 
Last edited by deadf1sh,
  • Like
Reactions: 4gionz

ivoyko

Well-Known Member
Member
Joined
Sep 13, 2009
Messages
380
Trophies
0
Location
EOL DA ASCO
XP
409
Country
Shin Megami Tensei: Devil Survivor Overclocked... and yes i have a EUR 3DS. I downloaded the EUR region game... then i go to install it from FBI and says me than region its unknow... before i install it i want know if goes to give me some problem but maybe its more fast try it myself than ask here.
 

zoogie

playing around in the end of life
Developer
Joined
Nov 30, 2014
Messages
8,560
Trophies
2
XP
15,000
Country
Micronesia, Federated States of
There are currently 93 titles on that certain title key site without enctitlekeys, grrr.
Who knows how many days will pass before those are added to the json or enctitlekys.bin ....

...So I decided to do something about it and write a little python2 script to update the wings.json with the latest encrypted titlekeys.
It was mainly for myself, but I decided to share it with you guys (awww). Attached!
 

Attachments

  • UpdateAngel.zip
    1.9 KB · Views: 230

Drakia

Well-Known Member
Member
Joined
Mar 15, 2008
Messages
1,644
Trophies
2
Age
36
XP
2,596
Country
Canada
There are currently 93 titles on that certain title key site without enctitlekeys, grrr.
Who knows how many days will pass before those are added to the json or enctitlekys.bin ....

...So I decided to do something about it and write a little python2 script to update the wings.json with the latest encrypted titlekeys.
It was mainly for myself, but I decided to share it with you guys (awww). Attached!
wings.json should not contain any entry without an encTitleKey entry, as we use json_enc from the site.

[Edit] Damn, the site is including non encrypted entries with a null key again, disregard this
 
Last edited by Drakia,

zoogie

playing around in the end of life
Developer
Joined
Nov 30, 2014
Messages
8,560
Trophies
2
XP
15,000
Country
Micronesia, Federated States of
wings.json should not contain any entry without an encTitleKey entry, as we use json_enc from the site.

Also, if it doesn't have an encTitleKey, I'm assuming you're putting the decrypted title key? Because that's going to screw things up for people, no updates, no DLC (As far as I can remember), etc will work with it, along with no re-downloading from the eShop.
Ctrl-F "null" inside wings.json You'll find about 90+ hits under "enctitlekeys.bin"
Also download decTitleKeys.bin under "Download only titles without encrypted title keys" from <evil 3ds title key site>.com. It will show 0x5D (93) titles.

When people submit their dec titlekeys, they aren't automatically converted to enc title keys, someone has to manually perform that task since is take the 3ds's arm9 exec (dunno who that mystery person is lol). Sometimes it takes days.

This program takes the encTitleKeys that the user provides from their own dec-->enctitlekeys.bin encryption from d9wip, and injects them into wings.json.
 
Last edited by zoogie,

Drakia

Well-Known Member
Member
Joined
Mar 15, 2008
Messages
1,644
Trophies
2
Age
36
XP
2,596
Country
Canada
Ctrl-F "null" inside wings.json You'll find about 90+ hits under "enctitlekeys.bin"
Also download decTitleKeys.bin under "Download only titles without encrypted title keys" from <evil 3ds title key site>.com. It will show 0x5D (93) titles.

When people submit their dec titlekeys, they aren't automatically converted to enc title keys, someone has to manually perform that task since is take the 3ds's arm9 exec (dunno who that mystery person is lol). Sometimes it takes days.
God damnit, he broke the JSON again, it's not supposed to include those.

[Edit] Disregard, the tool is fine, since you encrypt the keys before adding them.
 
Last edited by Drakia,

zoogie

playing around in the end of life
Developer
Joined
Nov 30, 2014
Messages
8,560
Trophies
2
XP
15,000
Country
Micronesia, Federated States of
God damnit, he broke the JSON again, it's not supposed to include those.

Either way, your tool is just going to screw up people's title keys with decrypted values, I'm going to recommend people not use it, and wait the couple days for the keys to get encrypted.
This only injects missing encrypted keys.

Here's the instructions to show that:
1. Download decTitleKeys.bin under "Download only titles without encrypted title keys" from <evil 3ds title key site>.com.
2. Place decTitleKeys.bin in files9 folder on your 3ds's root.
3. Run decrypt9WIP and go to Titlekey Options > Titlekey Encrypt (file), press A a couple of times.
4. Take encTitlekeys.bin and place it in the CIAngel folder on your sd along with this script.
5. Run this script. Make sure the latest wings.json is in the folder as it should already be.
6. Done! Your wings.json file should be updated with the latest titles on <evil site>'s RSS feed.
 
Last edited by zoogie,

DanTheMan827

Well-Known Member
Member
Joined
May 3, 2015
Messages
639
Trophies
0
Age
33
Location
Wisconsin
XP
621
Country
United States
There are currently 93 titles on that certain title key site without enctitlekeys, grrr.
Who knows how many days will pass before those are added to the json or enctitlekys.bin ....

...So I decided to do something about it and write a little python2 script to update the wings.json with the latest encrypted titlekeys.
It was mainly for myself, but I decided to share it with you guys (awww). Attached!
FYI, your code seems safe enough but windows defender is throwing up a virus detection message about Win32/Spursint.A!cl...
 

zoogie

playing around in the end of life
Developer
Joined
Nov 30, 2014
Messages
8,560
Trophies
2
XP
15,000
Country
Micronesia, Federated States of
FYI, your code seems safe enough but windows defender is throwing up a virus detection message about Win32/Spursint.A!cl...
I don't know what that could be since it's just a python script. Silly windows.
Still, I updated the attachment with a zip file instead of rar just in case my pirated winrar is up to something.

For the extra paranoid
https://www.virustotal.com/en/file/...43284adc51e59b0e3083747e/analysis/1472451339/
https://www.virustotal.com/en/file/...4c129fe01d55ea3ce48dc102/analysis/1472461949/

I honestly think these false positives are because Windows doesn't trust Gbatemp :P
 
Last edited by zoogie,

DanTheMan827

Well-Known Member
Member
Joined
May 3, 2015
Messages
639
Trophies
0
Age
33
Location
Wisconsin
XP
621
Country
United States
I don't know what that could be since it's just a python script. Silly windows.
Still, I updated the attachment with a zip file instead of rar just in case my pirated winrar is up to something.

For the extra paranoid
https://www.virustotal.com/en/file/...43284adc51e59b0e3083747e/analysis/1472451339/
https://www.virustotal.com/en/file/...b83a7defe44e007e7fc7ff14/analysis/1472451443/

I honestly think these false positives are because Windows doesn't trust Gbatemp :P
The ZIP file downloads just fine and is clean...

This certainly hasn't been the first rar archive from here that has been a false positive though...
 

Drakia

Well-Known Member
Member
Joined
Mar 15, 2008
Messages
1,644
Trophies
2
Age
36
XP
2,596
Country
Canada
Where do I suggest tickets to add to the database?
Had to dig up a baidu link for japanese doa dimensions.
You don't. People submit tickets as they see fit (Since you need to legit purchase the digital copy of a game to get the ticket). There's very few people willing to purchase games just to add to the site.

The only person I've ever seen offer to purchase games specifically to contribute is this guy: https://gbatemp.net/threads/how-can-i-send-you-tickets.437774/
But it sounds like he may not be able to purchase any more. And he can only get EUR games.
 

BasedIndex

splendid
Member
Joined
Dec 18, 2015
Messages
313
Trophies
0
Location
Hellfire Peninsula
Website
www.youtube.com
XP
307
Country
Russia
You don't. People submit tickets as they see fit (Since you need to legit purchase the digital copy of a game to get the ticket). There's very few people willing to purchase games just to add to the site.

The only person I've ever seen offer to purchase games specifically to contribute is this guy: https://gbatemp.net/threads/how-can-i-send-you-tickets.437774/
But it sounds like he may not be able to purchase any more. And he can only get EUR games.
I see now. I wonder how did we get all the japanese games then. Interesting.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    SylverReZ @ SylverReZ: https://www.youtube.com/watch?v=TKyNPg7UIIc