From a5b2b043177230d4a2b7f4260adb59644b24aebe Mon Sep 17 00:00:00 2001 From: skylot <118523+skylot@users.noreply.github.com> Date: Sun, 28 Mar 2021 13:54:38 +0300 Subject: [PATCH] docs: add smali debugger to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2aee634b8..2359962e7 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ Command line and GUI tools for producing Java source code from Android Dex and A - 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)