ax / apk.sh

apk.sh makes reverse engineering Android apps easier, automating some repetitive tasks like pulling, decoding, rebuilding and patching an APK.
GNU General Public License v3.0
3.34k stars 189 forks source link

Is the apk.sh pin the certificate #20

Closed mikebgrep closed 1 year ago

mikebgrep commented 1 year ago

Hello 👋 I am testing the script against react native app (Android).Its appear that when I patch the apk (also I have set the export native in Manifest to true ) I got error on install that state the certificate is missing or similar is equal to null.I suppose that the script does not pin the certificate and I am curious does the default behavior do this or is not part of the apk.sh.Since I can't use pining on this app I need to be more familiar with it. Regards

mikebgrep commented 1 year ago

Closing the issue in read.me is explained