Skip to content

Commit 3500949

Browse files
authored
Update badge links in README.md
1 parent 49569f6 commit 3500949

1 file changed

Lines changed: 2 additions & 39 deletions

File tree

README.md

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<br/>
1010

1111
<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" />
1313
</a>
1414
<a href="https://github.com/prometheus-lua/Prometheus/actions/workflows/Test.yml">
1515
<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:
5050

5151

5252
<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" />
5454
</a>
5555

5656
### Install CLI (Linux/macOS)
@@ -91,43 +91,6 @@ lua cli.lua --preset Medium ./your_file.lua
9191

9292
---
9393

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-
13194
## Documentation
13295

13396
You can find the full documentation, including the getting started guide, here:

0 commit comments

Comments
 (0)