kam800 / MachObfuscator

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

Obfuscation of given image #68

Closed kjamroz-bt closed 5 years ago

kjamroz-bt commented 5 years ago

Add possibility to pass path to the image instead of directory. If executable file of iOS app instead of directory is passed, nibs will not be loaded, so this option should not be used for iOS apps. It is aimed at MacOS apps.

kjamroz-bt commented 5 years ago

This is useful for obfuscating MacOS apps, I use it for some test apps.