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 select functions by attribute #11

Open liufengwenyu opened 4 years ago

liufengwenyu commented 4 years ago

Example usage:

__attribute__ ((obfus("nobcf"))) 
__attribute__ ((obfus("fla"))) 
void make_kn(unsigned char *k1, const unsigned char *l, int bl);