-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e0a61e
commit ece672b
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
Android-KillPermAndSigChecks | ||
============================ | ||
|
||
Bypass signature and permission checks for IPCs. | ||
|
||
Description | ||
------- | ||
It leverages Cydia Substrate to bypass signature and permission checks for IPCs. | ||
----------- | ||
|
||
This tool leverages Cydia Substrate to bypass signature and permission checks for IPCs. | ||
|
||
Usage | ||
------- | ||
* Install Android-KillPermAndSigChecks.apk on a device where Cydia Substrate is installed with: | ||
----- | ||
|
||
adb install Android-KillPermAndSigChecks.apk | ||
* 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: | ||
|
||
* Cydia Substrate can be found on Google Play | ||
(https://play.google.com/store/apps/details?id=com.saurik.substrate&hl=en) | ||
and requires a rooted 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 now. |