Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalsin authored Dec 7, 2024
1 parent 872915e commit 7678bfb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -33,6 +33,12 @@ Skidfuscator uses a config system, which allows you to customize your obfuscatio
java -jar skidfuscator.jar obfuscate <path to your jar> -li=<path to folder with all libs>
```
### 🔥 Homebrew (macOS)
```
brew tap skidfuscatordev/skidfuscator
brew install skidfuscator
```
## 🕵️ What is Skidfuscator?
Skidfuscator is a proof of concept obfuscation tool designed to take advantage of SSA form to optimize and obfuscate Java bytecode
code flow. This is done via intra-procedural passes each designed to mingle the code in a shape where neither the time complexity

0 comments on commit 7678bfb

Please sign in to comment.