Skip to content

Commit 7678bfb

Browse files
authored
Update README.md
1 parent 872915e commit 7678bfb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Skidfuscator uses a config system, which allows you to customize your obfuscatio
3333
java -jar skidfuscator.jar obfuscate <path to your jar> -li=<path to folder with all libs>
3434
```
3535
36+
### 🔥 Homebrew (macOS)
37+
```
38+
brew tap skidfuscatordev/skidfuscator
39+
brew install skidfuscator
40+
```
41+
3642
## 🕵️ What is Skidfuscator?
3743
Skidfuscator is a proof of concept obfuscation tool designed to take advantage of SSA form to optimize and obfuscate Java bytecode
3844
code flow. This is done via intra-procedural passes each designed to mingle the code in a shape where neither the time complexity

0 commit comments

Comments
 (0)