https://github.com/fireboyd78/unluacnet
A Lua 5.1 decompiler library written in C#. Based on the original Java version of "unluac" by tehtmi.
https://github.com/fireboyd78/unluacnet
csharp decompiler dotnet library lua unluac
Last synced: 7 months ago
JSON representation
A Lua 5.1 decompiler library written in C#. Based on the original Java version of "unluac" by tehtmi.
- Host: GitHub
- URL: https://github.com/fireboyd78/unluacnet
- Owner: Fireboyd78
- Created: 2018-11-20T00:17:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T21:32:31.000Z (about 7 years ago)
- Last Synced: 2025-06-02T01:39:36.969Z (8 months ago)
- Topics: csharp, decompiler, dotnet, library, lua, unluac
- Language: C#
- Homepage:
- Size: 101 KB
- Stars: 31
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
.NET Lua 5.1 decompiler based on [unluac](http://sourceforge.net/projects/unluac/) by tehtmi.
See 'Test/Unluac' for an example command line decompiler.
**NOTE:** This repository is currently out of line with changes to unluac as of November 2014. It may be updated in the future.