isPatcher/APKPatcher ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Java command line tool that can take an Android APK file and patch it for common security and restriction checks. I want it to be able to handle the main SSL and Flutter SSL bypass case by default, and also support a few optional switches for things like embedding a certificate, removing ads, bypassing screenshot and USB debugging restrictions, spoofing package checks, VPN detection, and keeping the output unsigned if I want. It should also have a merge mode for split app bundles like apks, apkm, and xapk so I can turn them into a single installable APK.
Make the tool easy to run from the terminal with clear help text and useful messages, and if you need to check current library docs online go ahead. Please keep it practical and focused on patching APKs from a file path, not a full GUI app.
Are you gonna build this?
make sure you review the code using coderabbit