Polidea / ios-class-guard

Simple Objective-C obfuscator for Mach-O executables.
http://www.polidea.com
1.64k stars 240 forks source link

Obfuscated C++ methods #37

Closed fggeraissate closed 8 years ago

fggeraissate commented 9 years ago

Thanks for the amazing tool! I ran it into my project and it worked perfectly. The only thing I had to do was comment the obfuscated C++ methods in symbols.h (as free(void *)).

Best regards.

scibas commented 8 years ago

Thanks for your feedback. Indeed, free should be added as exclusion on our side. We'll fix it in next release.