Git Product home page Git Product logo

prometheus's Introduction

๐Ÿ”ฅ 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.