Champollion a PEX to Papyrus decompiler
A tool to decompile a .PEX file to a recompilable .PSC script file.
Champollion perform the decompilation of a .PEX binary file to a recompilable .PSC Papyrus script file.
Installation
Unpack the archive in a directory and you’re good to go.
If needed, install the included C++ runtime.
Usage
Champollion is a command line tool, which must be started from the console. See the included documentation for the command line parameters.
Version changes
The version 1.0.1 add support for the array.find and array.rfind opcodes.