diff --git a/README.md b/README.md index 285337ada5b4d5496703e9d337d6b1f9d0039c48..12440b4fc1f20dcc5dbbcc62619224adea54fb65 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,11 @@ Command line and GUI tools for producing Java source code from Android Dex and A - jump to declaration - find usage - full text search - -**Upcoming unstable features:** - smali debugger (thanks to [@LBJ-the-GOAT](https://github.com/LBJ-the-GOAT)), check [wiki page](https://github.com/skylot/jadx/wiki/Smali-debugger) for setup and usage See these features in action here: [jadx-gui features overview](https://github.com/skylot/jadx/wiki/jadx-gui-features-overview) - -![jadx-gui screenshot](https://i.imgur.com/h917IBZ.png) - + ### Download - release from [github: ![Latest release](https://img.shields.io/github/release/skylot/jadx.svg)](https://github.com/skylot/jadx/releases/latest) @@ -40,8 +36,8 @@ After download unpack zip file go to `bin` directory and run: - `jadx-gui` - UI version On Windows run `.bat` files with double-click\ -**Note:** ensure you have installed Java 8 or later 64-bit version. -For windows you can download it from [adoptopenjdk.net](https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot#x64_win) (select "Install JRE"). +**Note:** ensure you have installed Java 11 or later 64-bit version. +For windows you can download it from [oracle.com](https://www.oracle.com/java/technologies/downloads/#jdk17-windows) (select x64 Installer). ### Install 1. Arch linux