You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ Additionally, you can find a selection of straightforward scripts on my [gist](h
24
24
5.**tgpatcher.py:** Patch script for applying patches to Telegram
25
25
26
26
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`.
27
-
6.**DexRepair.py:** A simple command-line tool for repairing DEX files. It fixes the DEX magic number and updates the checksum and signature in the DEX header. Used in my [@RevEngiBot](https://github.com/RevEngiSquad) project made public :)
28
27
29
28
> [!TIP]
30
29
> First decompile your apk using apktool or APKEditor.
31
30
32
31
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).
33
32
34
33
7.**flutter_ssl_patch.py:** Simple script made to patch flutter ssl certificates.
34
+
8.**DexRepair.py:** A simple command-line tool for repairing DEX files. It fixes the DEX magic number and updates the checksum and signature in the DEX header. Used in my [@RevEngiBot](https://github.com/RevEngiSquad) project made public :)
0 commit comments