feat(gui): add a smali debugger (#1136) (PR #1137)

* add a smali debugger
* debugger: support android 11, support 9(may be) & 10 if debug_info available, add rerun.
* debugger: support get/set fields of this, change icons, fix bugs.
* debugger: add timeout to attach

Co-authored-by: tobias <tobias.hotmail.com>
This commit is contained in:
LBJ-the-GOAT
2021-03-28 18:23:07 +08:00
committed by GitHub
parent 19572a674e
commit 4705194a1d
54 changed files with 7886 additions and 964 deletions
@@ -31,6 +31,4 @@ public interface IClassData {
List<IAnnotation> getAnnotations();
String getDisassembledCode();
String getDisassembledCodeV2();
}