google/android-classyshark

Export individual files

dandv opened this issue · 3 comments

dandv commented

I'm trying to extract the manifest from an APK. I imagine that after I open the APK, I could click on AndroidManifest.xml and then on the Export toolbar icon, but nothing happens when I click on it.

image

Dan thanks, will look at, here are the best way to exporting data with ClassyShark (from ClassyShark tool set :))

https://medium.com/@BorisFarber/exporting-data-from-classyshark-e3cf3fe3fab8

You can use the cli for that:
java -jar ClassyShark.jar -export file.apk AndroidManifest.xml

Thanks all, closing