Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heroims authored Apr 8, 2022
1 parent 268d6cf commit c84bf6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@

## LLVM14 and Later
### LegacyPass
```
wget https://heroims.github.io/obfuscator/LegacyPass/ollvm14.patch
git clone -b release/14.x [email protected]:llvm/llvm-project.git
cd llvm-project
git apply ../ollvm14.patch
```
### NewPass
```
wget https://heroims.github.io/obfuscator/NewPass/ollvm14.patch
git clone -b release/14.x [email protected]:llvm/llvm-project.git
cd llvm-project
git apply ../ollvm14.patch
```

## Please have a look at the [wiki](https://github.com/heroims/obfuscator/wiki)!

Expand Down

0 comments on commit c84bf6c

Please sign in to comment.