fengberd / xLuaDumper

Load xlua.dll and corresponding lua5X.dll to dump luac for a script

Home Page:https://blog.berd.moe/archives/xlua-reverse-note/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xLuaDumper

Load xlua.dll and corresponding lua5X.dll to dump luac for a script.

Also comes with two scripts for generating opcode diff and batch decompiling.

You may also check My Blog (Chinese) for more details.

Build

Simply load the solution via VisualStudio 2019 or higher, and click build button :)

Usage

xLuaDumper.exe <Dll> [Lua=opcode.lua] [Out=out.luac]

diff.php <xLua DLL> <Original Lua DLL>

batch.php <unluac> <Input> <Output>

About

Load xlua.dll and corresponding lua5X.dll to dump luac for a script

https://blog.berd.moe/archives/xlua-reverse-note/

License:GNU Affero General Public License v3.0


Languages

Language:PHP 53.7%Language:C++ 30.3%Language:Lua 16.0%