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

Idea: Automatically inject networkSecurityConfiguration with user CA root trust-store enabled #5

Closed lol768 closed 1 year ago

lol768 commented 1 year ago

https://developer.android.com/training/articles/security-config#base-config

ax commented 1 year ago

Sure. Easy with apktool -n. It will be added in the next version.

ax commented 1 year ago

Done in v1.0.4. Closing this.

lol768 commented 1 year ago

Many thanks for this!