hackcatml / frida-flutterproxy

Burp proxy flutter apps
MIT License
126 stars 29 forks source link

Process terminated when using it in the iOS device #4

Open 24h7d opened 3 weeks ago

24h7d commented 3 weeks ago

the script always terminated when it used in ios device like this:

Screenshot 2024-10-28 at 15 33 25

anyone have same issue?

KHr00t commented 5 days ago

Same here. It works well on Android but not on iOS. It would be great if it works on iOS since OpenVPN only works on at least iOS 15 while WiFi hotspot option is quite hard to setup.

hackcatml commented 4 days ago

Hello, this issue occurs when spawning the app on iOS because it’s too early to retrieve the appId using ObjC.classes.NSBundle.mainBundle().bundleIdentifier().toString();. On line 155 of the script, there’s appId_iOS = findAppId();. Comment it out. If the app still crashes, comment out line 242 as well.