worawit / blutter

Flutter Mobile Application Reverse Engineering Tool
MIT License
1.05k stars 163 forks source link

Plans to support iOS? #68

Open trufae opened 5 months ago

trufae commented 5 months ago

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

smurat commented 5 months 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 5 months ago

From TODO, seems like there is

cryptax commented 5 months 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 4 months 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,