apkinjector

(★ 26)

Utilities to help injecting libraries and frida in apks.

File Explorer

  • .gitignore
  • LICENSE
  • Makefile
  • README.md
  • requirements.txt
  • setup.py

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

frida

View Details ▼

A dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.

frida {{process_name}}

Start the interactive shell (REPL) attached to a running process:

frida {{[-U|--usb]}} {{process_name}}

Start the interactive shell attached to a process over USB:

frida {{[-p|--attach-pid]}} {{pid}}

Attach to a running process by its PID:

🔍

pip3

View Details ▼

This command is an alias of `pip`.

tldr pip

View documentation for the original command:

🔍

apk

View Details ▼

Alpine Linux package management tool.

apk upgrade {{[-U|--update-cache]}}

Update repository indexes and upgrade all packages:

apk update

Only update repository indexes:

apk add {{package}}

Install a new package:

// repository documentation