
Visualizzatore di bytecode Android e Java

ClassyShark è uno strumento di ispezione binaria standalone per sviluppatori Android. Può navigare in modo affidabile qualsiasi eseguibile Android e mostrare informazioni importanti come interfacce e membri delle classi, conteggi dex e dipendenze. ClassyShark supporta molteplici formati tra cui librerie (.dex, .aar, .so), eseguibili (.apk, .jar, .class) e tutti gli XML binari Android: AndroidManifest, risorse, layout, ecc.
Per eseguirlo, prendi l'ultimo JAR ed esegui java -jar ClassyShark.jar.
Se utilizzi Arch Linux puoi installare l'ultimo jar precompilato da AUR.
Se hai trovato un errore, per favore segnala un issue:
https://github.com/google/android-classyshark/issues
Le patch sono incoraggiate e possono essere inviate effettuando il fork di questo progetto e inviando una pull request tramite GitHub.
Copyright 2020 Google, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.