worawit / blutter

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

Awesome project! Do you have any plans to support 32-bit? #31

Open djliu2 opened 5 months ago

worawit commented 5 months ago

I have no plan to support it.

The program does not support extract info from old Dart version (<2.14). Normally, all recent applications always release 64 bits binary.

djliu2 commented 5 months ago

That is truly a very unfortunate news because I was just about to decompile a few 32-bit Flutter projects. It seems like I'll have to look for alternative methods now.