How to programmatically determine if DRM was removed from iPhone application?

前端 未结 4 605
抹茶落季
抹茶落季 2021-01-24 02:53

How can I determine if DRM was removed from iPhone application bundle (to protect it from piracy)?

4条回答
  •  無奈伤痛
    2021-01-24 03:19

    To my knowledge, there's only one way to remove DRM: Crackulous.

    So to find out what to look for in a cracked application, I would run Crackulous on your app and compare the app bundles. It should be fairly easy to determine what's been changed by looking at filesizes and running a diff on the files in the bundle.

    Once you know what the changes are and to what file(s), just look for those changes in your application to determine if the application has been cracked.

    If you find out exactly which files should be checked, please post your findings here so others can benefit from your research.

提交回复
热议问题