Skip to content

SuiFeng/ClangObfuscator

 
 

Repository files navigation

##ClangObfuscator ###Nope this version won't get any update from me. ###But hey, it's not complicate at all and you should be able to fix any issue by yourself

You Must Be This Tall To Ride

Part Of My Private LLVM Compiler System. This version is a few commits below the one in my private repo.

In-AST Replacement is only possible from LLVM Core

###Details:

Debugging infos are printed using llvm::errs()---NOT REDIRECTABLE

"Useful" infos are printed using std::---REDIRECTABLE

So just run the plugin normally with >PATHTOOUTPUTFOLDER/Output.h would do

That GenerateStrings.py is used for generating obfuscation characters base.

The other .py is a wrapper for loading this plugin

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 91.5%
  • C++ 5.2%
  • Python 1.6%
  • Makefile 0.7%
  • CMake 0.6%
  • C 0.2%
  • Shell 0.2%