TechnoIndian/ApkPatcher ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python command line tool that can take an APK file, patch it, and save a modified version back out.
I want it to handle the common things people use this kind of tool for, like SSL and VPN bypass patches, Flutter app SSL patching, package detection spoofing, device info spoofing, screenshot and USB debugging restrictions, ad removal, AES log injection, Telegram style patches, and a Pine Hook option for Xposed or LSP modules. It should also support merging split app packages like apks, apkm, and xapk into one installable APK.
Make the commands feel simple, like input mode for patching a file, merge mode for split packages, and help and credits screens. If a patch can’t be applied cleanly, it should tell me why instead of failing silently. Keep it usable from Termux or a normal Linux terminal, and if you need to check current library docs online, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit