Skip to content

kkodali/apkstudio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APK Studio is a cross-platform IDE for reverse-engineering (decompiling/editing) & recompiling of android application binaries within a single user-interface. It features a modernuser-interface, with a code editor which support syntax highlighting for Android SMALI (*.smali) code files.

Build Status

Instructions

  • Make sure JAVA_HOME point to a valid JDK (JRE will not work)
  • Point the Binaries Path in Edit > Settings to a valid folder having ADB, Zipalign & apktool
  • Start re-building.

Note: If you encounter any problems, make sure to check Console Output at bottom of IDE to get the output of command which was actually executed by program. Report any issues related to APK Studio here on Github. Please note, an issue with apktool is not an issue with APK Studio. Please verify the context of issue before opening a ticket.

Download

  • Please check Releases tab for Windows binaries
  • Linux users are required to build from source atm

Building (Linux)

  • Make sure you have GCC 4.8+, QT 5.4+
  • Run below commands in a writable directory
# Run these commands in sequence
git clone https://github.com/vaibhavpandeyvpz/apkstudio.git
cd apkstudio
lrelease resources/lang/en.ts
qmake apkstudio.pro CONFIG+=release
make

Features:

  • Decompile/Recompile APK
  • Flexible Keystore & Key-Alias Chooser
  • Automatic Zip-align
  • Image Viewer For Resources
  • One-click Install To Device
  • Syntax Highlighting (*java; *.smali; *.xml; *.yml)

TODO:

  • Code Completion
  • Frameworks Support

Screenshot:

Windows Screenshot

About

Cross-platform QT5 based IDE for reverse-engineering android applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.5%
  • QMake 2.3%
  • C 1.7%
  • HTML 0.5%