kam800 / MachObfuscator

MachObfuscator is a programming-language-agnostic Mach-O apps obfuscator for Apple platforms.
MIT License
521 stars 78 forks source link

Automatic black listing of dynamic properties #12

Closed kam800 closed 5 years ago

kam800 commented 5 years ago

Dynamic properties are usually handled dynamically in runtime. Selectors should not be obfuscated, because runtime usually creates implementation basing on property name, not the selector name.