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 91d880f commit 268d6cf
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
Please have a look at the [wiki](https://github.com/heroims/obfuscator/wiki)!

## LLVM14 and Later
```
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
```

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

You can cite Obfuscator-LLVM using the following Bibtex entry:

Expand All @@ -15,10 +24,4 @@ You can cite Obfuscator-LLVM using the following Bibtex entry:
}
```

LLVM14 and Later
```
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
```

0 comments on commit 268d6cf

Please sign in to comment.