anasfik / flutter-spy

Explore, analyze, and gain valuable data & insights from reverse engineered Flutter apps.
MIT License
579 stars 43 forks source link

Unable to extract used packages info. #2

Closed Alvish0407 closed 8 months ago

Alvish0407 commented 11 months ago

I was able to extract assets (json, photos) of the used packages but not the list of packages.

anasfik commented 10 months ago

Hi,

can you share with me what it outputs, and if the app is built by you, can you tell the version of Flutter you used.

Alvish0407 commented 10 months ago

I used v3.16.0

Alvish0407 commented 10 months ago

I'm trying to decompile it but unable to do now. facing this error.

\e[33mFlutter-spy is under active development, please check https://github.com/anasfik/flutter-spy/ for updates.\e[0m

File name provided: /build/app/outputs/flutter-apk/app-release.apk
/build/app/outputs/flutter-apk/app-release.apk

File /build/app/outputs/flutter-apk/app-release.apk exists.
1

Jadx is installed.

File /build/app/outputs/flutter-apk/app-release.apk is an apk file.
Decompiling /build/app/outputs/flutter-apk/app-release.apk...
jadx path: 
/.flutter-spy/lib/decompile: line 13: -d: command not found
Failed to decompile /build/app/outputs/flutter-apk/app-release.apk.
anasfik commented 10 months ago

if you do run which jadx command, do you get it showing the jadx binary path?

Alvish0407 commented 10 months ago

Ohhh Sorry ! You are right. I had removed brew directory so deleted with that.

Even though It showed Jadx is installed. So, I thought It must be installed already.