File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,15 @@ Prometheus also Requires LuaJIT or Lua51 in order to work. The Lua51 binaries ca
2020
2121On Windows the windows release can also be used, which includes everything needed to run the prometheus cli.
2222## Usage
23- Prometheus provides a simple cli for obfuscating scripts. It can be used as following :
23+ To quickly obfuscate a script :
2424``` batch
25- lua ./cli.lua [options] ./your_file.lua
25+ lua ./cli.lua --preset Strong ./your_file.lua
2626```
2727When using the windows release:
2828``` batch
29- prometheus.exe [options] ./your_file.lua
29+ prometheus.exe --preset Strong ./your_file.lua
3030```
31+ For more advances use cases see the [ Documentation] ( https://levno-710.gitbook.io/prometheus/ ) .
3132## Tests
3233To perform the Prometheus Tests, just run
3334``` batch
You can’t perform that action at this time.
0 commit comments