• 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-Utilities - Tools and scripts to manipulate Android APKs

Status
Not open for further replies.

itsMe

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


APK Utilities

A cross-platform suite of scripts and utilities for working with APK files

Features
Pull

    adb-pull - pull an app's APK files from a connected device to the project directory
    adb-lp-pull - pull all LP modified files to the project directory
    clean - clean the project directory

Extract

    apktool-decode - decode an apk to sources
    baksmali - decompile a dex to smali
    aapt-dump - dump Android-specific data (resources, manifest) from an apk
    enjarify - convert an apk to a jar
    dexify - convert a jar to a dex

Build

    apktool-build - build previously decoded sources to a patched apk
    smali - build previously decompiled smali to a patched dex
    sign - sign a patched apk to a signed apk

Push

    adb-install - install an apk file
    adb-install-multiple - install multiple apk files
    adb-lp-push - push files to the LP data directory

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