131 Commits

Author SHA1 Message Date
Shadowtrance ae3cec23a0 Removed unused SHA-1 code 2015-07-23 21:48:53 +10:00
Shadowtrance 780b2a8d87 Restored launcher.dat compatibility 2015-07-23 21:47:42 +10:00
Shadowtrance 0162595198 More verbose statistics for title decryptor 2015-07-22 11:04:53 +10:00
Shadowtrance 3e7f1c2df9 Removed some unneeded code 2015-07-22 10:55:09 +10:00
Shadowtrance 5083c30f71 Add some rudimentary error checking to title decryptor 2015-07-22 00:02:53 +10:00
Shadowtrance 9a0f00f1fd Fixed seed / 7x crypto
o that was a hard one
2015-07-21 23:59:37 +10:00
Shadowtrance d6d9f6cb48 Undisabled seed crypto 2015-07-21 05:29:45 +10:00
Shadowtrance d6a4763a29 Fixed 7x crypto and seed crypto in title decryptor 2015-07-21 03:39:38 +10:00
Shadowtrance fd6bd740a1 Fixed bad .code offset 2015-07-21 00:58:24 +10:00
Shadowtrance 6ad9fd39a3 Improved Ttitle Decryptor
o Implemented Seed crypto
o Fixed directory parsing
o Improved the on screen output
2015-07-21 00:56:02 +10:00
Shadowtrance 10770d4ec7 Fix menu option
somehow missed this...
2015-07-20 16:53:35 +10:00
Shadowtrance 2d7ffe7df7 Added ability to decrypt game backups
Seed crypto not implemented yet
2015-07-20 16:34:22 +10:00
Shadowtrance 5f9936368d Fixed DumpNandSystemTitles() 2015-07-20 15:44:27 +10:00
Shadowtrance d0276b5a72 Improved SeekFileInNand() 2015-07-20 03:41:08 +10:00
Shadowtrance 2c079762d3 Fixed wrong return value in NcchPadgen() 2015-07-20 03:29:26 +10:00
Shadowtrance 16df480eb3 SeekFileInNand(): Get rid of endian conversion
Little Endian is the default anyways,
2015-07-18 07:43:48 +10:00
Shadowtrance 34b7fc5b2c DumpNandSystemTitles(): Fix offsets in debug messages. 2015-07-18 07:36:26 +10:00
Shadowtrance 9fcdb497b8 Use const char* where applicable 2015-07-18 07:34:41 +10:00
Shadowtrance 46fb091b2b Include DebugDirOpen() function 2015-07-18 07:32:27 +10:00
Shadowtrance 0f13ab4991 Fixed DirRead() function 2015-07-18 07:30:40 +10:00
Shadowtrance d4c530eb25 Show working directory in main menu 2015-07-13 01:28:03 +10:00
Shadowtrance 8fb803b83e Some minor source code improvements 2015-07-13 01:14:48 +10:00
Shadowtrance 9d6d3583ee Use DecryptBuffer() for xorpad generation 2015-07-13 01:12:54 +10:00
Shadowtrance a36ca2cf45 Properly aligned the keyY in DecryptBuffer() 2015-07-13 01:11:01 +10:00
Shadowtrance 02523d633d Check NAND size when restoring the NAND backup 2015-07-13 01:09:26 +10:00