Skip to content

Commit

Permalink
Merge pull request #70 from skidfuscatordev/terminalsin-patch-6
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
terminalsin authored Dec 7, 2024
2 parents 872915e + 7678bfb commit 11b5adc
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
Expand Up @@ -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
Expand Down

0 comments on commit 11b5adc

Please sign in to comment.