Page 1 of 1

APK Tool PC Setup

Posted: Thu Mar 24, 2016 8:48 pm
by ZXasCreator
Image
Apktool

A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to 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 an app easier because of project-like file structure and automation of some repetitive tasks like building apk, etc.

It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms, analyzing applications and much more.

Features:
-Disassembling resources to 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 (to be removed in 2.1.0 in favor of IdeaSmali)
-Helping with repetitive tasks

Requirements
-Java 7 (JRE 1.7)
-Basic knowledge of Android SDK, AAPT and smali

Install Instructions
Download Windows [Please login or register to view this link] (Right click, Save Link As

Code: Select all

apktool.bat
)
Download apktool-2 (find newest [Please login or register to view this link])
Rename downloaded jar to apktool.jar
Move both files (apktool.jar & apktool.bat) to your Windows directory (Usually

Code: Select all

C://Windows
)
If you do not have access to

Code: Select all

C://Windows
, you may place the two files anywhere then add that directory to your Environment Variables System PATH variable.
Try running apktool via command prompt

Links of Interest
[Please login or register to view this link] - For those who wish to communicate on XDA-Developers for community support
[Please login or register to view this link] - Smali Project is the tool used in the disassembling of .dex files

Authors
Connor Tumbleson - Current Maintainer
Ryszard Wiśniewski - Original Creator

Download Link:
-Latest [Please login or register to view this link] || [Please login or register to view this link]



Article Source: [Please login or register to view this link]
[Please login or register to view this link]

Re: APK Tool PC Setup

Posted: Fri Mar 25, 2016 12:30 pm
by yugiboy03
tnx po dito idol :D

How to Install APKTool [PC]

Posted: Sat Mar 26, 2016 1:22 am
by ZXasCreator
Image
Apktool

A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to 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 an app easier because of project-like file structure and automation of some repetitive tasks like building apk, etc.

It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms, analyzing applications and much more.

Features:
-Disassembling resources to 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 (to be removed in 2.1.0 in favor of IdeaSmali)
-Helping with repetitive tasks

Requirements
-Java 7 (JRE 1.7)
-Basic knowledge of Android SDK, AAPT and smali

Install Instructions
  • Download Windows [Please login or register to view this link] (Right click, Save Link As apktool.bat)
  • Download apktool-2 (find newest [Please login or register to view this link])
  • Rename downloaded jar to apktool.jar
  • Move both files (apktool.jar & apktool.bat) to your Windows directory (Usually C://Windows)
  • If you do not have access to C://Windows, you may place the two files anywhere then add that directory to your Environment Variables System PATH variable.
    To Add Environment Variables in System Path
    -Copy the Path of your newly Downloaded apktool.jar
    -Right Click "Start"
    -Select "System"
    -Select "Advance System Settings"
    -Click "Environment Variables"
    -On the System Variables Table Double Click "Path"
    -We will create a New Environment Variable in System Path, so Click "New"
    -Paste the path of apktool.jar we Coppied earlier and click Ok.
  • Try running apktool via command prompt
To check if ApkTool has been successfully Installed, just Open Command Prompt and
Type

Code: Select all

apktool


Links of Interest
[Please login or register to view this link] - For those who wish to communicate on XDA-Developers for community support
[Please login or register to view this link] - Smali Project is the tool used in the disassembling of .dex files

Authors
Connor Tumbleson - Current Maintainer
Ryszard Wiśniewski - Original Creator

Download Link:
-Latest [Please login or register to view this link] || [Please login or register to view this link]



Article Source: [Please login or register to view this link]
[Please login or register to view this link]

Re: How to Install APKTool [PC]

Posted: Sat Mar 26, 2016 1:30 am
by m1cr0d3
Complete tut please

Re: How to Install APKTool [PC]

Posted: Sat Mar 26, 2016 1:55 am
by ZXasCreator
iDeactivatedPH wrote:Complete tut please
Complete na po yung Tut, :D

Re: APK Tool PC Setup

Posted: Sat Mar 26, 2016 7:06 am
by LilDavin0602
salamat dito ts...

Re: How to Install APKTool [PC]

Posted: Sat Mar 26, 2016 10:12 pm
by Killfrenzy
Topic already moved as requested by the author. Thank you!

Re: How to Install APKTool [PC]

Posted: Sat Mar 26, 2016 10:21 pm
by jjarongay50
Copy paste lang sa website ha. Pero thanks for sharing ts (y)

Re: How to Install APKTool [PC]

Posted: Sun Apr 17, 2016 4:43 pm
by Kawaii
up

Re: How to Install APKTool [PC]

Posted: Thu May 19, 2016 5:40 pm
by Odlanyer22
[Just an update]

Ito na po yung latest version ng APKTool:
[Please login or register to view this link]

Tsaka di na need ng "aapt.exe" from 2.0 pagkaka-alam ko. :)
At based sa nabasa ko, working naman ang APKTool sa Java 8 :)