We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffde40 commit 542a855Copy full SHA for 542a855
README.md
@@ -39,6 +39,15 @@ brew tap skidfuscatordev/skidfuscator
39
brew install skidfuscator
40
```
41
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
+
51
## 🕵️ What is Skidfuscator?
52
Skidfuscator is a proof of concept obfuscation tool designed to take advantage of SSA form to optimize and obfuscate Java bytecode
53
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