View Single Post
Author Message
RumbleFrog
Great Tester of Whatever
Join Date: Dec 2016
Location: Fish Tank
Old 10-29-2019 , 00:27   CLI tool to extract myinfo struct out of SMX files
Reply With Quote #1

Made this simple CLI tool as a demo of the smxdasm rust library


This tool extracts the myinfo struct (name, description, author, version, and URL) out of compiled (SMX) files.


CLI repository: https://github.com/rumblefrog/smx-myinfo-cli


x86_64-pc-windows-msvc and x86_64-unknown-linux-gnu are available as pre-compiled in the release.


.
__________________

Last edited by RumbleFrog; 10-29-2019 at 00:28.
RumbleFrog is offline