LSPatchArchives
10.4K subscribers
1 photo
368 files
11 links
CI builds for LSPatch
See https://github.com/LSPosed/LSPatch for more information
Download Telegram
manager-v0.5.1-372-debug.apk
12.7 MB
Fixing Manifest Parsing - Shifting from axmlprinter to axmlparser (#180)

**Description:**
Some apps were failing with reason `Failed to parse Manifest file`
Turns out that `AxmlResourceParser` from `android4Me` is very outdated
and does not work well in all cases.
Hence have removed `axmlprinter` and migrated code to use `AxmlParser`
from `ManifestEditor` by `WindySha`.
👍373🥰3🔥1
manager-v0.5.1-373-debug.apk
12.7 MB
Remove mandatory original signature check (#185)

We are unnecessary fetching original signature even when signature
bypass level is not greater than 0. Due to which some apps which were
not signed were failing to be patched with error "get original signature
failed".
👍29🔥31
manager-v0.5.1-377-debug.apk
12.7 MB
Revert "Handling duplicate System.load calls" (#202)

Reverts LSPosed/LSPatch#200

Let it crash
👍18🎉21💯1