forked from Polidea/ios-class-guard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added information about pro version of ios-class-guard
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ iOS-Class-Guard is a command-line utility for obfuscating Objective-C class, pro | |
|
||
Read the official announcement at [Polidea Blog](http://www.polidea.com/#!heartbeat/blog/Protecting_iOS_Applications) | ||
|
||
if you need **iOS Class Guard Pro** with more features [click here](#pro-version). | ||
|
||
Version | ||
----------- | ||
0.6 | ||
|
@@ -279,7 +281,20 @@ To fix it, copy `n9z` and search for it in `symbols.h`. Most probably it will be | |
|
||
Note | ||
--- | ||
iOS-Class-Guard should work alongside LLVM Obfuscator: https://github.com/obfuscator-llvm/obfuscator. However, this has not been tested. | ||
iOS-Class-Guard works alongside LLVM Obfuscator: https://github.com/obfuscator-llvm/obfuscator. However, this has not been tested. | ||
|
||
Pro version | ||
----------- | ||
|
||
Contact us at [[email protected]](mailto:[email protected]) if you need iOS Class Guard Pro with more features including: | ||
* Encryption of strings and constants | ||
* Tamper detection mechanism | ||
* Anti-debug mechanism | ||
* Methods inlining | ||
* Assets encryption | ||
* Control flow obfuscation | ||
* Code virtualization with encryption | ||
* API method execution hiding | ||
|
||
License | ||
---- | ||
|