So I've been working on a project that relies heavily on the functionality of Unluac. Unfortunately, it is written in Java and can only be operated via command line. Since C# is very much like Java, I set out to rewrite Unluac using the power of the .NET Framework.
In less than 10 days (non-consecutively), I have successfully rewritten Unluac!
You can find the source here. Unless noted otherwise, it is to be considered a work-in-progress.
Unluac.NET comes in the form of a DLL file you can incorporate into your programs. I have a simple console "demo" based on the original Unluac, but it's not in my repository at the moment.
Hope some of you find this useful! Enjoy!
The rules have been updated, read them now: Rules!
Unluac.NET > .NET Lua Decompiler!
- CarLuver69
- advanced
- Posts: 50
- Joined: Thu Mar 08, 2012 6:17 pm
- Location: California, USA
- Has thanked: 7 times
- Been thanked: 19 times
- Contact:
- CarLuver69
- advanced
- Posts: 50
- Joined: Thu Mar 08, 2012 6:17 pm
- Location: California, USA
- Has thanked: 7 times
- Been thanked: 19 times
- Contact:
Re: Unluac.NET > .NET Lua Decompiler!
I've updated Unluac.NET to incorporate changes made to the original Unluac. I've also added a simple command line decompiler to the project that will suit your basic needs.
-
- mega-veteran
- Posts: 177
- Joined: Wed Mar 02, 2011 10:38 pm
- Has thanked: 10 times
- Been thanked: 58 times
Re: Unluac.NET > .NET Lua Decompiler!
This online decompiler supports both Luac and .NET decompilation.