android-unpinner icon indicating copy to clipboard operation
android-unpinner copied to clipboard

Remove Certificate Pinning from APKs

Results 3 android-unpinner issues
Sort by recently updated
recently updated
newest added

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.