Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Dec 14, 2013
1 parent 0e0a61e commit ece672b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
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.

0 comments on commit ece672b

Please sign in to comment.