• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Reverse Engineering Apk.sh: Makes Reverse Engineering Android Apps Easier [Shell]

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,605
Solutions
2
Reputation
32
Reaction score
100,451
Points
2,313
Credits
32,570
‎6 Years of Service‎
 
76%
screenshot-10825.png


apk.sh is a Bash script that makes reverse engineering Android apps easier, automating some repetitive tasks like pulling, decoding, rebuilding, and patching an APK.

Features

apk.sh basically uses apktool to disassemble, decode and rebuild resources and some bash to automate the frida gadget injection process. It also supports app bundles/split APKs.

    🍄 Patching APKs to load frida-gadget.so on start.
    🆕 Support for app bundles/split APKs.
    🔧 Disassembling resources to nearly original form with apktool.
    🔩 Rebuilding decoded resources back to binary APK/JAR with apktool.
    🗝️ Code signing the apk with apksigner.
    🖥️ Multiple arch support (arm, arm64, x86, x86_64).
    📵 No rooted Android device is needed.

Requirements

    apktool
    apksigner
    unxz
    zipalign
    aapt
    adb

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top