Skip to content

jam1garner/mscdec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mscdec

MSC bytecode to C Decompiler

Note: Not all assembly has an accurate representation in C. Attempting to decompile hand-written assembly (such as code modified with pymsc poorly) may not decompile.

Usage

mscdec.py [-h] [-o FILENAME] file

"-h" : show help text
"-o [FILENAME]" : output file (default is the same as input file with extension changed to .c)
"file" : input file to decompile

License

mscdec is MIT Licensed so feel free to copy/modify/whatever. More info in LICENSE

Miscellaneous Info

Updates will be posted to my twitter

Want to attempt to recompile? Check out my compiler: https://github.com/jam1garner/msclang

Need to report bugs? Submit them to the Issues tab and if I don't notice them DM me on twitter in case I missed it.

About

MSC bytecode -> C Decompiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages