obfuscator-llvm / obfuscator

3.81k stars 1.16k forks source link

How to obfuscate the source code? (with multiple headers) #173

Closed onatkeser closed 1 year ago

onatkeser commented 1 year ago

I'd like to obfuscate my C++ source codes with multiple header files but I could not figure out how to do it?

onatkeser commented 1 year ago

In other words, as we can do it here: https://picheta.me/obfuscator (+with multiple headers) in an offline environment.

cryptopathe commented 1 year ago

Hey! O-LLVM is not a source code obfuscator, it can only produce obfuscated IR or executables.