Jump to content

[TOOL] APK_OneClick - decompile & disassemble APKs


XxxProwalidxxX

Recommended Posts

FEATURES :
- All features are integrated into the right-click menu of Windows.
- Decompile APK classes to Java source codes.
- Disassemble APK to smali code and decode its resources.
- Install APK to phone by right-click.
- Recompile APK after editing smali code and/or resources.
 
During recompile:
- Optimize png images
- Sign apks
- Zipalign
 
REQUIREMENTS
Java Runtime Environment (JRE) must be installed.
1.png
3.PNG
 
 
 
HOW TO INSTALL THE PACKAGE
* Extract the attached archieve to hard disk.
* Open the extracted folder.
* double-click 'shellext-add.cmd'
 
HOW TO UNINSTALL THE PACKAGE
* Run shellext-remove.cmd & you are done.
 
ITEMS ADDED TO RIGHT-CLICK CONTEXT MENU
APK
Browse Java Code of APK
Disassemble APK and Decode Resources
Install APK to Phone
Folder
Recompile APK from Disassembly
 
HOW TO DISASSEMBLE APK
Suppose you want to disassemble yourapp.apk, all you have to do is:
* right-click 'yourapp.apk' file
* select -> 'Disassemble APK and Decode Resources'
 
A folder named 'yourapp-disasm' will be created in the same folder as
the apk. It will contain the smali disassembly and decoded resources .
You can modify the smali code and/or resources inside that folder.
 
For instant access to methods and fields and for better understanding
of the smali disassembly, you can browse the hierarchy of reconstructed
Java source code in the JD-GUI Java Decompiler. The Java source codes
will be displayed like a Java project in IDE.
* right-click 'yourapp.apk' file
* select -> 'Browse Java Code of APK'
 
HOW TO RECOMPILE APK FROM DISASSEMBLY
To assemble, sign and zipalign to a new APK, wether you modified the
source code and/or resources or not:
* right click 'yourapp-disasm' folder
* select -> 'Recompile APK from Disassembly'
 
HOW TO INSTALL APK TO PHONE
To install a non-system apk from pc (keeping its data if it was already
installed on the phone)
* connect android phone to pc via usb cable
* right-click an APK in windows explorer
* select -> 'Install APK to Phone'
 
TOOLS INCLUDED
* android-apktool 1.3.2 by Brut.all - http://code.google.com/p/android-apktool/downloads/list
 
HOW TO UPDATE INCLUDED TOOLS
* Peroidically check for updates to the included tools.
* Web links are provided also inside the 'tools' folder.
* When an update is available, download and extract it to the
corresponding folder inside the 'tools' folder.
 
 
Link to comment
Share on other sites

  • 3 weeks later...
  • 8 months later...
  • 2 months later...
  • 1 month later...

Archived

This topic is now archived and is 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.