Polidea / ios-class-guard

Simple Objective-C obfuscator for Mach-O executables.

Home Page:http://www.polidea.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Obfuscated C++ methods

fggeraissate opened this issue · comments

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.

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