android-unpinner
android-unpinner copied to clipboard
Remove Certificate Pinning from APKs
This PR adds an option for providing a custom scripts directory. This gives the user a lot of freedom since they can use more sophisticated unpinning scripts and additionally, for...
- Switched to list-based arguments instead of a string-based args to fix adb calls on Unix-like systems. Currently, they fail because they treat the string as a single command with...
Fixing a slight bug in @Davis-3450's PR - Device selection (-s) must be directly after the ADB command.