ios-class-guard icon indicating copy to clipboard operation
ios-class-guard copied to clipboard

Simple Objective-C obfuscator for Mach-O executables.

Results 35 ios-class-guard issues
Sort by recently updated
recently updated
newest added

I have a project with two targets and few pods. When i successfully obfuscate it, the build is not working. Error: Expected an Objective C directive after "@" This error...

I have a class _User_ and also with a category _User (Additional)_. In my obfuscate script, I've added _-F "!User*"_ but it still obfuscates the category. Is there anyway to...

it would be very useful if one could use a inverse filter, like -F X -F Y and only classes X and Y would get obfuscated

Last week we had an internal discussion about new features and whether they should be in separate commands or should be implemented in current `ios-class-guard` binary. Here are proposals: 1....

I am currently developing an app that has support for Apple watch. I would like to obfuscate all the targets that the entire app implies, those are: - iPhone target,...

hello. Can I install an older version of ios class guard? How to do it?

My project is running in Xcode 7.2,I had tried to obfuscated the ExampleBankingApp,but it didn't work. From the log,i find that obfuscate-project file is wrong setting.After that,I use ios-class-guard in...

I downloaded obfuscate_project into my project's root directory, changed the configuration and then ran it. Then it has a code sign error saying: entitlements are required for product type 'Application'...

I am trying to obfuscate an OSX application after making some changes to the obfuscate_project script, the symbols.json file is getting generated, but the final app is not getting obfuscated....

We are using Infragistics grid in our project by installing the library (.dmg), library header files in "/Developer" path. When obfuscate the project we got this error: TTouchGridView.h:9:9: fatal error:...