Skip to content

bbday/evedec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

evedec

Reads and decrypts the Eve Online client's code.ccp, extracts the compiled python code files, and passes them to uncompyle2 to decompile. * Searches for decryption key in the blue.dll file.

  • Requires uncompyle2 for actual decompilation.
  • Uses multiple processes to speed up decompilation.

Expects a evedec.ini file to specify Eve install location and output directory, e.g.:

[main]
eve_path = C:\Program Files (x86)\CCP\EVE\
store_path = ..\

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%