ClassyShark is a standalone binary inspection tool for Android developers. It can reliably browse any Android executable and show important info such as class interfaces and members, dex counts and dependencies. ClassyShark supports multiple formats including libraries (.dex, .aar, .so), executables (.apk, .jar, .class) and all Android binary XMLs: AndroidManifest, resources, layouts etc. We developed this software because we needed something lighting fast and incredibly lightweight for browsing Android APKs, so that we could check right away if everything we wanted was right inside the final executable. Right after ClassyShark loads your executable, you will see, in the left panel, the list of the root components of the archive. You can activate the view by simply clicking on the Methods count tab on top of the navigation tree.
Features
- ClassyShark is a standalone binary inspection tool for Android developers
- Browse any Android executable and show important info
- Dynamic Symbol Errors (missing SONAME errors and text relocations in binary files) provided
- Native libraries and dependencies (list of the .so native libraries linked in your APK) supported
- ClassyShark supports multiple formats including libraries
- ClassyShark is under current and heavy development