Giter VIP home page Giter VIP logo

apk-editor-studio's Introduction

APK Editor Studio

Build Status (Travis CI) Build Status (AppVeyor) Latest Release License PayPal Donate

APK Editor Studio is a powerful yet easy to use APK reverse-engineering tool written in C++/Qt.

Links

Features

  • Resource Manager
  • Icon Editor
  • Title Editor
  • Image Editor
  • Code Editor
  • Manifest Editor
  • APK Signer
  • APK Optimizer
  • APK Installer

Compilation

Requirements

  • Qt 5
  • C++11 compiler

Setting Up

APK Editor Studio depends on multiple third-party binary tools which are not included in this repository. In order to successfully utilize this software, the following tools should be present on your system:

  • apktool to (un)pack APK
  • apksigner to sign APK
  • zipalign to optimize APK
  • adb to install APK and manage Android devices

You can either get them manually (e.g., using apt-get in Debian) or run the scripts/download.py Python 3 script which will automatically download the needed tools.

Also, on Linux you may want to optionally install libsecret development library to use it as a password storage, otherwise GNOME Keyring / KWallet will be used to store your KeyStore passwords.
Package aliases:

  • libsecret-1-dev (Debian-based distributions)
  • libsecret-devel (RPM-based distributions)

Building

  • qmake
  • make

Note that build tools may vary on different platforms (e.g., make/nmake). You can also use Qt Creator IDE to compile APK Editor Studio without manually specifying the paths and running the build tools.

Optionally, run make install to install APK Editor Studio to /usr.
Pass the PREFIX variable to qmake in order to define a different installation directory.

Packaging

If you want to create installation/executable APK Editor Studio packages, the corresponding scripts are located at scripts/**/packages (where ** is a platform name).

Third-Party Components

Notice

  • You may not use APK Editor Studio for any illegal purposes.
  • The repacked APK files should not violate the original licenses.

apk-editor-studio's People

Contributors

kefir500 avatar

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.