GKMSPatch/patch/src/main/java/org/lsposed/patch
NkBe f2713a342b
Use NestedZip linking with copy fallback
Make APK packaging more robust by conditionally embedding the original APK (based on sigbypassLevel) and opening the source as either a NestedZip or a read-only ZFile. Attempt to add file links via NestedZip.addFileLink for entries, and fall back to copying the entry stream on failure or when source is read-only. Clean up related logic (remove the earlier separate embedding block), improve error messages, and minor reordering (minSdkVersion declaration) to streamline patch processing.
2026-02-10 21:45:38 +08:00
..
util refactor: improve APK signature block parsing 2025-11-19 21:03:41 +08:00
NPatch.java Use NestedZip linking with copy fallback 2026-02-10 21:45:38 +08:00