Skip to content

Commit 0fa9b8b

Browse files
committed
init
0 parents  commit 0fa9b8b

File tree

5 files changed

+34
-0
lines changed

5 files changed

+34
-0
lines changed

ADDITIONAL_AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[{
2+
"type": "add",
3+
"name": "coderstory",
4+
"link": "https://github.com/coderstory"
5+
}]

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# CorePatch
2+
3+
```
4+
A Module For Xposed Framework
5+
Disable signature verification For Android
6+
```
7+
![Android CI](https://github.com/coderstory/CorePatch/workflows/Android%20CI/badge.svg) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/coderstory/CorePatch) ![CRAN/METACRAN](https://img.shields.io/cran/l/devtools)
8+
9+
### Description
10+
```
11+
branch master -> support android 4.4-7.x
12+
branch Q -> support android 9.0-10.0
13+
branch R -> support android 10-11
14+
Android8.x -> maybe you need find the commit what version name is bump to 2.1,then compile by you self
15+
```
16+
17+
## Fetures
18+
```
19+
allow downgrade application [INSTALL_FAILED_VERSION_DOWNGRADE]
20+
21+
allows direct install apps after modify file in apk [ignore invalid digest error etc..]
22+
23+
allow overlay install apps with inconsistent signatures
24+
```
25+

SCOPE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
["android"]

SOURCE_URL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/coderstory/CorePatch

SUMMARY

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
A Module For Xposed Framework
2+
Disable signature verification For Android

0 commit comments

Comments
 (0)