Some scripts (primarily focused on Termux) created for easier installation & usages of tools
Additionally, you can find a selection of straightforward scripts on my gist. However, with each revision, the raw URLs of gists tend to change, so the significant ones have been transferred to this repository.
- dex2c_install_termux.sh: Install codehasan/dex2c on Termux without issues/hassle
Note
A PR to this script has already been merged to the repo and can be installed from there also
- flutter-spy.sh: Install anasfik/flutter-spy on Termux 🎉
Note
A PR to this script has already been merged to the repo and can be installed from there also though latest PR with some fixes is still awaiting merge approval
-
install_hermes.sh: Install hermes on termux easily. Also used in termux-hermes
-
install_frida.sh: Install latest frida on termux.
wget https://maglit.me/frida-python && bash frida-python
-
tgpatcher.py: Patch script for applying patches to Telegram
This repo also hosts the github workflow to automate this script and for version checking it stores old version into file named backup_tg_version.txt
.
Tip
First decompile your apk using apktool or APKEditor.
-
tgupload.py: Simple script made to upload files from local dir to telegram chat, also used in this repo scheduled actions to upload patched apk(s) generated by it to telegram thus avoiding abuse of github releases and bypassing BOT upload limit of 50MB (of usual telegram upload actions artifacts).
-
flutter_ssl_patch.py: Simple script made to patch flutter ssl certificates.