简体中文 / English
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
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.