Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhithemodder/termux-scripts
Some termux scripts created for easier installation/usages of tools
https://github.com/abhithemodder/termux-scripts
dex2c flutter-reverse-engineering hacktoberfest patcher termux termux-script
Last synced: 2 months ago
JSON representation
Some termux scripts created for easier installation/usages of tools
- Host: GitHub
- URL: https://github.com/abhithemodder/termux-scripts
- Owner: AbhiTheModder
- Created: 2024-02-14T20:20:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T00:51:17.000Z (3 months ago)
- Last Synced: 2024-11-09T01:31:35.841Z (3 months ago)
- Topics: dex2c, flutter-reverse-engineering, hacktoberfest, patcher, termux, termux-script
- Language: Python
- Homepage:
- Size: 1000 KB
- Stars: 35
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://gist.github.com/AbhiTheModder). However, with each revision, the raw URLs of gists tend to change, so the significant ones have been transferred to this repository.
# Contents
1. **dex2c_install_termux.sh:** Install [codehasan/dex2c](https://github.com/ratsan/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 also2. **flutter-spy.sh:** Install [anasfik/flutter-spy](https://github.com/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 approval3. **install_hermes.sh:** Install [hermes](https://github.com/facebook/hermes) on termux easily. Also used in [termux-hermes](https://github.com/AbhiTheModder/termux-hermes)
4. **install_frida.sh:** Install latest [frida](https://github.com/frida/frida.git) on termux.
```shell
wget https://maglit.me/frida-python && bash frida-python
```
5. **tgpatcher.py:** Patch script for applying patches to TelegramThis 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.6. **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).
7. **flutter_ssl_patch.py:** Simple script made to patch flutter ssl certificates.