@paulcoding810/apk-patcher
v1.0.7
Published
CLI tool for patching and modifying Android APK files
Downloads
112
Maintainers
Readme
APK Patcher CLI
A command-line tool that minimize APKLab for patching and modifying Android APK files with MITM capabilities.
Installation
npm install -g @paulcoding810/apk-patcherUsage
Show help menu
apk-patcher --helpPatching Loop
Running apk-patcher <path-to-apk> will:
- Decode the APK
- Initialize a git repository
- Apply MITM patches
- Open the project in your configured editor
- Start a build-test loop where you can:
- Build and install the modified APK (
y) - Save changes and generate patch file (
n) - Quit without saving (
q)
- Build and install the modified APK (
Features
- APK decompilation & recompilation
- Automatic MITM patching
- Git integration for tracking changes
- Automatic APK signing
- Direct installation to connected Android device
- Patch file generation
- Build & test loop for rapid development
Working Directory Structure
When working with an APK, the tool creates:
patches/
└── [package-name]/
└── [version].patchNotes
- Requires an Android device connected via ADB for testing
- Automatically handles APK signing
- Generates patch files for version control
- Supports multiple device handling
- Maintains git history of modifications
