- Added Update() for auto-update
- extra flag or option
-ato use aapt2 instead of aapt. - Issue template
- use getopts for parameters handling
- fix update()
- add aapt2 to bind()
- set
LD_LIBRARY_PATHto avoid libraries access from termux i.e$PREFIX/lib
- patched binaries of aapt2 to skip invalid names while recompiling
- fixes #10
- stick to alpine v3.10.2 instead of latest one
- custom path of framework directory
- new flag
-Vto enable verbose mode for decompiling & recompiling only
- update apktool to 2.4.1
- remove framework app 1.apk after each decompiling
- new option
--no-resto decompile app except resources. - new option
--no-smalito prevent disassembly of the dex file(s)
- new option
--no-assetsto prevent decoding of unknown assets files -zfor zipalign--frame-pathto specify framework directory-Rrecompile + sign
- new option
--enable-permto enable all permissions automatically in binded or non binded payloads
- Kali support
- remove option
-a& defaults toaapt2
- jadx support
- new option
--to-javato decode [dex,apk,zip] to java sources --deobfcan use along with--to-java
- now apksigner in termux is from sdk so a key ( PKCS12 ) is added.
- introducing
-aoption again but now foraapt - new option
--appnamefor change App name
- update aapt2 for Android 11
- update apktool to 2.5.0
- update jadx to 1.3.2
- use custom apktool