kam800 / MachObfuscator

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

Fix #63 Obfuscating ObjC class names based on metadata pointers, not … #79

Closed kjamroz-bt closed 5 years ago

kjamroz-bt commented 5 years ago

…__objc_classname section

Closes #63

kjamroz-bt commented 5 years ago

I added unit test, but in simple images there are no ivar layouts, so I used not referenced category name instead.