No description
Find a file
Kurt eb0b417697 Handling improvements
call garbage collection,
prevent large file loading to keep low RAM footprint longer,
Box data clarified a little bit more
labeled O-Power with guesses
2014-07-26 20:21:31 -07:00
Properties Pokerus saving, new mega selection 2014-07-20 12:28:56 -07:00
Resources Language updates (for the new options) 2014-07-24 10:30:57 -07:00
.gitattributes Initial 2014-06-28 14:22:05 -07:00
.gitignore Initial 2014-06-28 14:22:05 -07:00
app.config Initial 2014-06-28 14:22:05 -07:00
CodeGenerator.cs Handling improvements 2014-07-26 20:21:31 -07:00
CodeGenerator.Designer.cs CyberGadget updates. 2014-07-26 14:56:06 -07:00
CodeGenerator.resx CyberGadget updates. 2014-07-26 14:56:06 -07:00
f1-Main.cs Handling improvements 2014-07-26 20:21:31 -07:00
f1-Main.Designer.cs Handling improvements 2014-07-26 20:21:31 -07:00
f1-Main.resx CyberGadget updates. 2014-07-26 14:56:06 -07:00
f3-MemoryAmie.cs Codes, stability for translations 2014-07-19 16:56:40 -07:00
f3-MemoryAmie.Designer.cs Control Renaming 2014-07-19 22:08:24 -07:00
f3-MemoryAmie.resx Initial 2014-06-28 14:22:05 -07:00
f4-RibbMedal.cs Initial 2014-06-28 14:22:05 -07:00
f4-RibbMedal.Designer.cs Initial 2014-06-28 14:22:05 -07:00
f4-RibbMedal.resx Initial 2014-06-28 14:22:05 -07:00
frmReport.cs CyberGadget updates. 2014-07-26 14:56:06 -07:00
frmReport.Designer.cs Code Generator Compatibility 2014-07-24 09:42:40 -07:00
frmReport.resx Report tweaks 2014-07-24 09:20:08 -07:00
icon.ico Initial 2014-06-28 14:22:05 -07:00
PKHeX.csproj O-Power function added 2014-07-26 18:00:17 -07:00
PKHeX.sln Initial 2014-06-28 14:22:05 -07:00
Program.cs Initial 2014-06-28 14:22:05 -07:00
README.md Update README.md 2014-06-28 15:10:54 -07:00
SAV_BerryField.cs Codes, stability for translations 2014-07-19 16:56:40 -07:00
SAV_BerryField.Designer.cs Codes, stability for translations 2014-07-19 16:56:40 -07:00
SAV_BerryField.resx Initial 2014-06-28 14:22:05 -07:00
SAV_BoxIO.cs Initial 2014-06-28 14:22:05 -07:00
SAV_BoxIO.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_BoxIO.resx Initial 2014-06-28 14:22:05 -07:00
SAV_BoxLayout.cs Handling improvements 2014-07-26 20:21:31 -07:00
SAV_BoxLayout.Designer.cs Handling improvements 2014-07-26 20:21:31 -07:00
SAV_BoxLayout.resx Handling improvements 2014-07-26 20:21:31 -07:00
SAV_EventFlags.cs Initial 2014-06-28 14:22:05 -07:00
SAV_EventFlags.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_EventFlags.resx Initial 2014-06-28 14:22:05 -07:00
SAV_HallOfFame.cs Initial 2014-06-28 14:22:05 -07:00
SAV_HallOfFame.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_HallOfFame.resx Initial 2014-06-28 14:22:05 -07:00
SAV_Inventory.cs CyberGadget updates. 2014-07-26 14:56:06 -07:00
SAV_Inventory.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_Inventory.resx Initial 2014-06-28 14:22:05 -07:00
SAV_OPower.cs O-Power function added 2014-07-26 18:00:17 -07:00
SAV_OPower.Designer.cs Handling improvements 2014-07-26 20:21:31 -07:00
SAV_OPower.resx O-Power function added 2014-07-26 18:00:17 -07:00
SAV_Pokepuff.cs Initial 2014-06-28 14:22:05 -07:00
SAV_Pokepuff.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_Pokepuff.resx Initial 2014-06-28 14:22:05 -07:00
SAV_Trainer.cs CyberGadget updates. 2014-07-26 14:56:06 -07:00
SAV_Trainer.Designer.cs CyberGadget updates. 2014-07-26 14:56:06 -07:00
SAV_Trainer.resx CyberGadget updates. 2014-07-26 14:56:06 -07:00
SAV_Wondercard.cs Initial 2014-06-28 14:22:05 -07:00
SAV_Wondercard.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SAV_Wondercard.resx Initial 2014-06-28 14:22:05 -07:00
SplashScreen.cs Initial 2014-06-28 14:22:05 -07:00
SplashScreen.Designer.cs Initial 2014-06-28 14:22:05 -07:00
SplashScreen.resx Initial 2014-06-28 14:22:05 -07:00

PKHeX

Pokémon X/Y SAV/PKX file editor, programmed in C#. Supports binary file loading of:

Decrypted Save files (1MB) 
Individual entity files (232/260 byte)
Obsoleted: Unencrypted Network Packets containing entity files.

Data is then displayed in a meaningful view, and can be edited and saved back to Binary data. For save files, re-saving is possible (using SHA256 hashes; AES MAC cannot be emulated).

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 ;)