A decompiler for .smx files.
This project is for learning purposes only, and therefore won't be actively supported or developed. The code is very leaky, unstable and slow. Invalid inputs will likely cause it to crash.
SmxDecompiler [--function/-f <function>] [--no-globals/-g] [--assembly/-a] [--il/-i] <filename>
--function -f Only decompiles the specified function
--no-globals -g Does not print the globals section
--assembly -a Prints the disassembly for each function along with its code
--il -i Prints the lited IL for each function along with its code