File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,15 @@ brew tap skidfuscatordev/skidfuscator
3939brew install skidfuscator
4040```
4141
42+ ### 🔥 Bash (Linux/macOS)
43+ ```
44+ curl -sL https://raw.githubusercontent.com/skidfuscatordev/skidfuscator-java-obfuscator/refs/heads/master/scripts/install.sh | bash
45+ ```
46+ ### 🔥 Powershell [Admin required] (Windows)
47+ ```
48+ iex "& { $(iwr -useb https://raw.githubusercontent.com/skidfuscatordev/skidfuscator-java-obfuscator/refs/heads/master/scripts/install.ps1 ) }"
49+ ```
50+
4251## 🕵️ What is Skidfuscator?
4352Skidfuscator is a proof of concept obfuscation tool designed to take advantage of SSA form to optimize and obfuscate Java bytecode
4453code flow. This is done via intra-procedural passes each designed to mingle the code in a shape where neither the time complexity
You can’t perform that action at this time.
0 commit comments