You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flutter code is compiled to native (arm/arm64/x86/x86_64) code and stored in the file libapp.so. Jadx handles Java and Dex byte code, native code is a bit out of scope.
Please use Ghidra, IDA, JEB or a similar decompiler that is specialized on decompiling native code.
Note that Android Flutter apps usually contain standard libraries in DEX code format, this code can be decompiled using Jadx without problems, but that code usually doesn't includes the app specific code.
Describe your idea
its time to war with flutter app?
The text was updated successfully, but these errors were encountered: