Skip to content

Commit 542a855

Browse files
authored
Update README.md
1 parent 3ffde40 commit 542a855

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ brew tap skidfuscatordev/skidfuscator
3939
brew 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?
4352
Skidfuscator is a proof of concept obfuscation tool designed to take advantage of SSA form to optimize and obfuscate Java bytecode
4453
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)