Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 also

2. **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 approval

3. **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 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.

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.