Source: jadx
Section: utils
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders:
 Sophie Brun <sophie@offensive-security.com>,
 Daniel Ruiz de Alegría <daniruiz@kali.org>,
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.2
Homepage: https://github.com/skylot/jadx
Vcs-Browser: https://gitlab.com/kalilinux/packages/jadx
Vcs-Git: https://gitlab.com/kalilinux/packages/jadx.git

Package: jadx
Architecture: all
Depends: ${misc:Depends}, default-jre
Description: Dex to Java decompiler
 This package contains a Dex to Java decompiler. It contains a command line and
 GUI tools for produce Java source code from Android Dex and Apk files.
 .
 Main features:
    - decompile Dalvik bytecode to java classes from APK, dex, aar and zip files
    - decode AndroidManifest.xml and other resources from resources.arsc
    - deobfuscator included
 .
 jadx-gui features:
    - view decompiled code with highlighted syntax
    - jump to declaration
    - find usage
    - full text search
