Polidea / ios-class-guard

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

Import patch to correspond to swift's object from original class-dump. #62

Open kazuhidet opened 6 years ago

kazuhidet commented 6 years ago

If an application to be obfuscated contains an object of Swift, it will result in a "can not find offset for address in string" error, so we will import the patch for the swift object from the original class-dump.

I think You should be able to get the same effect by just merging upstream changes.