meme / hellscape

GIMPLE obfuscator for C, C++, Go, ... all supported GCC targets and front-ends that use GIMPLE.
GNU General Public License v3.0
390 stars 34 forks source link

Add function selectors (attribute and by name) #4

Open meme opened 4 years ago

meme commented 4 years ago

Rather than applying to a percentage of the binary or the entire binary, obfuscate selectively (or force the obfuscation of a specific function)

meme commented 4 years ago

Additionally support this for Viz, so users can output the DOT CFG of arbitrary functions via selectors and an output path.

meme commented 4 years ago

See #11