Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] flutter app #2352

Open
debuggerfool opened this issue Nov 26, 2024 · 1 comment
Open

[feature] flutter app #2352

debuggerfool opened this issue Nov 26, 2024 · 1 comment

Comments

@debuggerfool
Copy link

Describe your idea

its time to war with flutter app?

@jpstotz
Copy link
Collaborator

jpstotz commented Nov 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants