• 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 Apktool v2.6.1 - A tool for reverse engineering Android apk files

Status
Not open for further replies.

itsMe

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


It is a tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to the nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also, it makes working with the app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc.

Features

    Disassembling resources to the nearly original form (including resources.arsc, classes.dex, 9.png. and XMLs)
    Rebuilding decoded resources back to binary APK/JAR
    Organizing and handling APKs that depend on framework resources
    Smali Debugging (Removed in 2.1.0 in favor of IdeaSmali)
    Helping with repetitive tasks

Changelog v2.6.1

    Begin options refactor by @iBotPeaches in #2648
    fix: decoding references to private resources by @MrIkso in #2650
    fix: support for signature scheme v4 by @iBotPeaches in #2705
    Replace use of deprecated methods with their recommended replacements by @alsutton in #2713
    Update dependencies by @Goooler in #2715
    Cleanup trailing temp files/folders by @iBotPeaches in #2742
    fix: prevent file hold on tmpDir during build by @iBotPeaches in #2745
    refactor: drop unused exceptions by @iBotPeaches in #2746
    Preventing instantiation of untrusted classes. by @iBotPeaches in #2760


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