Skip to content

v1.3.2

Latest
Compare
Choose a tag to compare
@nikitalita nikitalita released this 03 Oct 00:37
· 10 commits to main since this release
108bb84

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.

Full Changelog: v1.3.1...v1.3.2