itruf / crackify

Protection for iOS apps from cracking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crackify

Easy protection for iOS apps from cracking.

How to use

  1. Import Crackify.h
  2. If you want to check was device jailbroken write:
[Crackify isJailbroken];
  1. If you want to check was app cracked write:
[Crackify isCracked];

About

Protection for iOS apps from cracking

License:MIT License


Languages

Language:Objective-C 90.0%Language:Ruby 10.0%