Skip to content

prometheus-lua/Prometheus

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
November 4, 2022 15:27
doc
May 15, 2022 20:11
src
March 3, 2023 17:16
May 1, 2022 22:16
February 24, 2023 15:09
December 27, 2021 17:48
July 20, 2022 16:38
January 9, 2023 16:41
May 1, 2022 22:14
January 1, 2022 17:56
January 1, 2022 17:42
January 1, 2022 17:46
December 12, 2022 14:34
May 12, 2022 15:58

🔥 Prometheus

Description

Prometheus is a Lua obfuscator written in pure Lua.

This Project was inspired by the amazing javascript-obfuscator.
It can currently obfuscate Lua51 and Roblox's LuaU, however LuaU support is not finished yet.

You can find the full Documentation including a getting started guide here.

Installation

To install Prometheus, simply clone the Github Repository using:

git clone https://github.com/levno-710/Prometheus.git

Alternatively you can download the Sources here.

Prometheus also Requires LuaJIT or Lua51 in order to work. The Lua51 binaries can be downloaded here.

Usage

To quickly obfuscate a script:

lua ./cli.lua --preset Medium ./your_file.lua

When using the windows release:

prometheus.exe --preset Medium ./your_file.lua

For more advanced use cases see the Documentation.

Tests

To perform the Prometheus Tests, just run

lua ./tests.lua

Building

Prometheus can currently only be build for and on Windows. It requires srlua.exe and glue.exe inside of the root directory. If lua51 was linked dynamically, lua51.dll must also be present. Then Prometheus for Windows can be built using

build.bat

This creates a folder named build, that contains prometheus.exe as well as everything that is needed in order to run Prometheus.
Then

prometheus.exe [options]

can be used instead of

lua ./cli.lua [options]

Credits

Contributors

License

This Project is Licensed under the GNU General Public License v3.0. For more details, please refer to LICENSE.