I wanted to play Fire Emblem Heroes, but the game has a jailbreak detection on it. I tried Liberty, NoSub and such, but nothing worked. I decided to try and see what I can do by reversing the binary. While I have experience in reverse engineering in general, I have close to none on ios reversing. Here's the issue: I know I need to dump the binary to disassemble it, else it's encrypted. I tried stuff like clutch, bfdecrypt, frida and crackerXI, but either they don't work, or they require the app to be open. This is an issue, since the app instantly crashes a few seconds after being launched due to the jailbreak detection.
Are there any way I can get a dumped binary without having to launch the application? Everything I find online is severely outdated...