How to detect “LocallAPStore" - new iap cracker

后端 未结 3 527
有刺的猬
有刺的猬 2021-02-11 01:37

I detect IAP Cracker like this:

if ([[NSFileManager defaultManager] fileExistsAtPath:@\"/Library/MobileSubstrate/DynamicLibraries/iap.dylib\"]){
    NSLog(@\"IAP         


        
3条回答
  •  忘了有多久
    2021-02-11 01:54

    Also, you can use dyld (or Objective-C runtime) functions to detect if the library in question is loaded. If so, try unload it.

提交回复
热议问题