Skip to content

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

License

Notifications You must be signed in to change notification settings

usbpendrive/xLuaDumper

 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • PHP 53.7%
  • C++ 30.3%
  • Lua 16.0%