Skip to content

Commit c0977c9

Browse files
authored
Revise README sections and example output
1 parent e39ba07 commit c0977c9

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

readme.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# :fire: Prometheus
22
[![Test](https://github.com/prometheus-lua/Prometheus/actions/workflows/Test.yml/badge.svg)](https://github.com/prometheus-lua/Prometheus/actions/workflows/Test.yml)
3-
## Description
3+
44
Prometheus is a Lua obfuscator written in pure Lua.
55

66
This project was inspired by the amazing [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator).
@@ -10,24 +10,20 @@ You can find the full Documentation including a getting started guide [here](htt
1010

1111
Prometheus has an official [Discord server](https://discord.gg/U8h4d4Rf64).
1212

13-
## Preview
1413
<p align="center">
1514
<img src="assets/readme/obfuscation-preview.gif" alt="Prometheus obfuscation process preview" width="900" />
1615
</p>
1716

18-
### Example output style
17+
### Example output
1918
```lua
2019
-- input.lua
21-
local secret = "Prometheus"
22-
local answer = 42
23-
print(secret .. " -> " .. answer)
20+
print("Hello, World!");
2421
```
2522

26-
```text
27-
-- generated with: lua ./cli.lua --preset Medium ./simple.lua
28-
-- excerpt from ./simple.obfuscated.lua
23+
```lua
24+
-- input.obfuscated.lua
2925
return(function(...)local L={"afT6mf1V","/7mJXsuvmE1c/fT3";"tn1ZSn6=","37ghSJM=";"WqermfWAWuuZpb3XX7M=","tqXGSJ3u","XQXpL9x21dxAWJa//p==","SrM=";"3q+5SJM=","/D==";"t7XUt0p=";"mIeOmIx9";"LdgrBfWdWuNABsb+KJxj","SJWJ4dahKsebW7t+KQv=","/cDu3AvP/D==";"Llv7uD==","tJWhFfTE";"TQ43ctIuy9HIop==","mEu93p==";"WJax1sXEXEaxWuxGt6==","t0gPSEp=",...
30-
... (remaining obfuscated output omitted)
26+
-- remaining obfuscated output omitted
3127
```
3228

3329
## Installation

0 commit comments

Comments
 (0)