File tree Expand file tree Collapse file tree 5 files changed +34
-0
lines changed
Expand file tree Collapse file tree 5 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ [{
2+ "type": "add",
3+ "name": "coderstory",
4+ "link": "https://github.com/coderstory"
5+ }]
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 1+ ["android"]
Original file line number Diff line number Diff line change 1+ https://github.com/coderstory/CorePatch
Original file line number Diff line number Diff line change 1+ A Module For Xposed Framework
2+ Disable signature verification For Android
You can’t perform that action at this time.
0 commit comments