Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 614 Bytes

File metadata and controls

17 lines (11 loc) · 614 Bytes

phantom-pass

Phantom pass is a collection of LLVM IR and machine code level obfuscation passes. The techniques are either extracted from reversed malware samples (e.g. Mirai, Hancitor and XLoader) or obtained via OSINT. The passes are primarily intended for AArch64, but some also work on other architectures.

The documentation can be found here.

How to build and run the passes

$ make

How to run the executables

$ make run