Skip to content

VSH2-Devs/SmxDecompiler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmxDecompiler

A decompiler for .smx files.

Disclaimer

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.

Usage

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%