worawit / blutter

Flutter Mobile Application Reverse Engineering Tool
MIT License
752 stars 128 forks source link

Plans to support iOS? #68

Open trufae opened 1 month ago

trufae commented 1 month ago

Are there any plans or research done to support iOS too?

smurat commented 4 weeks ago

I'm waiting for this too. ios support for blutter would be great for a wide range of mobile platforms. any plans for near future? @worawit

AbhiTheModder commented 4 weeks ago

From TODO, seems like there is

cryptax commented 3 weeks ago

On my side, I'd be more interested on x86-64 support, because some Android apps ship for this platform + it will work for Dart apps for Linux. But hey, of course, iOS support is interesting.

worawit commented 1 week ago

I have plan to do it. I think it is not in near future. I'm very busy lately.

For iOS, parsing mach-o file is needed for getting Dart snapshots.

The basic Dart information can be extracted from any architecture after getting Dart snapshots. But the analyzer have to be rewritten. Even analyzer for iOS, it will not work without modification because iOS has no compressed pointer feature.

For x86-64,