build(deps): bump actions/upload-artifact from 6 to 7 (PR #2816)
Bumps actions/upload-artifact from 6 to 7.
updated-dependencies:
- dependency-name: actions/upload-artifact dependency-version: ‘7’ dependency-type: direct:production update-type: version-update:semver-major …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
JADX
jadx - Dex to Java decompiler
Command line and GUI tools for producing Java source code from Android Dex and Apk files
Main features:
AndroidManifest.xmland other resources fromresources.arscjadx-gui features:
Jadx-gui key bindings can be found here
See these features in action here: jadx-gui features overview
Download
After download unpack zip file go to
bindirectory and run:jadx- command line versionjadx-gui- UI versionOn Windows run
.batfiles with double-clickNote: ensure you have installed Java 11 or later 64-bit version. For Windows, you can download it from oracle.com (select x64 Installer).
Install
Use jadx as a library
You can use jadx in your java projects, check details on wiki page
Build from source
JDK 11 or higher must be installed:
(on Windows, use
gradlew.batinstead of./gradlew)Scripts for run jadx will be placed in
build/jadx/binand also packed tobuild/jadx-<version>.zipUsage
These options also work in jadx-gui running from command line and override options from preferences’ dialog
Usage for
pluginscommandTroubleshooting
Please check wiki page Troubleshooting Q&A
Contributing
To support this project you can:
Licensed under the Apache 2.0 License