xforce / eve-echoes-tools

Collection of tools helping in reverse engineering Eve Echoes
MIT License
70 stars 19 forks source link

Add script for decrypting files that start with EVEM #15

Closed xymostech closed 3 years ago

xymostech commented 3 years ago

Some patch files for EVE Echoes are encrypted, and the files start with 'EVEM'. This replicates the decryption mechanism for those files, and then optionally decompresses them if they are compressed.

The script only works in Python 3 for now, happy to try to make it work in Python 2 if that would be helpful.

xforce commented 3 years ago

Thanks :+1: