Giter Site home page Giter Site logo

chuanyo / apkstudio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vaibhavpandeyvpz/apkstudio

0.0 2.0 1.0 18.8 MB

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

Home Page: http://github.vaibhavpandey.com/apkstudio

License: GNU General Public License v3.0

QMake 1.99% C++ 95.46% C 2.11% HTML 0.44%

apkstudio's Introduction

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 IDE like 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
  • 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

apkstudio's People

Contributors

vaibhavpandeyvpz avatar

Watchers

James Cloos avatar  avatar

Forkers

joyhooei

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.