kam800 / MachObfuscator

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

Add option to replace arbitrary cstrings #46

Closed kjamroz-bt closed 5 years ago

kjamroz-bt commented 5 years ago

Add option to replace arbitrary cstrings. This is a bit dangerous, but sometimes useful, for example if there is a text that should be obfuscated but is not a symbol.

kjamroz-bt commented 5 years ago

My current use case for this feature in testing is to replace a static text on one of the application controls so I can check if I am running obfuscated application or not.

pbogdan-bt commented 5 years ago

Command line arguments parser expects --replace-with, whereas manual and all concerning error say --replace-cstring-with