Skip to content

🌟针对Lua文件进行批量反编译/转字节码的go语言脚本

Notifications You must be signed in to change notification settings

Cassianvale/LuaCryptTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuaCryptTool

简体中文 / English

Project Introduction

This tool is primarily designed for batch bytecode conversion or decompilation of bytecode for Lua files.
The project utilizes go build for packaging, and employs upx for high-quality compression of the packaged files.

  • Encryptor: For batch encryption
    go build -ldflags="-s -w" -o encryptor.exe
    upx -9 encryptor.exe

  • EncryptorDecryptor: For batch encryption & decryption
    go build -ldflags="-s -w" -o encryptor_decryptor.exe
    upx -9 encryptor_decryptor.exe

How to Use

Navigate to the dist directory, install ./dist/jre-8u251-windows-x64.exe and set up the environment variables, then run the packaged ./dist/encryptor.exe or ./dist/encryptor_decryptor.exe files.

About

🌟针对Lua文件进行批量反编译/转字节码的go语言脚本

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages