• Stars
    star
    150
  • Rank 246,067 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created about 5 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Automated tool for patching APKs to enable the use of Frida gadget by downloading the library and injecting code into the main activity.

frida-gadget

Codacy-Grade Docker LICENCE

frida-gadget is a tool that can be used to patch APKs in order to utilize the Frida Gadget.
This tool automates the process of downloading the Frida gadget library and injecting the loadlibrary code into the main activity.

Installation

Py-Versions PyPI-Downloads

Prerequirement

You should install Apktool and add it to your PATH environment variable.
For other operating systems, you can refer to the Install Guide.

Docker

The -v flag is used to mount the current directory to the /workspace directory in the container.
The APK file should reside in the $PWD directory, or you can substitute $pwd with the directory path where the APK file is stored.

Usage

How do I begin?

Simply provide the APK file.

How to Identify?

Observe the main activity; the injected loadLibrary code will be visible.

image

Helpful Hint

Quickly re-sign your application with the apk-signer tool.

Contributing

image