Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 1.71 KB

README.md

File metadata and controls

55 lines (44 loc) · 1.71 KB

Shmoopi Anti-Piracy

Fast and Reliable Protection against iOS Piracy and Cracking!

Anti-Piracy

##How to use

  1. Import SFAntiPiracy.h
  2. If you want to check if the device is Jailbroken write:
if ([SFAntiPiracy isJailbroken] != NOTJAIL) {
  // Jailbroken
}
  1. If you want to check if the application is Pirated write:
if ([SFAntiPiracy isPirated] != NOTPIRATED) {
  // Pirated
}
  1. If you want to Kill the application write:
[SFAntiPiracy killApplication];

##About

This is the Free Anti-Piracy Library Implementation. If you like what you see and want to purchase our full Anti-Piracy Library, go to http://www.shmoopi.net/downloads/shmoopi-anti-piracy/ The Full Shmoopi Anti-Piracy Library utilizes over a dozen algorithms to detect piracy, (not just four) including:

*Signer Identity Checks *Process ID Checks *Plist Checks *Bundled Item Checks (CodeRules, Resources, Etc) *Encryption Checks *Anti-Debugging *Encryption Checks *Anti-Tampering *Binary Checks *Integrity Checks *CRC Checks *MD5/SHA1 Hashing Checks *And much, much more…

If you like what you see here and in the future from Shmoopi LLC, please feel free to write a review of our service, or feel free to ask us a question anytime. We appreciate your support!

##Disclosure

Please note that Shmoopi Anti-Piracy is not infalliable, a seasoned cracker will, unfortunately, be able to disable nearly any protection and detection algorithms. This Library is intended to make that as difficult as possible, and as least invasive to the legitimate user as possible. We claim no responsibility for damages caused by this library.