Executable encryption check anti piracy measure

后端 未结 4 700
半阙折子戏
半阙折子戏 2020-12-24 04:03

I read a very interesting blog about implementing some anti-piracy protection into your apps. Some of them dont work anymore, some of them do. The 2 ones that still are effe

4条回答
  •  失恋的感觉
    2020-12-24 04:37

    A better otool command to see whether a file is encrypted or not is:

    otool -arch armv7 -l YourAppName | grep crypt
    

提交回复
热议问题