├── Changelog.md ├── Image ├── image.jpg ├── image1.jpg ├── image2.jpg ├── image3.jpg ├── image4.jpg └── image5.jpg ├── LICENSE ├── Modules ├── README.md └── _config.yml /Changelog.md: -------------------------------------------------------------------------------- 1 | Update time: 29.08.2022 2 | 3 | Note: I am trying to come up with ideas, you can comment in telegram group or github, 4pda so I can add more features to the app, it will be free forever. 4 | 5 | Version: 2.2.9 6 | 7 | + Update apktool 2.6.2 beta 8 | + Update jdk 9 | 10 | Version: 2.2.7 11 | 12 | + Update apktool 2.6.2 13 | + Fix all error 14 | + Add some small features 15 | + Modified magisk module 16 | + Please go to the github homepage to download the 2.2.7 live update will not work when going from 2.2.6 to 2.2.7 17 | 18 | Version: 2.2.6 19 | 20 | + Fix module magisk 21 | + Fix 22 | 23 | Version: 2.2.5 24 | 25 | + Add feature to automatically turn off app updates 26 | + Update java jdk17 27 | + Fix 28 | 29 | Version: 2.2.4 30 | 31 | + Add Import signature 32 | + Add Magisk module & Add-on 33 | + Fix 34 | 35 | Version: 2.2.3 36 | 37 | + Fix 38 | 39 | Version: 2.2.2 40 | 41 | + Fixed some text and code errors 42 | + Add encryption apk 43 | + Add decryption apk 44 | + View encrypted xml 45 | + Merge string 46 | + Test run jar 47 | + Add import aapt, aapt2 file 48 | + Add file (apk, jar, zip v.v) to java 49 | + Add java to class (jar) 50 | + Add dex to class (jar) 51 | + Add class (jar) to dex 52 | 53 | Version: 2.2.1 54 | 55 | + Add YouTube mod app (x) 56 | + Add YouTube music mod app (x) 57 | + Add Apktool 2.6.1 58 | 59 | Version: 2.2.0 60 | 61 | + Latest Apktool 2.6.1 62 | + Apksigner 63 | + JDK 17 64 | + Apk Split > Apk 65 | + Support decompile apks 66 | + Decompile dex 67 | + Edit hex code 68 | + Support to install apk, apks, apkm, xapk 69 | + And other features 70 | -------------------------------------------------------------------------------- /Image/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kakathic/Tool-Shells/18d1fc51ad06f18e270ff3ebef722b9a6ddca7d7/Image/image.jpg -------------------------------------------------------------------------------- /Image/image1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kakathic/Tool-Shells/18d1fc51ad06f18e270ff3ebef722b9a6ddca7d7/Image/image1.jpg -------------------------------------------------------------------------------- /Image/image2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kakathic/Tool-Shells/18d1fc51ad06f18e270ff3ebef722b9a6ddca7d7/Image/image2.jpg -------------------------------------------------------------------------------- /Image/image3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kakathic/Tool-Shells/18d1fc51ad06f18e270ff3ebef722b9a6ddca7d7/Image/image3.jpg -------------------------------------------------------------------------------- /Image/image4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kakathic/Tool-Shells/18d1fc51ad06f18e270ff3ebef722b9a6ddca7d7/Image/image4.jpg -------------------------------------------------------------------------------- /Image/image5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kakathic/Tool-Shells/18d1fc51ad06f18e270ff3ebef722b9a6ddca7d7/Image/image5.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 kakathic 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Modules: -------------------------------------------------------------------------------- 1 | kakathic=123 2 | sed2 () { sed -e 's|\&\&|\&\&|g' -e 's|†|\'|g' -e 's|€|$|g' -e 's|£|\ |g'; } 3 | 4 | Module () { 5 | cat << DOK | sed2 6 | 7 | 8 | $1 9 | $2 10 | 11 | ecgi "€loading" 12 | Taive "$4" "€TEMP_DIR/Test.zip" 13 | mkdir -p "€TOME/Module" 14 | unzip -o "€TEMP_DIR/Test.zip" -d "€TOME/Module" 15 | chmod -R 777 "€TOME/Module" 16 | rm -fr "€TEMP_DIR/Test.zip" 17 | 18 | 19 | 20 | DOK 21 | } 22 | 23 | 24 | Module "Hack Proxy" "Giúp máy bạn có mạng, thay đổi ip proxy" "$TOME/Module/Hack-Proxy" \ 25 | "https://github.com/kakathic/Hack/archive/refs/heads/Proxy.zip" 26 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Tool Shells 2 | 3 | Supports both root and non-root 4 | 5 | Is an application to edit the apk. 6 | 7 | Support to install apk files, apks, apkm, xapk etc. 8 | 9 | #### Download V2.2.9: [Tool-Shells.apk](https://github.com/kakathic/Tool-Shells/releases/download/2.2.9/Tool-Shells.apk) 10 | 11 | Basic Features: 12 | 13 | + Latest Apktool 2.6.2 14 | + Apksigner 15 | + JDK 17 16 | + Apk Split > Apk 17 | + Support decompile apks 18 | + Decompile dex 19 | + Edit hex code 20 | + Support to install apk, apks, apkm, xapk 21 | 22 | And other features 23 | 24 | #### Group [Telegram](https://t.me/Tool_Shells), [4pda](https://4pda.ru/forum/index.php?showtopic=1023049) 25 | 26 | And the add-ons come in the future. 27 | 28 | Application using source code of Kr-scripts 29 | 30 | It supports xml, linux in the application. 31 | 32 | Application is still in development. 33 | 34 | Use the source code: 35 | 36 | [Apktool](https://github.com/iBotPeaches/Apktool) | [Baksmali](https://github.com/JesusFreke/smali) | [Kr-scripts](https://github.com/helloklf/kr-scripts) | [Buysbox](https://github.com/Magisk-Modules-Repo/busybox-ndk) 37 | 38 | [Toybox](https://github.com/landley/toybox) | [Java JDK](https://adoptium.net) | [Dex Tool](https://github.com/pxb1988/dex2jar) | [Fernflower](https://github.com/fesh0r/fernflower) 39 | 40 | [Jadx](https://github.com/skylot/jadx) | [Procyon](https://github.com/mstrobel/procyon) | [CFR](https://github.com/leibnitz27/cfr) 41 | 42 | Please contribute ideas to develop the application to be perfect. 43 | 44 | 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-slate --------------------------------------------------------------------------------