This is a tool for iOS apps (ipa) static security testing.
- Install decompiler https://github.com/AlexSoWhite/swift-decompiler
cdto project root directory$ mkdir build$ cd build$ cmake ..$ make
To use this instrument you have to get .ipa app archive via frida-ios-dump.
$ ./parser [path-to-ipa]