|
9 | 9 | <br/> |
10 | 10 |
|
11 | 11 | <a href="https://prometheus-lua.github.io/Prometheus/"> |
12 | | - <img src="https://img.shields.io/badge/Prometheus%20Web-Try%20Out-0F766E?style=for-the-badge&logo=github&logoColor=white" alt="Open Prometheus Playground" /> |
| 12 | + <img src="https://img.shields.io/badge/Playground-Try%20Out-0F766E?style=for-the-badge&logo=github&logoColor=white" alt="Open Prometheus Playground" /> |
13 | 13 | </a> |
14 | 14 | <a href="https://github.com/prometheus-lua/Prometheus/actions/workflows/Test.yml"> |
15 | 15 | <img src="https://img.shields.io/github/actions/workflow/status/prometheus-lua/Prometheus/Test.yml?branch=master&style=for-the-badge&label=Tests" alt="Tests" /> |
@@ -50,7 +50,7 @@ Try the browser version first: |
50 | 50 |
|
51 | 51 |
|
52 | 52 | <a href="https://prometheus-lua.github.io/Prometheus/"> |
53 | | - <img src="https://img.shields.io/badge/Prometheus%20Web-Open-0F766E?style=for-the-badge&logo=github&logoColor=white" alt="Open Prometheus Playground" /> |
| 53 | + <img src="https://img.shields.io/badge/Playground-Try%20Out-0F766E?style=for-the-badge&logo=github&logoColor=white" alt="Open Prometheus Playground" /> |
54 | 54 | </a> |
55 | 55 |
|
56 | 56 | ### Install CLI (Linux/macOS) |
@@ -91,43 +91,6 @@ lua cli.lua --preset Medium ./your_file.lua |
91 | 91 |
|
92 | 92 | --- |
93 | 93 |
|
94 | | -## Highlights |
95 | | - |
96 | | -<div align="center"> |
97 | | -<table> |
98 | | -<tr> |
99 | | -<td width="33%" valign="top"> |
100 | | - |
101 | | -### AST-Based |
102 | | -Works on structured syntax trees instead of simple text replacements. |
103 | | - |
104 | | -</td> |
105 | | -<td width="33%" valign="top"> |
106 | | - |
107 | | -### Pure Lua |
108 | | -Implemented in pure Lua with no heavy external runtime dependencies. |
109 | | - |
110 | | -</td> |
111 | | -<td width="33%" valign="top"> |
112 | | - |
113 | | -### Practical Protection |
114 | | -Focused on real obfuscation passes useful for shipped Lua applications. |
115 | | - |
116 | | -</td> |
117 | | -</tr> |
118 | | -</table> |
119 | | -</div> |
120 | | - |
121 | | -### Included techniques |
122 | | - |
123 | | -- Control-flow obfuscation / flattening |
124 | | -- Constant and string encryption |
125 | | -- Lua-specific runtime tricks |
126 | | -- Anti-tamper related transformations |
127 | | -- Additional AST-based obfuscation passes |
128 | | - |
129 | | ---- |
130 | | - |
131 | 94 | ## Documentation |
132 | 95 |
|
133 | 96 | You can find the full documentation, including the getting started guide, here: |
|
0 commit comments