Need help to bypass Jailbreak in SWIFT

大家好我要逆向这个app

frida-trace -f -i '\''*IOSSecurity*'\'' -U /* TID 0x303 */

1288 ms  $s16IOSSecuritySuiteAACMa()
  2734 ms  $s16IOSSecuritySuite18FileIntegrityCheckOMa()
  2735 ms  $s16IOSSecuritySuiteAAC11amITamperedySb6result_SayAA18FileIntegrityCheckOG9hitCheckstAGFZ()
  2735 ms  $s16IOSSecuritySuiteAAC21getMachOFileHashValueySSSgAA27IntegrityCheckerImageTargetOFZ()

开源的,直接看源码

看了,这是启动app时出现的检查。
有设么办法吗。

我目前在写Frida script 找
···
Module.getBaseAddress(“IOSSecuritySuite”)
Error: unable to find module ‘IOSSecuritySuite’
at value (frida/runtime/core.js:236)
at (:1)
at eval (native)···

试试const mainPath = ObjC.classes.NSBundle.mainBundle().executablePath().UTF8String();和Module.findBaseAddress

这是swift的