2014-06-28 22:07:46 +00:00
|
|
|
PKHeX
|
|
|
|
=====
|
|
|
|
|
|
|
|
Pokémon X/Y SAV/PKX file editor, programmed in C#.
|
2014-06-28 22:08:40 +00:00
|
|
|
Supports binary file loading of:
|
|
|
|
|
2014-08-13 00:12:43 +00:00
|
|
|
Decrypted Save files (1MB/Cyber Save 0x65600 Bytes)
|
|
|
|
Individual entity files (232/260 bytes)
|
2014-06-28 22:10:54 +00:00
|
|
|
Obsoleted: Unencrypted Network Packets containing entity files.
|
2014-06-28 22:07:46 +00:00
|
|
|
|
|
|
|
Data is then displayed in a meaningful view, and can be edited and saved back to Binary data.
|
2014-08-13 00:12:43 +00:00
|
|
|
For loaded save files, saving an edited copy is possible and all hashes will be fixed.
|
|
|
|
Since save data uses an AES MAC that cannot be emulated without the 3DS's keys, a resigning service is required.
|
2014-06-28 22:07:46 +00:00
|
|
|
|
|
|
|
The interface is translatable with resource/external text files so that different languages can be supported.
|
|
|
|
|
|
|
|
Note: I started learning C# by making this program, so certain implementations may look odd ;)
|