Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Apktool v2.6.1 - A tool for reverse engineering Android apk files


itsMe

Recommended Posts

This is the hidden content, please

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

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.