FunKeyCIA
FunKeyCIA copied to clipboard
Python tool for downloading content from CDN, uses only a title id and title key, or keyfile, to make a good cia.
this program should be refactored in python3 just because official support for python2 is ending.
For example, v16 (original) instead of v32 (revision 1/latest) of Super Mario Land (USA).
Using Python for Windows 2.7.11 on Win7 64-bit ``` C:\temp\FunKeyCIA-master>FunKeyCIA.py -title xxxxxx -key xxxxxx bf7ec474e251e7925bb ******* FunKeyCIA by cearp ******* Downloading TMD... Downloaded TMD OK! Downloading Contents... 0 Downloading 1...
Replaced 3ds.nfshost.com with the correct website 3ds.titlekeys.com.
Added a .gitignore file based on the files generated by FunKeyCIA. This should prevent accidental copyright infringment when someone pushes generated files to a fork/branch and sends their generated CIAs/tickets...
Already worked on it on my own time can't be fucked with git though `parser.add_argument('-cianame', action='store', dest='cianame', help='Name of cia output')` ``` def processContent(titleid, key): if(len(arguments.cianame) is 0) or (arguments.cianame...
It's quite a PoC, but I think it's a nice feature to have