diff --git a/TOOLS.md b/TOOLS.md index 00ae633..fba2e6d 100644 --- a/TOOLS.md +++ b/TOOLS.md @@ -292,6 +292,11 @@ It is the first and only program of its kind to support output for display in va ## Other +### APK Editor Studio +***Web:*** https://github.com/kefir500/apk-editor-studio
+***Developer:*** Alexander Gorishnyak
+***Description:*** APK Editor Studio is a powerful yet easy to use APK reverse-engineering tool written in C++/Qt.
+ ### APK Studio ***Web:*** https://github.com/vaibhavpandeyvpz/apkstudio
***Developer:*** Vaibhav Pandey -aka- VPZ
diff --git a/bin/updater/tools.ini b/bin/updater/tools.ini index 7e3690a..dcfa151 100644 --- a/bin/updater/tools.ini +++ b/bin/updater/tools.ini @@ -296,6 +296,14 @@ local_version = 1.22 (Build 57) re_version = ]*>Latest stable build: (.*?) re_download = href="(.*?/procdot_(?:\S+)_windows.zip) +[APKEditorStudio] +folder = ..\..\toolkit\Other\APKEditorStudio +url = kefir500/apk-editor-studio +from = github +local_version = v1.7.1 +re_download = apk-editor-studio_windows_(?:\S+).zip +merge = True + [ApkStudio] folder = ..\..\toolkit\Other\ApkStudio url = vaibhavpandeyvpz/apkstudio diff --git a/toolkit/Other/APKEditorStudio/APKEditorStudio - v1.7.1.7z b/toolkit/Other/APKEditorStudio/APKEditorStudio - v1.7.1.7z new file mode 100644 index 0000000..6c3ce24 Binary files /dev/null and b/toolkit/Other/APKEditorStudio/APKEditorStudio - v1.7.1.7z differ