Skip to content

Commit 95c719e

Browse files
committed
feat: improve/update README
1 parent 94c9d30 commit 95c719e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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

1516
1. Use [Magisk](https://github.com/topjohnwu/Magisk) to root your device
1617
2. 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)
1819
4. Install XSpoofSignatures from [here](https://github.com/rushiiMachine/XSpoofSignatures/releases/latest)
1920
5. 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

0 commit comments

Comments
 (0)