An open API service indexing awesome lists of open source software.

https://github.com/gemesa/phantom-pass

LLVM based code obfuscator passes
https://github.com/gemesa/phantom-pass

anti-reverse-engineering anti-reversing compiler llvm llvm-ir llvm-pass obfuscation obfuscation-tool obfuscator

Last synced: 6 months ago
JSON representation

LLVM based code obfuscator passes

Awesome Lists containing this project

README

          

# phantom-pass

Phantom Pass is a collection of LLVM IR level obfuscation passes. The techniques utilized are extracted from [reversed malware samples](https://shadowshell.io/).

The documentation can be found [here](https://shadowshell.io/phantom-pass/).

## How to build and run the passes

```
$ make
```

## How to run the executables

```
$ make run
```