To reverse engineer an app and hook some behaviour, there’s a few core steps you need to work through:
Read moreIs it possible to reverse engineer a Flutter app?
This framework helps reverse engineer Flutter apps using patched version of Flutter library which is already compiled and ready for app repacking. There are changes made to snapshot deserialization process that allow you perform dynamic analysis in a convenient way.
Read more