Skip to content

Instantly share code, notes, and snippets.

@seaque
Created June 11, 2023 13:17
Show Gist options
  • Save seaque/9b921c4f1a64e317d471ea1b2107b016 to your computer and use it in GitHub Desktop.
Save seaque/9b921c4f1a64e317d471ea1b2107b016 to your computer and use it in GitHub Desktop.
ADB and JADX context menu options for APK files in Windows.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\SystemFileAssociations\.apk]
[HKEY_CLASSES_ROOT\SystemFileAssociations\.apk\Shell]
[HKEY_CLASSES_ROOT\SystemFileAssociations\.apk\Shell\Android]
"Icon"="C:\\tools\\apktool\\android.ico"
"Subcommands"=""
[HKEY_CLASSES_ROOT\SystemFileAssociations\.apk\Shell\Android\shell]
[HKEY_CLASSES_ROOT\SystemFileAssociations\.apk\Shell\Android\shell\Decompile APK]
[HKEY_CLASSES_ROOT\SystemFileAssociations\.apk\Shell\Android\shell\Decompile APK\command]
@="\"C:\\Users\\emirh\\Batch Scripts\\apktool-decompile.bat\" %1%"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.apk\Shell\Android\shell\Install APK]
[HKEY_CLASSES_ROOT\SystemFileAssociations\.apk\Shell\Android\shell\Install APK\command]
@="\"C:\\Users\\emirh\\Batch Scripts\\adb-install.bat\" %1%"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.apk\Shell\Android\shell\Open with JADX]
"Icon"="C:\\tools\\jadx-1.4.7\\jadx-logo.ico"
[HKEY_CLASSES_ROOT\SystemFileAssociations\.apk\Shell\Android\shell\Open with JADX\command]
@="\"C:\\tools\\jadx-1.4.7\\bin\\jadx-gui.bat\" %1%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment