Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

fengberd/xLuaDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks