What's Changed
New CLI options:
--no-debug-line
- Do not comment with debug info line numbers on script lines (default false)--print-info
- Print header info from the specified PEX file(s) and exit--print-compile-time
- Print the compile time of the script in format of {filename}: {time_integer} and exit--debug-funcs
- Decompile inoperative debug and compiler-generated functions (default false)- By default, Champollion will not decompile any function that has leftover
::temp
variables caused by faulty PCompiler poisoning of debug variables. This prevents more issues than it causes, but if you are having issues with missing functions and wish to correct them manually, you can use this option.
- By default, Champollion will not decompile any function that has leftover
Full Changelog: v1.3.1...v1.3.2