apk.sh
apk.sh — this is a Bash script that simplifies the reverse engineering of Android applications by automating some repetitive tasks such as extracting, decoding, reassembling, and patching the APK.
apk.sh we mainly use apktool for disassembling, decoding and restoring resources, and a little bash to automate the process of implementing the frida gadget.
An Android device with root rights is not required.