OWASP / owasp-mastg

The Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS).
https://mas.owasp.org/
Creative Commons Attribution Share Alike 4.0 International
11.65k stars 2.3k forks source link

[Tool] Add blutter? #2619

Open cpholguera opened 4 months ago

cpholguera commented 4 months ago

Evaluate before adding. Can it be listed as an alternative of reflutter? Or is it essentially different?

B(l)utter: Flutter Mobile Application Reverse Engineering Tool by Compiling Dart AOT Runtime. Currently the application supports only Android libapp.so (arm64 only). Also the application is currently work only against recent Dart versions.

https://github.com/worawit/blutter

hitbsecconf2023 slides

https://youtu.be/RtKOe8HQy8Q?si=B59P5hQXVrk5J7Sw

artembark commented 4 months ago

I think this video is also useful in addition to slides: B(l)utter – Reversing Flutter Applications

ScreaMy7 commented 4 months ago

I used this blutter tool and reflutter on a dummy app to check their differences. These are things which I noticed:

This may not be the complete list, but these are major advantages blutter has over reflutter. @cpholguera If we add this tool you can assign it to me, as I already have this tool set.

cpholguera commented 3 months ago

@ScreaMy7 it's yours, thank you so much!