File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,22 @@ Xposed module to spoof package signatures.
44
55## Features
66
7- - Allow any package to spoof their signature
8- - Bypass GMS checks
9- - Make spoofed signature either the sole or first signer
10- - Spoof only after permission granted
11- - Compatible with the standardized spoofing mechanic ([ ref: microG] ( https://github.com/microg/GmsCore/tree/master/patches ) )
7+ - Support Android >= 1.5 (Cupcake)
8+ - Compatible with the standardized spoofing
9+ mechanic ([ microG] ( https://github.com/microg/GmsCore/tree/a787b52ccc56b2e197bf38e1229bb4206538cd12/patches ) )
10+ - Allow any package to spoof their signature through manifest properties
11+ - Allow bypassing GMS checks
12+ - Spoofing gated behind a permission
1213
1314## Install
1415
15161 . Use [ Magisk] ( https://github.com/topjohnwu/Magisk ) to root your device
16172 . Enable Zygisk
17- 3 . Install [ LSPosed] ( https://github.com/LSPosed/LSPosed )
18+ 3 . Install [ LSPosed] ( https://github.com/LSPosed/LSPosed ) or the updated [ LSPosed fork ] ( https://github.com/mywalkb/LSPosed_mod )
18194 . Install XSpoofSignatures from [ here] ( https://github.com/rushiiMachine/XSpoofSignatures/releases/latest )
19205 . Enable it in LSPosed
21+ 6 . Verify that signature spoofing works via [ Signature Spoofing Checker] ( https://f-droid.org/en/packages/lanchon.sigspoof.checker )
22+ 7 . Use apps that require signature spoofing
2023
2124## Usage (developers)
2225
You can’t perform that action at this time.
0 commit comments