Takaovi / NSCPatcher

Network Security Config patcher for Android applications (APKs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSCPatcher

Network Security Config patcher for Android applications (APKs)

This program is in it's early developing stages so it may not be fully functional and work for every application. Pull requests are very welcome, though I do understand if you decide not to contribute, the code and logic of the program is horrible. May need to rewrite it using a proper C# library.

Features

  • Automate the process of patching Network Security Config
    • Decompile
    • Patch
      • Add network_security_config.xml to the XML folder, create the folder if doesn't exist
      • Edit the Manifest to add network_security_config.xml to the application
    • Compile
    • Sign
    • Open the output .apk folder to the user

Requirements

  • Java 8 (JRE 1.8)
  • SAI installer (If the APKs wont install on your phone)

Thanks

Legal

  • The developer(s) are not responsible for the use of this program. It should only be used by developers to test their application.

About

Network Security Config patcher for Android applications (APKs)

License:Do What The F*ck You Want To Public License


Languages

Language:C# 98.8%Language:Batchfile 1.2%