Skip to content

feicong/phantom-pass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

LLVM based code obfuscator passes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 85.7%
  • Makefile 10.4%
  • Python 1.9%
  • C 1.4%
  • Objective-C 0.6%