Skip to content

rabidaudio/apkstudio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 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 friendly layout, 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 may not work)
  • Point the Vendor Path in Edit > Settings to a valid folder having contents of this archive
  • A recommended location to extract above archive might be ~/.apkstudio/vendor
  • You can now start de/re-compiling

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
git clone https://github.com/vaibhavpandeyvpz/apkstudio.git
cd apkstudio
lrelease resources/lang/en.ts
qmake apkstudio.pro CONFIG+=release
# {IF} On KDE 5.x
export CXXFLAGS="$CXXFLAGS -DNO_NATIVE_DIALOG"
# {/IF}
make
  • Before using APK Studio, you also need to install ADB. This can be done on debian{-based} distros as follows:
sudo apt-get install android-tools-adb
  • More information on building from source is provided in the Wiki

Features:

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

TODO:

  • Code Completion

Screenshots:

Windows Screenshot #1

Linux Screenshot #1

Disclaimer:

Same as apktool, APK Studio is neither intended for piracy nor other non-legal uses. It could be used for localizing, adding some features or support for custom platforms, analyzing applications & much more.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.5%
  • C 2.1%
  • QMake 1.9%
  • HTML 0.5%