Skip to content

Instantly share code, notes, and snippets.

@Lerie82
Created October 6, 2023 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lerie82/28fb66e0f3d4dc727465271168087833 to your computer and use it in GitHub Desktop.
Save Lerie82/28fb66e0f3d4dc727465271168087833 to your computer and use it in GitHub Desktop.
decompiling with apktool
$ apktool d -f -o decompiled base.apk
I: Using Apktool 2.8.1 on base.apk
I: Loading resource table...
I: Decoding AndroidManifest.xml with resources...
I: Loading resource table from file: /home/sun/.local/share/apktool/framework/1.apk
I: Regular manifest package...
I: Decoding file-resources...
I: Decoding values */* XMLs...
I: Baksmaling classes.dex...
I: Baksmaling classes2.dex...
I: Baksmaling classes3.dex...
I: Baksmaling classes4.dex...
I: Baksmaling classes5.dex...
I: Baksmaling classes6.dex...
I: Baksmaling assets/audience_network.dex...
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...
I: Copying META-INF/services directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment