Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

The Ultimate Bytecode Editor/View/Decompiler for LuaJIT Files

Experience the most advanced LuaJIT bytecode editor with unique viewing capabilities, comprehensive constant support, and professional-grade editing tools. Perfect for developers, researchers, and reverse engineers.

Functionality:

  • /decompile​
    • Automatic luajit decompilation of the luac file
    • Removes protectors and trash from the bytecode
    • Removes light obfuscation (XOR, encode)
  • /editor​
    • Decompilation of the entire file with the selected decompiler (4 decompilers to choose from)​
    • Decompilation of a separate prototype (function) by the selected decompiler​
    • Viewing the pseudo-bytecode of the entire file​
    • Viewing the pseudo-bytecode of a separate prototype (function)​
    • Pseudo-Bytecode editing​

What do you need it for?:

  • Viewing the bytecode
  • Decompile the entire script with stable decompilers. There are 3 types to choose from
  • The ability to decompile the prototype (function) separately if the entire file is not available at once.
  • Remove any protector (temporarily in manual mode)
  • Cover your script with a homemade protector so that it cannot be decompiled (temporarily in manual mode)
  • Patch any license check or proxying
  • Change any variable. Activation command, activation button, etc.
  • Patch the auto-update
  • Disable the stiller, rat, virus
  • And many more things. Editing supports all types of instructions and constants.
image image image

About

The web editor/view/decompiler for compiled LuaJIT scripts 2.0.5 and 2.1.0 versions

Resources

Stars

3 stars

Watchers

0 watching

Forks

Contributors