SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
Mobile
APK Tool
1
2
APK Tool
APK Tool
A tool for reverse engineering 3rd party, binary Android apps. It can decode
resources to nearly original form and rebuild them after making some
modifications. It also makes working with an app easier because of the project
like file structure and automation of some repetitive tasks like building APK, etc.
3
APK Tool
APK Tool Features
• Disassembling resources to nearly original form (including resources.arsc,
classes.dex and XMLs)
• Rebuilding decoded resources back to binary APK/JAR
• Organizing and handling APKs that depend on framework resources
• Smali Debug and edit
4
Sign APK
Sign APK
• Disassembling APK revoke the sign of the APK.
• When compiling APK the app must be resigned.
• All applications must be signed. The system will not install an application on an
emulator or a device if it is not signed.
• You can use self-signed certificates to sign your applications. No certificate
authority is needed.
• The APK can be sign with Android Studio or 3rd application.

More Related Content

PPT
Tools Of The Geospatial Web
PPTX
PDF
Flickr Architecture Presentation
PDF
GraphQL Search
PDF
How to create custom Connector for Microsoft Flow
PDF
How to: Create a custom connector for Microsoft Flow
PPTX
Introduction to T-up auto migration
PPTX
Dissecting Android APK
Tools Of The Geospatial Web
Flickr Architecture Presentation
GraphQL Search
How to create custom Connector for Microsoft Flow
How to: Create a custom connector for Microsoft Flow
Introduction to T-up auto migration
Dissecting Android APK

Similar to Android Package tool (10)

PPTX
Modifying Android Apps Without Source Codes
PDF
Modifying Android Apps Without Source Code with Microsoft Visual Studio Code
PPTX
OWASP Nagpur Meet #3 Android RE
PPTX
Dynamic Security Analysis & Static Security Analysis for Android Apps.
PDF
Practice of Android Reverse Engineering
PDF
hashdays 2011: Tobias Ospelt - Reversing Android Apps - Hacking and cracking ...
PDF
Pwning mobile apps without root or jailbreak
ODP
Java Meetup - 12-03-15 - Android Development Workshop
PDF
LinkedIn - Disassembling Dalvik Bytecode
PDF
Hack The Mob: Modifying Closed-source Android Apps
Modifying Android Apps Without Source Codes
Modifying Android Apps Without Source Code with Microsoft Visual Studio Code
OWASP Nagpur Meet #3 Android RE
Dynamic Security Analysis & Static Security Analysis for Android Apps.
Practice of Android Reverse Engineering
hashdays 2011: Tobias Ospelt - Reversing Android Apps - Hacking and cracking ...
Pwning mobile apps without root or jailbreak
Java Meetup - 12-03-15 - Android Development Workshop
LinkedIn - Disassembling Dalvik Bytecode
Hack The Mob: Modifying Closed-source Android Apps
Ad

More from yarden hanan (16)

PPTX
Introduction to malware analysis & reverse engineering
PPTX
SSL Pinning
PPTX
Mobile SF
PPTX
iOS Jail break
PPTX
Ios vs android
PPTX
Android package
PPTX
PPTX
Introduction to malware analysis & reverse engineering
PPTX
Introduction To Malware Analysis & Reverse Engineering
PPTX
File windows local
PPTX
Linux automated tasks
PPTX
Windows advanced
PPTX
Linux remote
PPTX
Linux local
PPTX
Windows post exploitation
PPTX
File windows local
Introduction to malware analysis & reverse engineering
SSL Pinning
Mobile SF
iOS Jail break
Ios vs android
Android package
Introduction to malware analysis & reverse engineering
Introduction To Malware Analysis & Reverse Engineering
File windows local
Linux automated tasks
Windows advanced
Linux remote
Linux local
Windows post exploitation
File windows local
Ad

Recently uploaded (20)

PPTX
A slide for students with the advantagea
PPTX
chapter 3_bem.pptxKLJLKJLKJLKJKJKLJKJKJKHJH
PDF
Daisia Frank: Strategy-Driven Real Estate with Heart.pdf
PPTX
_+✅+JANUARY+2025+MONTHLY+CA.pptx current affairs
PPTX
PE3-WEEK-3sdsadsadasdadadwadwdsdddddd.pptx
PPTX
OnePlus 13R – ⚡ All-Rounder King Performance: Snapdragon 8 Gen 3 – same as iQ...
PPTX
Cerebral_Palsy_Detailed_Presentation.pptx
DOC
field study for teachers graduating samplr
PPTX
Principles of Inheritance and variation class 12.pptx
PPTX
Surgical thesis protocol formation ppt.pptx
PDF
Prostaglandin E2.pdf orthoodontics op kharbanda
DOCX
How to Become a Criminal Profiler or Behavioural Analyst.docx
PPTX
internship presentation of bsnl in colllege
PPTX
Definition and Relation of Food Science( Lecture1).pptx
PDF
esg-supply-chain-webinar-nov2018hkhkkh.pdf
DOCX
mcsp232projectguidelinesjan2023 (1).docx
PDF
Manager Resume for R, CL & Applying Online.pdf
PDF
313302 DBMS UNIT 1 PPT for diploma Computer Eng Unit 2
PDF
APNCET2025RESULT Result Result 2025 2025
PPTX
DPT-MAY24.pptx for review and ucploading
A slide for students with the advantagea
chapter 3_bem.pptxKLJLKJLKJLKJKJKLJKJKJKHJH
Daisia Frank: Strategy-Driven Real Estate with Heart.pdf
_+✅+JANUARY+2025+MONTHLY+CA.pptx current affairs
PE3-WEEK-3sdsadsadasdadadwadwdsdddddd.pptx
OnePlus 13R – ⚡ All-Rounder King Performance: Snapdragon 8 Gen 3 – same as iQ...
Cerebral_Palsy_Detailed_Presentation.pptx
field study for teachers graduating samplr
Principles of Inheritance and variation class 12.pptx
Surgical thesis protocol formation ppt.pptx
Prostaglandin E2.pdf orthoodontics op kharbanda
How to Become a Criminal Profiler or Behavioural Analyst.docx
internship presentation of bsnl in colllege
Definition and Relation of Food Science( Lecture1).pptx
esg-supply-chain-webinar-nov2018hkhkkh.pdf
mcsp232projectguidelinesjan2023 (1).docx
Manager Resume for R, CL & Applying Online.pdf
313302 DBMS UNIT 1 PPT for diploma Computer Eng Unit 2
APNCET2025RESULT Result Result 2025 2025
DPT-MAY24.pptx for review and ucploading

Android Package tool

  • 2. 2 APK Tool APK Tool A tool for reverse engineering 3rd party, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications. It also makes working with an app easier because of the project like file structure and automation of some repetitive tasks like building APK, etc.
  • 3. 3 APK Tool APK Tool Features • Disassembling resources to nearly original form (including resources.arsc, classes.dex and XMLs) • Rebuilding decoded resources back to binary APK/JAR • Organizing and handling APKs that depend on framework resources • Smali Debug and edit
  • 4. 4 Sign APK Sign APK • Disassembling APK revoke the sign of the APK. • When compiling APK the app must be resigned. • All applications must be signed. The system will not install an application on an emulator or a device if it is not signed. • You can use self-signed certificates to sign your applications. No certificate authority is needed. • The APK can be sign with Android Studio or 3rd application.