
Android 및 Java 바이트코드 뷰어

ClassyShark는 Android 개발자를 위한 독립형 바이너리 검사 도구입니다. 모든 Android 실행 파일을 안정적으로 탐색하고 클래스 인터페이스 및 멤버, 덱스 카운트 및 종속성과 같은 중요한 정보를 보여줍니다. ClassyShark는 라이브러리(.dex, .aar, .so), 실행 파일(.apk, .jar, .class) 및 모든 Android 바이너리 XML(AndroidManifest, resources, layouts 등)을 포함한 여러 형식을 지원합니다.
실행하려면 최신 JAR를 다운로드하고 java -jar ClassyShark.jar를 실행하세요.
Arch Linux를 사용 중이면 AUR에서 최신 사전 빌드된 jar를 설치할 수 있습니다.
오류를 발견하셨다면 이슈를 등록해 주세요:
https://github.com/google/android-classyshark/issues
패치를 환영합니다. 이 프로젝트를 포크하고 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.