https://github.com/iSECPartners/Android-KillPermAndSigChecks
Bypass signature and permission checks for IPCs
https://github.com/iSECPartners/Android-KillPermAndSigChecks
Last synced: about 2 months ago
JSON representation
Bypass signature and permission checks for IPCs
- Host: GitHub
- URL: https://github.com/iSECPartners/Android-KillPermAndSigChecks
- Owner: iSECPartners
- License: gpl-2.0
- Created: 2013-12-11T06:52:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-19T01:28:01.000Z (over 11 years ago)
- Last Synced: 2025-03-14T22:40:02.153Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 1020 KB
- Stars: 83
- Watchers: 14
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-tools - Bypass signature and permission checks for IPCs
README
Android-KillPermAndSigChecks
============================Bypass signature and permission checks for IPCs.
Description
-----------This tool leverages Cydia Substrate to bypass signature and permission checks for IPCs.
Usage
-----* Ensure that Cydia Substrate has been deployed on your test device. The installer requires a rooted device and can be found on the Google Play store at https://play.google.com/store/apps/details?id=com.saurik.substrate&hl=en
* Download the pre-compiled APK available at https://github.com/iSECPartners/Android-KillPermAndSigChecks/releases
* Install the APK package on the device:adb install Android-KillPermAndSigChecks.apk
Notes
-----
* This should only be used on test devices
* The code also contains code to bypass more general signature checks but it is disabled for nowAuthor
-------
Marc Blanchou