Commit graph

46 commits

Author SHA1 Message Date
codestation
d71d174a27 Add ant build file. 2013-07-27 00:35:51 -04:30
codestation
d35277a035 forgot to add the spacing.... 2011-10-04 11:54:24 -04:30
codestation
63d1dde576 Typo in message. 2011-10-04 11:53:38 -04:30
codestation
a41246dda0 fix: make sure to use a 4-byte aligned input filesize so the filler
adds the correct ammount of bytes.
2011-10-04 11:52:30 -04:30
codestation
1643c90c45 fix: wrong size in gim header. 2011-10-01 18:27:26 -04:30
codestation
105d1505cf Removed unused imports. 2011-10-01 13:14:09 -04:30
codestation
9cce9c4e8d Rewritten Gim class, now it must process correctly multi-palette images. 2011-10-01 13:13:00 -04:30
codestation
5489ce4e06 Added new ECDSA class depend for CryptoEngine. 2011-09-09 11:20:48 -04:30
codestation
568e009ff0 Updated CryptoEngine. 2011-09-07 11:47:35 -04:30
codestation
ad6d6b059c Updated data_install with placeholder values (haven't searched for the
correct values yet)
2011-07-31 14:25:02 -04:30
codestation
4ae7054442 Project name change to make Vuze happy :D 2011-07-30 22:17:17 -04:30
codestation
ff05c55874 KirkCypher: rollback the hash calculation for now. 2011-07-30 22:09:07 -04:30
codestation
0dd3d0518a Add filler bytes by default on encrypt and patch build. 2011-07-30 22:06:57 -04:30
codestation
5168c47d34 CryptoEngine: try to fix the savedata hash generation. 2011-07-24 17:56:12 -04:30
codestation
ca3d1b8a02 Make --extract-quests use the correct quest name.
Some refactoring.
2011-07-24 17:55:20 -04:30
codestation
966c01a9c8 Updated CryptoEngine with cbc upstream fix. 2011-07-24 13:24:35 -04:30
codestation
de17430656 Dump savedata hash to file 2011-07-24 13:24:02 -04:30
codestation
d88317ebd2 Added support for decrypt and extract quest files.
Added support for extract/rebuild string tables from mib files.
2011-07-23 21:38:42 -04:30
codestation
29925a5ce9 CryptoEngine: fix CBC size passed to hleUtilsBufferCopyWithRange 2011-07-23 02:27:11 -04:30
codestation
2d0e8a3188 Fix sha1 generation for savedata. 2011-07-23 02:21:17 -04:30
codestation
39d2736f9b Fix savedata decryption/encryption 2011-07-23 01:31:56 -04:30
codestation
4f0f67cabc KirkCypher: show gamekey 2011-07-22 23:15:04 -04:30
codestation
21fbdd1aef Updated CryptoEngine 2011-07-21 21:12:27 -04:30
codestation
b8f554dbde Updated CryptoEngine 2011-03-16 13:53:07 -05:00
codestation
2ef55f18a9 Added savedata encryption (untested) and KIRK decryption/encryption
(untested too xD), also added game 16-byte gamekey.
2011-03-01 22:20:07 +00:00
codestation
83a07c8296 Make Encrypter/Decrypter class to use the interface values. 2011-03-01 03:42:06 +00:00
codestation
0f0d6ca0f4 Added quest decrypt/encrypt and savedata decrypt.
Rewrote crypt package and updated file headers.
2011-03-01 03:30:37 +00:00
codestation
3367863918 Fixed bug with the rebuilding of .pak files with empty files.
Added more offsets to data_install.txt
2011-02-02 04:08:04 +00:00
codestation
79f5f1e8c8 Added .pak rebuilder plugin. Added error handling to Gim class. 2011-01-23 02:24:35 +00:00
codestation
e8eabbca35 Handle special case of gim files without palette.
Force creation of empty file for null table pointer in .pak
extraction.
2011-01-18 01:08:55 +00:00
codestation
0706c9de14 Added support in dec-all to all the pak formats.
Rewrited the ExtractPluginE to support unpacking of all .pak files
2011-01-17 23:18:08 +00:00
codestation
31ec9756f2 Forgot to add the .pak plugin -__-
Updated readme
2011-01-17 15:56:29 +00:00
codestation
54f795453a First attempt of a .pak decompiler 2011-01-17 15:53:18 +00:00
codestation
fce2d43421 Major code refactoring: moved read/write functions in their own
class (EndianFixed), converted Decoder/Encoder classes into
interfaces.
Added support for extract/rebuild TMH containers.
Added jar manifest.
2011-01-17 06:15:19 +00:00
codestation
5452659d0c Added support to recognize pak files 2011-01-10 23:44:06 +00:00
codestation
4434e73314 Added check to --encrypt to make sure that the files have the
same length as the indicated in the index table
2011-01-08 15:13:31 +00:00
codestation
1119fabe08 Added support to recognize some file formats on the --dec-all
option switch
2011-01-03 19:51:06 +00:00
codestation
1ede17a3ae Fix data install tables when adding a file that doesn't exist in the
data install
2011-01-03 18:57:10 +00:00
codestation
2f84945b33 Added support for data install in the creation of patchfiles 2011-01-02 19:48:30 +00:00
codestation
c04918cffe Added option to specify output patchfile 2010-12-25 18:10:29 +00:00
codestation
322cf28838 Added PatchBuilder class 2010-12-20 12:41:53 +00:00
codestation
7aba2b96f3 Fixed path of extract plugins to create the file in the current
directory when the binary file is in another dir
2010-12-13 13:18:35 +00:00
codestation
e6cb17f644 Assigning new found tables to decoder #3 2010-12-12 18:23:18 +00:00
codestation
f5e08987d6 Forgot to code formatting before the first commit -_-# 2010-12-12 17:41:57 +00:00
codestation
acf5415bd8 Added LICENSE and README 2010-12-12 17:27:31 +00:00
codestation
a4848cb2d4 first commit 2010-12-12 17:12:44 +00:00