Mar 2022 - May 2023
I created a program that takes in Lua code, complies it, and deserializes the compiled output. This allows you to work with the internal structures of the Lua language, and can be used to view the compiled output or to build an obfuscator on top of the language. Used in my Lua Obfuscator.