Skip to content

Commit 004fbbf

Browse files
committed
fork mention
1 parent e1fb03a commit 004fbbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Shifting Codes
22

3-
Python port of [Pluto](https://github.com/bluesadi/Pluto) LLVM obfuscation passes using [llvm-nanobind](https://github.com/nicovank/llvm-nanobind) bindings, with a PyQt6 visualization UI.
3+
Python port of [Pluto](https://github.com/bluesadi/Pluto) LLVM obfuscation passes using [llvm-nanobind](https://github.com/LLVMParty/llvm-nanobind) bindings (fork: [transformation-api](https://github.com/expend20/llvm-nanobind/tree/transformation-api)), with a PyQt6 visualization UI.
44

55
![](assets/UI-showcase.gif)
66

@@ -34,7 +34,7 @@ Six obfuscation passes are available:
3434
2. **Clone and build llvm-nanobind** as a sibling directory:
3535

3636
```bash
37-
git clone https://github.com/LLVMParty/llvm-nanobind ../llvm-nanobind
37+
git clone -b transformation-api https://github.com/expend20/llvm-nanobind ../llvm-nanobind
3838
cd ../llvm-nanobind
3939
# Follow llvm-nanobind's build instructions to produce the build/ directory
4040
cd -

0 commit comments

Comments
 (0)