mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-11 22:06:20 +00:00
Compare commits
124 Commits
v1.2.0-dev
...
v2.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19dfa2e2f1 | ||
|
|
0ddc2b54b7 | ||
|
|
3a51ce71a5 | ||
|
|
52b316150d | ||
|
|
75e9c49b72 | ||
|
|
31a05b6768 | ||
|
|
57a1e7c27f | ||
|
|
585d77ce80 | ||
|
|
b4d0ce52ea | ||
|
|
ee26a8d233 | ||
|
|
be3abdda30 | ||
|
|
1849d570f8 | ||
|
|
20fa17957e | ||
|
|
0d58ef14ae | ||
|
|
20e15defc2 | ||
|
|
9f91f63220 | ||
|
|
8782cdef67 | ||
|
|
58fa0774c4 | ||
|
|
dc5ff36058 | ||
|
|
27c28fab5e | ||
|
|
88852a45ac | ||
|
|
8dd9293cb9 | ||
|
|
499ce0a6fb | ||
|
|
27457e0c7d | ||
|
|
7418573c6c | ||
|
|
df85fa37ef | ||
|
|
04805e45fe | ||
|
|
61d3b99313 | ||
|
|
5b8537e6b7 | ||
|
|
7d8a61c3ba | ||
|
|
1dcdbc9fe9 | ||
|
|
4cc2f5269f | ||
|
|
46056956fe | ||
|
|
8e3d147690 | ||
|
|
87ffaa4bdb | ||
|
|
8a49dcc110 | ||
|
|
4a23cb69bc | ||
|
|
8c325af0f9 | ||
|
|
a26ab2a2c3 | ||
|
|
d335846202 | ||
|
|
6fc3ae67c8 | ||
|
|
0df936e99b | ||
|
|
83743929c8 | ||
|
|
51e091ce40 | ||
|
|
e5a37e0a5f | ||
|
|
c94471f464 | ||
|
|
bfd50a43b9 | ||
|
|
2c8a106151 | ||
|
|
ea7efd2afc | ||
|
|
6c4c1924ee | ||
|
|
ce78b245d1 | ||
|
|
d7cffea99c | ||
|
|
9331594706 | ||
|
|
07f6bdf330 | ||
|
|
a48c0860e3 | ||
|
|
4d5efab8bd | ||
|
|
b30c7375a7 | ||
|
|
f694542d64 | ||
|
|
6f54af5963 | ||
|
|
0a52180431 | ||
|
|
af32572f29 | ||
|
|
e126436f3d | ||
|
|
80c11fef73 | ||
|
|
debf0116fb | ||
|
|
29105bab3d | ||
|
|
31853fe539 | ||
|
|
21747d5552 | ||
|
|
ee6aff8fe7 | ||
|
|
f3a3e935a2 | ||
|
|
c272d55e2d | ||
|
|
1781612789 | ||
|
|
3829136c49 | ||
|
|
00145f2bb6 | ||
|
|
7dabd53109 | ||
|
|
98bd6f3f4b | ||
|
|
1a3db77c21 | ||
|
|
430de23856 | ||
|
|
c7d72c4d1c | ||
|
|
09b9027e5e | ||
|
|
3cc98efaa6 | ||
|
|
76da6c1fa6 | ||
|
|
b977d7039f | ||
|
|
75c3776498 | ||
|
|
6b9751448c | ||
|
|
496f821218 | ||
|
|
755f2b5afc | ||
|
|
d7353cd27a | ||
|
|
072d9e15d7 | ||
|
|
b768c06d90 | ||
|
|
055c282dd3 | ||
|
|
d1400548ef | ||
|
|
b25236c072 | ||
|
|
227d8d94c8 | ||
|
|
afff4c8418 | ||
|
|
c9716be205 | ||
|
|
6ceb449cf8 | ||
|
|
6c6abafe95 | ||
|
|
e1c7d1082a | ||
|
|
7444e4e67d | ||
|
|
48102c6607 | ||
|
|
70258e251c | ||
|
|
836892df7b | ||
|
|
ca8e1ba6af | ||
|
|
00e9e53df6 | ||
|
|
cdc4e9c8ac | ||
|
|
32589c88e4 | ||
|
|
3878532688 | ||
|
|
ee4a83bef9 | ||
|
|
775e2fd906 | ||
|
|
2975a47d0f | ||
|
|
0d7581ad75 | ||
|
|
d55ca86e5c | ||
|
|
2bfbbc2eb9 | ||
|
|
d1ceab45c8 | ||
|
|
cf1d512f4b | ||
|
|
22d2535af8 | ||
|
|
a0644c7045 | ||
|
|
ef01bb2016 | ||
|
|
6e82418958 | ||
|
|
9da4f707ac | ||
|
|
45171dd4b0 | ||
|
|
bd3773798d | ||
|
|
8665661ed7 | ||
|
|
d6f2609cfa |
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -28,12 +28,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: "lts/*"
|
node-version: "lts/*"
|
||||||
- name: Make gradlew executable
|
|
||||||
run: chmod +x gradlew
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: ./gradlew build
|
run: ./gradlew build clean
|
||||||
- name: Setup semantic-release
|
- name: Setup semantic-release
|
||||||
run: npm install -g semantic-release @semantic-release/git @semantic-release/changelog gradle-semantic-release-plugin -D
|
run: npm install -g semantic-release @semantic-release/git @semantic-release/changelog gradle-semantic-release-plugin -D
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|||||||
19
.releaserc
19
.releaserc
@@ -7,7 +7,11 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@semantic-release/commit-analyzer",
|
["@semantic-release/commit-analyzer", {
|
||||||
|
"releaseRules": [
|
||||||
|
{"type": "build", "release": "patch"}
|
||||||
|
]
|
||||||
|
}],
|
||||||
"@semantic-release/release-notes-generator",
|
"@semantic-release/release-notes-generator",
|
||||||
"@semantic-release/changelog",
|
"@semantic-release/changelog",
|
||||||
"gradle-semantic-release-plugin",
|
"gradle-semantic-release-plugin",
|
||||||
@@ -20,6 +24,15 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"@semantic-release/github"
|
[
|
||||||
|
"@semantic-release/github",
|
||||||
|
{
|
||||||
|
"assets": [
|
||||||
|
{
|
||||||
|
"path": "build/libs/*all.jar"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
289
CHANGELOG.md
289
CHANGELOG.md
@@ -1,3 +1,292 @@
|
|||||||
|
# [2.3.0](https://github.com/revanced/revanced-cli/compare/v2.2.0...v2.3.0) (2022-07-03)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* separate logger to stdout & stderr ([#63](https://github.com/revanced/revanced-cli/issues/63)) ([0ddc2b5](https://github.com/revanced/revanced-cli/commit/0ddc2b54b739dae3e8ccc983bab73fc84e72be0a))
|
||||||
|
|
||||||
|
# [2.2.0](https://github.com/revanced/revanced-cli/compare/v2.1.0...v2.2.0) (2022-07-03)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* separate options for `--list` ([#60](https://github.com/revanced/revanced-cli/issues/60)) ([52b3161](https://github.com/revanced/revanced-cli/commit/52b316150de397ebdee979caf51d4cb20961cf70))
|
||||||
|
|
||||||
|
# [2.1.0](https://github.com/revanced/revanced-cli/compare/v2.0.5...v2.1.0) (2022-07-03)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* `--include` option ([#76](https://github.com/revanced/revanced-cli/issues/76)) ([57a1e7c](https://github.com/revanced/revanced-cli/commit/57a1e7c27fb0c4292e08332b88ccd57d69fa02c6))
|
||||||
|
|
||||||
|
## [2.0.5](https://github.com/revanced/revanced-cli/compare/v2.0.4...v2.0.5) (2022-06-29)
|
||||||
|
|
||||||
|
## [2.0.4](https://github.com/revanced/revanced-cli/compare/v2.0.3...v2.0.4) (2022-06-28)
|
||||||
|
|
||||||
|
## [2.0.3](https://github.com/revanced/revanced-cli/compare/v2.0.2...v2.0.3) (2022-06-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* wrong keystore output path ([20fa179](https://github.com/revanced/revanced-cli/commit/20fa17957e3e454b9755bc7b9b473b6c578cc593))
|
||||||
|
|
||||||
|
## [2.0.2](https://github.com/revanced/revanced-cli/compare/v2.0.1...v2.0.2) (2022-06-27)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* wrong separator when using `ZipFileSystemUtils` ([20e15de](https://github.com/revanced/revanced-cli/commit/20e15defc2b90aa5e79bad41c097bd0db8d5e12a))
|
||||||
|
|
||||||
|
## [2.0.1](https://github.com/revanced/revanced-cli/compare/v2.0.0...v2.0.1) (2022-06-26)
|
||||||
|
|
||||||
|
# [2.0.0](https://github.com/revanced/revanced-cli/compare/v1.11.1...v2.0.0) (2022-06-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Code Refactoring
|
||||||
|
|
||||||
|
* migrate from `Signature` to `Fingerprint` ([88852a4](https://github.com/revanced/revanced-cli/commit/88852a45ac90ad9419c18f0cb3395745e62eadbf))
|
||||||
|
|
||||||
|
|
||||||
|
### BREAKING CHANGES
|
||||||
|
|
||||||
|
* Not backwards compatible, since a lot of classes where renamed.
|
||||||
|
|
||||||
|
## [1.11.1](https://github.com/revanced/revanced-cli/compare/v1.11.0...v1.11.1) (2022-06-25)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* update patcher version ([499ce0a](https://github.com/revanced/revanced-cli/commit/499ce0a6fb1993ad48ffdd9c9e8307e8d0c179c6))
|
||||||
|
|
||||||
|
# [1.11.0](https://github.com/revanced/revanced-cli/compare/v1.10.2...v1.11.0) (2022-06-23)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* improve logging ([df85fa3](https://github.com/revanced/revanced-cli/commit/df85fa37ef067681a027e6fe9212c8a065d4981b))
|
||||||
|
|
||||||
|
## [1.10.2](https://github.com/revanced/revanced-cli/compare/v1.10.1...v1.10.2) (2022-06-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* keystore file not found exception ([#57](https://github.com/revanced/revanced-cli/issues/57)) ([5b8537e](https://github.com/revanced/revanced-cli/commit/5b8537e6b7922f1b44058c3a4fc2f56cb4e15e89))
|
||||||
|
|
||||||
|
## [1.10.1](https://github.com/revanced/revanced-cli/compare/v1.10.0...v1.10.1) (2022-06-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* show actual version in CLI ([1dcdbc9](https://github.com/revanced/revanced-cli/commit/1dcdbc9fe9e3ad2fe232ad3baa76d186817532a4))
|
||||||
|
|
||||||
|
# [1.10.0](https://github.com/revanced/revanced-cli/compare/v1.9.3...v1.10.0) (2022-06-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add callback for addFiles ([87ffaa4](https://github.com/revanced/revanced-cli/commit/87ffaa4bdb25cb85c6ba7195f5d3b13b09a5f912))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add logging back ([4a23cb6](https://github.com/revanced/revanced-cli/commit/4a23cb69bc385158d47b6ea8d3da54b0566a242c))
|
||||||
|
|
||||||
|
## [1.9.3](https://github.com/revanced/revanced-cli/compare/v1.9.2...v1.9.3) (2022-06-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* use absolute file path for key store ([d335846](https://github.com/revanced/revanced-cli/commit/d335846202b991e130882e9ce0ab268deb2e27ab))
|
||||||
|
|
||||||
|
## [1.9.2](https://github.com/revanced/revanced-cli/compare/v1.9.1...v1.9.2) (2022-06-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* update patcher version ([0df936e](https://github.com/revanced/revanced-cli/commit/0df936e99b01358a88a628af63eebb5ac92cae76))
|
||||||
|
|
||||||
|
## [1.9.1](https://github.com/revanced/revanced-cli/compare/v1.9.0...v1.9.1) (2022-06-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add back in: option to specify keystore file path ([c94471f](https://github.com/revanced/revanced-cli/commit/c94471f4643e44b2b472ff0d826db0d2743bdc86))
|
||||||
|
* remove logger from Signer.kt ([51e091c](https://github.com/revanced/revanced-cli/commit/51e091ce4021418508044029aa5af6aa7d5162a3))
|
||||||
|
|
||||||
|
|
||||||
|
### Reverts
|
||||||
|
|
||||||
|
* "feat: use of `java.util.logging.Logger`" ([2c8a106](https://github.com/revanced/revanced-cli/commit/2c8a10615192635202ddc137fc02f175c5914d8f))
|
||||||
|
|
||||||
|
# [1.9.0](https://github.com/revanced/revanced-cli/compare/v1.8.0...v1.9.0) (2022-06-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* migrate logger to `slf4j` ([6c4c192](https://github.com/revanced/revanced-cli/commit/6c4c1924ee9ae75af3449749a6a82b7ae5572129))
|
||||||
|
|
||||||
|
# [1.8.0](https://github.com/revanced/revanced-cli/compare/v1.7.1...v1.8.0) (2022-06-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add option to specify keystore file path ([9331594](https://github.com/revanced/revanced-cli/commit/9331594706404df871d170110da753cde5058d02))
|
||||||
|
* use of `java.util.logging.Logger` ([07f6bdf](https://github.com/revanced/revanced-cli/commit/07f6bdf33069da4e11fc40090feb726433de703e))
|
||||||
|
|
||||||
|
## [1.7.1](https://github.com/revanced/revanced-cli/compare/v1.7.0...v1.7.1) (2022-06-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* migrate to changes of patcher ([b30c737](https://github.com/revanced/revanced-cli/commit/b30c7375a7ea61184be5dca19062ee74d1f97692))
|
||||||
|
* wrong variable inverted ([f694542](https://github.com/revanced/revanced-cli/commit/f694542d64ccb06bfa4d042f26b6b7192d1e912e))
|
||||||
|
|
||||||
|
# [1.7.0](https://github.com/revanced/revanced-cli/compare/v1.6.3...v1.7.0) (2022-06-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* show description when listing patches ([af32572](https://github.com/revanced/revanced-cli/commit/af32572f29d0f0a45ee5c3e01ba4cf1f91fe2f10))
|
||||||
|
|
||||||
|
## [1.6.3](https://github.com/revanced/revanced-cli/compare/v1.6.2...v1.6.3) (2022-06-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* update patcher version ([80c11fe](https://github.com/revanced/revanced-cli/commit/80c11fef734bdba9026e91f95ee0a4a522cbefab))
|
||||||
|
|
||||||
|
## [1.6.2](https://github.com/revanced/revanced-cli/compare/v1.6.1...v1.6.2) (2022-06-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* CLI not working ([29105ba](https://github.com/revanced/revanced-cli/commit/29105bab3dabd9d16af6b511caef9727f98afd1a))
|
||||||
|
* improper use of mount variable ([31853fe](https://github.com/revanced/revanced-cli/commit/31853fe5393af04805857b78a54434e1c51e4c8e))
|
||||||
|
|
||||||
|
## [1.6.1](https://github.com/revanced/revanced-cli/compare/v1.6.0...v1.6.1) (2022-06-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* remove `-e` from `experimental` option ([3829136](https://github.com/revanced/revanced-cli/commit/3829136c49ddce1dc6b01eda04ce013540b213c2))
|
||||||
|
|
||||||
|
# [1.6.0](https://github.com/revanced/revanced-cli/compare/v1.5.1...v1.6.0) (2022-06-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* rename `debugging` option to `experimental` ([98bd6f3](https://github.com/revanced/revanced-cli/commit/98bd6f3f4b3eb34c445cbd5e3a3196f399f8bb3b))
|
||||||
|
* use `install` mode by default ([1a3db77](https://github.com/revanced/revanced-cli/commit/1a3db77c21b5795220fbac1ec36827fc521fface))
|
||||||
|
|
||||||
|
## [1.5.1](https://github.com/revanced/revanced-cli/compare/v1.5.0...v1.5.1) (2022-06-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* update patcher version ([09b9027](https://github.com/revanced/revanced-cli/commit/09b9027e5e28f0483e74b711cf65a7876267a339)), closes [#45](https://github.com/revanced/revanced-cli/issues/45)
|
||||||
|
|
||||||
|
# [1.5.0](https://github.com/revanced/revanced-cli/compare/v1.4.5...v1.5.0) (2022-06-20)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* allow listing patches without other parameters ([#42](https://github.com/revanced/revanced-cli/issues/42)) ([b977d70](https://github.com/revanced/revanced-cli/commit/b977d7039f877be242823a4eef0fb8df6550dd05))
|
||||||
|
|
||||||
|
## [1.4.5](https://github.com/revanced/revanced-cli/compare/v1.4.4...v1.4.5) (2022-06-20)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* update patcher version (fix apktool) ([496f821](https://github.com/revanced/revanced-cli/commit/496f82121879443609667a792cc1e16441ef5c2f))
|
||||||
|
|
||||||
|
## [1.4.4](https://github.com/revanced/revanced-cli/compare/v1.4.3...v1.4.4) (2022-06-18)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* add execute permission to `./gradlew` file ([#36](https://github.com/revanced/revanced-cli/issues/36)) ([072d9e1](https://github.com/revanced/revanced-cli/commit/072d9e15d7e44b1080923f3afeb194eeb4fe4682))
|
||||||
|
|
||||||
|
## [1.4.3](https://github.com/revanced/revanced-cli/compare/v1.4.2...v1.4.3) (2022-06-18)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* update patcher to 1.2.5 ([055c282](https://github.com/revanced/revanced-cli/commit/055c282dd3d147e3600bdfdf4fd6b4bd72cbf379))
|
||||||
|
|
||||||
|
## [1.4.2](https://github.com/revanced/revanced-cli/compare/v1.4.1...v1.4.2) (2022-06-16)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* dummy publish task (1/2) [skip ci] ([afff4c8](https://github.com/revanced/revanced-cli/commit/afff4c8418bd33959440a3ac9e6c46816b3153ad))
|
||||||
|
* releases (2/2) ([227d8d9](https://github.com/revanced/revanced-cli/commit/227d8d94c89ec24051bd5bc20808049164d92492))
|
||||||
|
|
||||||
|
## [1.4.1](https://github.com/revanced/revanced-cli/compare/v1.4.0...v1.4.1) (2022-06-14)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* move the keystore to the output directory ([6ceb449](https://github.com/revanced/revanced-cli/commit/6ceb449cf8539a92d89eeba8136fdc686319e2ef))
|
||||||
|
|
||||||
|
# [1.4.0](https://github.com/revanced/revanced-cli/compare/v1.3.3...v1.4.0) (2022-06-14)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* chcon on mount ([e1c7d10](https://github.com/revanced/revanced-cli/commit/e1c7d1082a6946d1082c8744a1d0118c1a2263ea))
|
||||||
|
|
||||||
|
## [1.3.3](https://github.com/revanced/revanced-cli/compare/v1.3.2...v1.3.3) (2022-06-13)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* missing implementation ([48102c6](https://github.com/revanced/revanced-cli/commit/48102c66077c4ae17e3de1076e9da72de5f00366))
|
||||||
|
|
||||||
|
## [1.3.2](https://github.com/revanced/revanced-cli/compare/v1.3.1...v1.3.2) (2022-06-13)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* only upload `-all.jar` asset ([ca8e1ba](https://github.com/revanced/revanced-cli/commit/ca8e1ba6af00e275c6981476f773b13b103799d1))
|
||||||
|
|
||||||
|
## [1.3.1](https://github.com/revanced/revanced-cli/compare/v1.3.0...v1.3.1) (2022-06-13)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* check if `packageVersion` is compatible with any from `compatiblePackages` ([32589c8](https://github.com/revanced/revanced-cli/commit/32589c88e438e0a1375c256e9bb8a93f5a4d319b))
|
||||||
|
|
||||||
|
# [1.3.0](https://github.com/revanced/revanced-cli/compare/v1.2.0...v1.3.0) (2022-06-11)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* `Main-Class` attribute pointing to wrong method ([6e82418](https://github.com/revanced/revanced-cli/commit/6e824189586bfa4f8aaac4a5f33aed8d59261115))
|
||||||
|
* `ZipAligner` not correctly calculating the file offset ([2975a47](https://github.com/revanced/revanced-cli/commit/2975a47d0f682a92da7b3ed455f5078298b0cbaa))
|
||||||
|
* broken control flow of `includeFilter` ([a0644c7](https://github.com/revanced/revanced-cli/commit/a0644c7045344e6a6c324392cb8f507a6d9dbfad))
|
||||||
|
* check for root even though when not needed ([0d7581a](https://github.com/revanced/revanced-cli/commit/0d7581ad750525e59bd6c019d987c640588ead62))
|
||||||
|
* overwrite output file ([2bfbbc2](https://github.com/revanced/revanced-cli/commit/2bfbbc2eb9057e66a362d37973a108baf44edf7a))
|
||||||
|
* resource patcher ([9da4f70](https://github.com/revanced/revanced-cli/commit/9da4f707ac62d11993021871ef39f4f1709ba89d))
|
||||||
|
* sign the aligned file instead of the input file ([22d2535](https://github.com/revanced/revanced-cli/commit/22d2535af8b3ea8fa58b6beb2938d240afa0a17d))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* support for `--install` ([d1ceab4](https://github.com/revanced/revanced-cli/commit/d1ceab45c89901f79d46c62f03186502021afb26))
|
||||||
|
|
||||||
|
# [1.2.0](https://github.com/revanced/revanced-cli/compare/v1.1.5...v1.2.0) (2022-06-05)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* migrate to latest patcher api changes ([ace70e4](https://github.com/revanced/revanced-cli/commit/ace70e417fdf280c7630a5a89a773879fd240e96))
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add path for `cacheDirectory` and enable resource patching by default ([54c0a03](https://github.com/revanced/revanced-cli/commit/54c0a03d44c8d1b586bc487ee1ca71859d6f0b57))
|
||||||
|
* debugging option ([1b645c6](https://github.com/revanced/revanced-cli/commit/1b645c67db58eb4d49b5290fd247507c9b43a9c6))
|
||||||
|
|
||||||
# [1.2.0-dev.2](https://github.com/revanced/revanced-cli/compare/v1.2.0-dev.1...v1.2.0-dev.2) (2022-06-05)
|
# [1.2.0-dev.2](https://github.com/revanced/revanced-cli/compare/v1.2.0-dev.1...v1.2.0-dev.2) (2022-06-05)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,41 +1,36 @@
|
|||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.6.21"
|
kotlin("jvm") version "1.7.0"
|
||||||
id("com.github.johnrengelman.shadow") version "7.1.2"
|
id("com.github.johnrengelman.shadow") version "7.1.2"
|
||||||
java
|
|
||||||
`maven-publish`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "app.revanced"
|
group = "app.revanced"
|
||||||
|
|
||||||
|
val githubUsername: String = project.findProperty("gpr.user") as? String ?: System.getenv("GITHUB_ACTOR")
|
||||||
|
val githubPassword: String = project.findProperty("gpr.key") as? String ?: System.getenv("GITHUB_TOKEN")
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
maven {
|
maven {
|
||||||
url = uri("https://maven.pkg.github.com/revanced/multidexlib2")
|
url = uri("https://maven.pkg.github.com/revanced/revanced-patcher")
|
||||||
credentials {
|
credentials {
|
||||||
username = project.findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR") // DO NOT CHANGE!
|
username = githubUsername
|
||||||
password = project.findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN") // DO NOT CHANGE!
|
password = githubPassword
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
maven {
|
maven { url = uri("https://jitpack.io") }
|
||||||
url = uri("https://jitpack.io")
|
google()
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.21")
|
implementation(kotlin("stdlib"))
|
||||||
implementation("app.revanced:revanced-patcher:1.0.0-dev.18")
|
implementation(kotlin("reflect"))
|
||||||
|
|
||||||
|
implementation("app.revanced:revanced-patcher:2.1.2")
|
||||||
implementation("info.picocli:picocli:4.6.3")
|
implementation("info.picocli:picocli:4.6.3")
|
||||||
|
implementation("com.android.tools.build:apksig:7.2.1")
|
||||||
implementation("com.github.li-wjohnson:jadb:master-SNAPSHOT") // using a fork instead.
|
implementation("com.github.revanced:jadb:master-SNAPSHOT") // updated fork
|
||||||
implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
|
implementation("org.bouncycastle:bcpkix-jdk15on:1.70")
|
||||||
implementation("org.jetbrains.kotlin:kotlin-reflect:1.6.21")
|
|
||||||
}
|
|
||||||
|
|
||||||
java {
|
|
||||||
withSourcesJar()
|
|
||||||
withJavadocJar()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
@@ -44,27 +39,17 @@ tasks {
|
|||||||
}
|
}
|
||||||
shadowJar {
|
shadowJar {
|
||||||
manifest {
|
manifest {
|
||||||
attributes("Main-Class" to "app.revanced.cli.MainKt")
|
attributes("Main-Class" to "app.revanced.cli.main.MainKt")
|
||||||
attributes("Implementation-Title" to project.name)
|
attributes("Implementation-Title" to project.name)
|
||||||
attributes("Implementation-Version" to project.version)
|
attributes("Implementation-Version" to project.version)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
// Dummy task to fix the Gradle semantic-release plugin.
|
||||||
|
// Remove this if you forked it to support building only.
|
||||||
publishing {
|
// Tracking issue: https://github.com/KengoTODA/gradle-semantic-release-plugin/issues/435
|
||||||
repositories {
|
register<DefaultTask>("publish") {
|
||||||
maven {
|
group = "publish"
|
||||||
name = "GitHubPackages"
|
description = "Dummy task"
|
||||||
url = uri("https://maven.pkg.github.com/revanced/revanced-cli")
|
dependsOn(build)
|
||||||
credentials {
|
|
||||||
username = System.getenv("GITHUB_ACTOR")
|
|
||||||
password = System.getenv("GITHUB_TOKEN")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
publications {
|
|
||||||
register<MavenPublication>("gpr") {
|
|
||||||
from(components["java"])
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
version = 1.2.0-dev.2
|
version = 2.3.0
|
||||||
|
|||||||
@@ -1,96 +0,0 @@
|
|||||||
package app.revanced.cli
|
|
||||||
|
|
||||||
import app.revanced.patcher.PatcherOptions
|
|
||||||
import app.revanced.patcher.annotation.Name
|
|
||||||
import app.revanced.patcher.util.patch.implementation.JarPatchBundle
|
|
||||||
import app.revanced.utils.adb.Adb
|
|
||||||
import app.revanced.utils.patcher.addPatchesFiltered
|
|
||||||
import app.revanced.utils.signature.Signature
|
|
||||||
import picocli.CommandLine.*
|
|
||||||
import java.io.File
|
|
||||||
|
|
||||||
@Command(
|
|
||||||
name = "ReVanced-CLI", version = ["1.0.0"], mixinStandardHelpOptions = true
|
|
||||||
)
|
|
||||||
internal object MainCommand : Runnable {
|
|
||||||
@Parameters(
|
|
||||||
paramLabel = "INCLUDE",
|
|
||||||
description = ["Which patches to include. If none is specified, all compatible patches will be included"]
|
|
||||||
)
|
|
||||||
internal var includedPatches = arrayOf<String>()
|
|
||||||
|
|
||||||
@Option(names = ["-p", "--patches"], description = ["One or more bundles of patches"])
|
|
||||||
internal var patchBundles = arrayOf<String>()
|
|
||||||
|
|
||||||
@Option(names = ["-t", "--temp-dir"], description = ["Temporal resource cache directory"])
|
|
||||||
internal var cacheDirectory = "revanced-cache"
|
|
||||||
|
|
||||||
@Option(names = ["-r", "--resource-patcher"], description = ["Disable patching resources"])
|
|
||||||
internal var disableResourcePatching: Boolean = false
|
|
||||||
|
|
||||||
@Option(
|
|
||||||
names = ["-c", "--clean"],
|
|
||||||
description = ["Clean the temporal resource cache directory. This will be done anyways when running the patcher"]
|
|
||||||
)
|
|
||||||
internal var clean: Boolean = false
|
|
||||||
|
|
||||||
@Option(names = ["-l", "--list"], description = ["List patches only"])
|
|
||||||
internal var listOnly: Boolean = false
|
|
||||||
|
|
||||||
@Option(names = ["-s", "--signature-checker"], description = ["Check signatures of all patches"])
|
|
||||||
internal var signatureCheck: Boolean = false
|
|
||||||
|
|
||||||
@Option(names = ["-m", "--merge"], description = ["One or more dex file containers to merge"])
|
|
||||||
internal var mergeFiles = listOf<File>()
|
|
||||||
|
|
||||||
@Option(names = ["-a", "--apk"], description = ["Input file to be patched"], required = true)
|
|
||||||
internal lateinit var inputFile: File
|
|
||||||
|
|
||||||
@Option(names = ["-o", "--out"], description = ["Output file path"], required = true)
|
|
||||||
internal lateinit var outputPath: String
|
|
||||||
|
|
||||||
@Option(names = ["-d", "--deploy-on"], description = ["If specified, deploy to adb device with given name"])
|
|
||||||
internal var deploy: String? = null
|
|
||||||
|
|
||||||
@Option(names = ["-b", "--debugging"], description = ["Disable patch version compatibility"])
|
|
||||||
internal var debugging: Boolean = false
|
|
||||||
|
|
||||||
override fun run() {
|
|
||||||
if (listOnly) {
|
|
||||||
for (patchBundlePath in patchBundles) for (it in JarPatchBundle(patchBundlePath).loadPatches()) {
|
|
||||||
|
|
||||||
// TODO: adjust extension methods to be able to do this
|
|
||||||
val name = (it.annotations.find { it is Name } as? Name)?.name ?: it.simpleName
|
|
||||||
println(
|
|
||||||
"[available] $name"
|
|
||||||
)
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
val patcher = app.revanced.patcher.Patcher(PatcherOptions(inputFile, cacheDirectory, !disableResourcePatching))
|
|
||||||
|
|
||||||
if (signatureCheck) {
|
|
||||||
patcher.addPatchesFiltered()
|
|
||||||
Signature.checkSignatures(patcher)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
val outputFile = File(outputPath)
|
|
||||||
|
|
||||||
var adb: Adb? = null
|
|
||||||
deploy?.let {
|
|
||||||
adb = Adb(
|
|
||||||
outputFile, patcher.packageName, deploy!!
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
Patcher.start(patcher)
|
|
||||||
|
|
||||||
if (clean) File(cacheDirectory).deleteRecursively()
|
|
||||||
|
|
||||||
adb?.deploy()
|
|
||||||
|
|
||||||
if (clean) outputFile.delete()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,55 +0,0 @@
|
|||||||
package app.revanced.cli
|
|
||||||
|
|
||||||
import app.revanced.utils.filesystem.FileSystemUtils
|
|
||||||
import app.revanced.utils.patcher.addPatchesFiltered
|
|
||||||
import app.revanced.utils.patcher.applyPatchesPrint
|
|
||||||
import app.revanced.utils.patcher.mergeFiles
|
|
||||||
import app.revanced.utils.signing.Signer
|
|
||||||
import java.io.File
|
|
||||||
import java.io.FileFilter
|
|
||||||
|
|
||||||
internal class Patcher {
|
|
||||||
internal companion object {
|
|
||||||
internal fun start(patcher: app.revanced.patcher.Patcher) {
|
|
||||||
// merge files like necessary integrations
|
|
||||||
patcher.mergeFiles()
|
|
||||||
// add patches, but filter incompatible or excluded patches
|
|
||||||
patcher.addPatchesFiltered(includeFilter = MainCommand.includedPatches.isNotEmpty())
|
|
||||||
// apply patches
|
|
||||||
patcher.applyPatchesPrint()
|
|
||||||
|
|
||||||
// write output file
|
|
||||||
val outFile = File(MainCommand.outputPath)
|
|
||||||
if (outFile.exists()) outFile.delete()
|
|
||||||
MainCommand.inputFile.copyTo(outFile)
|
|
||||||
|
|
||||||
val zipFileSystem = FileSystemUtils(outFile)
|
|
||||||
|
|
||||||
// replace all dex files
|
|
||||||
for ((name, data) in patcher.save()) {
|
|
||||||
zipFileSystem.replaceFile(name, data.data)
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!MainCommand.disableResourcePatching) {
|
|
||||||
for (file in File(MainCommand.cacheDirectory).resolve("build/").listFiles(FileFilter { it.isDirectory })
|
|
||||||
?.first()?.listFiles()!!) {
|
|
||||||
if (!file.isDirectory) {
|
|
||||||
zipFileSystem.replaceFile(file.name, file.readBytes())
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
zipFileSystem.replaceDirectory(file)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// finally close the stream
|
|
||||||
zipFileSystem.close()
|
|
||||||
|
|
||||||
// and sign the apk file
|
|
||||||
Signer.signApk(outFile)
|
|
||||||
|
|
||||||
println("[done]")
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
188
src/main/kotlin/app/revanced/cli/command/MainCommand.kt
Normal file
188
src/main/kotlin/app/revanced/cli/command/MainCommand.kt
Normal file
@@ -0,0 +1,188 @@
|
|||||||
|
package app.revanced.cli.command
|
||||||
|
|
||||||
|
import app.revanced.cli.logging.impl.DefaultCliLogger
|
||||||
|
import app.revanced.cli.patcher.Patcher
|
||||||
|
import app.revanced.cli.patcher.logging.impl.PatcherLogger
|
||||||
|
import app.revanced.cli.signing.Signing
|
||||||
|
import app.revanced.cli.signing.SigningOptions
|
||||||
|
import app.revanced.patcher.PatcherOptions
|
||||||
|
import app.revanced.patcher.extensions.PatchExtensions.compatiblePackages
|
||||||
|
import app.revanced.patcher.extensions.PatchExtensions.description
|
||||||
|
import app.revanced.patcher.extensions.PatchExtensions.patchName
|
||||||
|
import app.revanced.patcher.util.patch.implementation.JarPatchBundle
|
||||||
|
import app.revanced.utils.adb.Adb
|
||||||
|
import picocli.CommandLine.*
|
||||||
|
import java.io.File
|
||||||
|
import java.nio.file.Files
|
||||||
|
|
||||||
|
private class CLIVersionProvider : IVersionProvider {
|
||||||
|
override fun getVersion() = arrayOf(
|
||||||
|
MainCommand::class.java.`package`.implementationVersion ?: "unknown"
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
@Command(
|
||||||
|
name = "ReVanced-CLI",
|
||||||
|
mixinStandardHelpOptions = true,
|
||||||
|
versionProvider = CLIVersionProvider::class
|
||||||
|
)
|
||||||
|
internal object MainCommand : Runnable {
|
||||||
|
val logger = DefaultCliLogger()
|
||||||
|
|
||||||
|
@ArgGroup(exclusive = false, multiplicity = "1")
|
||||||
|
lateinit var args: Args
|
||||||
|
|
||||||
|
class Args {
|
||||||
|
@Option(names = ["-b", "--bundles"], description = ["One or more bundles of patches"], required = true)
|
||||||
|
var patchBundles = arrayOf<String>()
|
||||||
|
|
||||||
|
@ArgGroup(exclusive = false)
|
||||||
|
var lArgs: ListingArgs? = null
|
||||||
|
|
||||||
|
@ArgGroup(exclusive = false)
|
||||||
|
var pArgs: PatchingArgs? = null
|
||||||
|
}
|
||||||
|
|
||||||
|
class ListingArgs {
|
||||||
|
@Option(names = ["-l", "--list"], description = ["List patches only"], required = true)
|
||||||
|
var listOnly: Boolean = false
|
||||||
|
|
||||||
|
@Option(names = ["--with-versions"], description = ["List patches with compatible versions"])
|
||||||
|
var withVersions: Boolean = false
|
||||||
|
|
||||||
|
@Option(names = ["--with-packages"], description = ["List patches with compatible packages"])
|
||||||
|
var withPackages: Boolean = false
|
||||||
|
|
||||||
|
@Option(names = ["--with-descriptions"], description = ["List patches with their descriptions"])
|
||||||
|
var withDescriptions: Boolean = true
|
||||||
|
}
|
||||||
|
|
||||||
|
class PatchingArgs {
|
||||||
|
@Option(names = ["-a", "--apk"], description = ["Input file to be patched"], required = true)
|
||||||
|
lateinit var inputFile: File
|
||||||
|
|
||||||
|
@Option(names = ["-o", "--out"], description = ["Output file path"], required = true)
|
||||||
|
lateinit var outputPath: String
|
||||||
|
|
||||||
|
@Option(names = ["-e", "--exclude"], description = ["Explicitly exclude patches"])
|
||||||
|
var excludedPatches = arrayOf<String>()
|
||||||
|
|
||||||
|
@Option(names = ["-i", "--include"], description = ["Include patches"])
|
||||||
|
var includedPatches = arrayOf<String>()
|
||||||
|
|
||||||
|
@Option(names = ["-r", "--resource-patcher"], description = ["Disable patching resources"])
|
||||||
|
var disableResourcePatching: Boolean = false
|
||||||
|
|
||||||
|
@Option(names = ["--experimental"], description = ["Disable patch version compatibility patch"])
|
||||||
|
var experimental: Boolean = false
|
||||||
|
|
||||||
|
@Option(names = ["-m", "--merge"], description = ["One or more dex file containers to merge"])
|
||||||
|
var mergeFiles = listOf<File>()
|
||||||
|
|
||||||
|
@Option(names = ["--mount"], description = ["If specified, instead of installing, mount"])
|
||||||
|
var mount: Boolean = false
|
||||||
|
|
||||||
|
@Option(names = ["--cn"], description = ["Overwrite the default CN for the signed file"])
|
||||||
|
var cn = "ReVanced"
|
||||||
|
|
||||||
|
@Option(names = ["--keystore"], description = ["File path to your keystore"])
|
||||||
|
var keystorePath: String? = null
|
||||||
|
|
||||||
|
@Option(names = ["-p", "--password"], description = ["Overwrite the default password for the signed file"])
|
||||||
|
var password = "ReVanced"
|
||||||
|
|
||||||
|
@Option(names = ["-d", "--deploy-on"], description = ["If specified, deploy to adb device with given name"])
|
||||||
|
var deploy: String? = null
|
||||||
|
|
||||||
|
@Option(names = ["-t", "--temp-dir"], description = ["Temporal resource cache directory"])
|
||||||
|
var cacheDirectory = "revanced-cache"
|
||||||
|
|
||||||
|
@Option(
|
||||||
|
names = ["-c", "--clean"],
|
||||||
|
description = ["Clean the temporal resource cache directory. This will be done anyways when running the patcher"]
|
||||||
|
)
|
||||||
|
var clean: Boolean = false
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun run() {
|
||||||
|
if (args.lArgs?.listOnly == true) {
|
||||||
|
printListOfPatches()
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
val args = args.pArgs ?: return
|
||||||
|
|
||||||
|
val patcher = app.revanced.patcher.Patcher(
|
||||||
|
PatcherOptions(
|
||||||
|
args.inputFile,
|
||||||
|
args.cacheDirectory,
|
||||||
|
!args.disableResourcePatching,
|
||||||
|
logger = PatcherLogger
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
val outputFile = File(args.outputPath)
|
||||||
|
|
||||||
|
val adb: Adb? = args.deploy?.let {
|
||||||
|
Adb(outputFile, patcher.data.packageMetadata.packageName, args.deploy!!, !args.mount)
|
||||||
|
}
|
||||||
|
|
||||||
|
val patchedFile = if (args.mount) outputFile
|
||||||
|
else File(args.cacheDirectory).resolve("${outputFile.nameWithoutExtension}_raw.apk")
|
||||||
|
|
||||||
|
Patcher.start(patcher, patchedFile)
|
||||||
|
|
||||||
|
if (!args.mount) {
|
||||||
|
Signing.start(
|
||||||
|
patchedFile,
|
||||||
|
outputFile,
|
||||||
|
SigningOptions(
|
||||||
|
args.cn,
|
||||||
|
args.password,
|
||||||
|
args.keystorePath ?: outputFile.absoluteFile.parentFile
|
||||||
|
.resolve("${outputFile.nameWithoutExtension}.keystore")
|
||||||
|
.canonicalPath
|
||||||
|
)
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
if (args.clean) File(args.cacheDirectory).deleteRecursively()
|
||||||
|
|
||||||
|
adb?.deploy()
|
||||||
|
|
||||||
|
if (args.clean && args.deploy != null) Files.delete(outputFile.toPath())
|
||||||
|
|
||||||
|
logger.info("Finished")
|
||||||
|
}
|
||||||
|
|
||||||
|
private fun printListOfPatches() {
|
||||||
|
for (patchBundlePath in args.patchBundles) for (patch in JarPatchBundle(patchBundlePath).loadPatches()) {
|
||||||
|
for (compatiblePackage in patch.compatiblePackages!!) {
|
||||||
|
val packageEntryStr = buildString {
|
||||||
|
// Add package if flag is set
|
||||||
|
if (args.lArgs?.withPackages == true) {
|
||||||
|
val packageName = compatiblePackage.name.substringAfterLast(".").padStart(10)
|
||||||
|
append(packageName)
|
||||||
|
append("\t")
|
||||||
|
}
|
||||||
|
// Add patch name
|
||||||
|
val patchName = patch.patchName.padStart(25)
|
||||||
|
append(patchName)
|
||||||
|
// Add description if flag is set.
|
||||||
|
if (args.lArgs?.withDescriptions == true) {
|
||||||
|
append("\t")
|
||||||
|
append(patch.description)
|
||||||
|
}
|
||||||
|
// Add compatible versions, if flag is set
|
||||||
|
if (args.lArgs?.withVersions == true) {
|
||||||
|
val compatibleVersions = compatiblePackage.versions.joinToString(separator = ", ")
|
||||||
|
append("\t")
|
||||||
|
append(compatibleVersions)
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
logger.info(packageEntryStr)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
8
src/main/kotlin/app/revanced/cli/logging/CliLogger.kt
Normal file
8
src/main/kotlin/app/revanced/cli/logging/CliLogger.kt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
package app.revanced.cli.logging
|
||||||
|
|
||||||
|
internal interface CliLogger {
|
||||||
|
fun error(msg: String)
|
||||||
|
fun info(msg: String)
|
||||||
|
fun trace(msg: String)
|
||||||
|
fun warn(msg: String)
|
||||||
|
}
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
package app.revanced.cli.logging.impl
|
||||||
|
|
||||||
|
import app.revanced.cli.command.MainCommand
|
||||||
|
import app.revanced.cli.logging.CliLogger
|
||||||
|
import java.util.logging.Logger
|
||||||
|
import java.util.logging.SimpleFormatter
|
||||||
|
import java.util.logging.StreamHandler
|
||||||
|
|
||||||
|
internal class DefaultCliLogger(
|
||||||
|
private val logger: Logger = Logger.getLogger(MainCommand::javaClass.name),
|
||||||
|
private val errorLogger: Logger = Logger.getLogger(MainCommand::javaClass.name + "Err")
|
||||||
|
) : CliLogger {
|
||||||
|
|
||||||
|
init {
|
||||||
|
logger.useParentHandlers = false
|
||||||
|
logger.addHandler(StreamHandler(System.out, SimpleFormatter()))
|
||||||
|
}
|
||||||
|
companion object {
|
||||||
|
init {
|
||||||
|
System.setProperty("java.util.logging.SimpleFormatter.format", "%4\$s: %5\$s %n")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun error(msg: String) = errorLogger.severe(msg)
|
||||||
|
override fun info(msg: String) = logger.info(msg)
|
||||||
|
override fun trace(msg: String) = logger.finest(msg)
|
||||||
|
override fun warn(msg: String) = errorLogger.warning(msg)
|
||||||
|
}
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
package app.revanced.cli
|
package app.revanced.cli.main
|
||||||
|
|
||||||
|
import app.revanced.cli.command.MainCommand
|
||||||
import picocli.CommandLine
|
import picocli.CommandLine
|
||||||
|
|
||||||
internal fun main(args: Array<String>) {
|
internal fun main(args: Array<String>) {
|
||||||
47
src/main/kotlin/app/revanced/cli/patcher/Patcher.kt
Normal file
47
src/main/kotlin/app/revanced/cli/patcher/Patcher.kt
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
package app.revanced.cli.patcher
|
||||||
|
|
||||||
|
import app.revanced.cli.command.MainCommand.args
|
||||||
|
import app.revanced.cli.command.MainCommand.logger
|
||||||
|
import app.revanced.utils.filesystem.ZipFileSystemUtils
|
||||||
|
import app.revanced.utils.patcher.addPatchesFiltered
|
||||||
|
import app.revanced.utils.patcher.applyPatchesVerbose
|
||||||
|
import app.revanced.utils.patcher.mergeFiles
|
||||||
|
import java.io.File
|
||||||
|
import java.nio.file.Files
|
||||||
|
|
||||||
|
internal object Patcher {
|
||||||
|
internal fun start(patcher: app.revanced.patcher.Patcher, output: File) {
|
||||||
|
val args = args.pArgs!!
|
||||||
|
|
||||||
|
// merge files like necessary integrations
|
||||||
|
patcher.mergeFiles()
|
||||||
|
// add patches, but filter incompatible or excluded patches
|
||||||
|
patcher.addPatchesFiltered(excludePatches = args.excludedPatches.isNotEmpty())
|
||||||
|
// apply patches
|
||||||
|
patcher.applyPatchesVerbose()
|
||||||
|
|
||||||
|
// write output file
|
||||||
|
if (output.exists()) Files.delete(output.toPath())
|
||||||
|
args.inputFile.copyTo(output)
|
||||||
|
|
||||||
|
val result = patcher.save()
|
||||||
|
ZipFileSystemUtils(output).use { outputFileSystem ->
|
||||||
|
// replace all dex files
|
||||||
|
result.dexFiles.forEach {
|
||||||
|
logger.info("Writing dex file ${it.name}")
|
||||||
|
outputFileSystem.write(it.name, it.dexFileInputStream.readAllBytes())
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!args.disableResourcePatching) {
|
||||||
|
logger.info("Writing resources...")
|
||||||
|
|
||||||
|
ZipFileSystemUtils(result.resourceFile!!).use { resourceFileSystem ->
|
||||||
|
val resourceFiles = resourceFileSystem.getFile(File.separator)
|
||||||
|
outputFileSystem.writePathRecursively(resourceFiles)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
outputFileSystem.uncompress(*result.doNotCompress!!.toTypedArray())
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
package app.revanced.cli.patcher.logging.impl
|
||||||
|
|
||||||
|
import app.revanced.cli.logging.impl.DefaultCliLogger
|
||||||
|
import java.util.logging.Logger
|
||||||
|
|
||||||
|
internal object PatcherLogger : app.revanced.patcher.logging.Logger{
|
||||||
|
private val logger = DefaultCliLogger(Logger.getLogger(app.revanced.patcher.Patcher::javaClass.name))
|
||||||
|
|
||||||
|
override fun error(msg: String) = logger.error(msg)
|
||||||
|
override fun info(msg: String) = logger.info(msg)
|
||||||
|
override fun warn(msg: String)= logger.warn(msg)
|
||||||
|
override fun trace(msg: String)= logger.trace(msg)
|
||||||
|
}
|
||||||
28
src/main/kotlin/app/revanced/cli/signing/Signing.kt
Normal file
28
src/main/kotlin/app/revanced/cli/signing/Signing.kt
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
package app.revanced.cli.signing
|
||||||
|
|
||||||
|
import app.revanced.cli.command.MainCommand.args
|
||||||
|
import app.revanced.cli.command.MainCommand.logger
|
||||||
|
import app.revanced.utils.signing.Signer
|
||||||
|
import app.revanced.utils.signing.align.ZipAligner
|
||||||
|
import java.io.File
|
||||||
|
|
||||||
|
object Signing {
|
||||||
|
fun start(inputFile: File, outputFile: File, signingOptions: SigningOptions) {
|
||||||
|
val cacheDirectory = File(args.pArgs!!.cacheDirectory)
|
||||||
|
val alignedOutput = cacheDirectory.resolve("${outputFile.nameWithoutExtension}_aligned.apk")
|
||||||
|
val signedOutput = cacheDirectory.resolve("${outputFile.nameWithoutExtension}_signed.apk")
|
||||||
|
|
||||||
|
// align the inputFile and write to alignedOutput
|
||||||
|
logger.info("Aligning ${inputFile.name}")
|
||||||
|
ZipAligner.align(inputFile, alignedOutput)
|
||||||
|
// sign the alignedOutput and write to signedOutput
|
||||||
|
// the reason is, in case the signer fails
|
||||||
|
// it does not damage the output file
|
||||||
|
logger.info("Signing ${alignedOutput.name}")
|
||||||
|
Signer(signingOptions).signApk(alignedOutput, signedOutput)
|
||||||
|
|
||||||
|
// afterwards copy over the file to the output
|
||||||
|
logger.info("Copying ${signedOutput.name} to ${outputFile.name}")
|
||||||
|
signedOutput.copyTo(outputFile, true)
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
package app.revanced.cli.signing
|
||||||
|
|
||||||
|
data class SigningOptions(
|
||||||
|
val cn: String,
|
||||||
|
val password: String,
|
||||||
|
val keyStoreFilePath: String
|
||||||
|
)
|
||||||
@@ -1,14 +1,17 @@
|
|||||||
package app.revanced.utils.adb
|
package app.revanced.utils.adb
|
||||||
|
|
||||||
|
import app.revanced.cli.command.MainCommand.logger
|
||||||
import se.vidstige.jadb.JadbConnection
|
import se.vidstige.jadb.JadbConnection
|
||||||
import se.vidstige.jadb.JadbDevice
|
import se.vidstige.jadb.JadbDevice
|
||||||
|
import se.vidstige.jadb.managers.PackageManager
|
||||||
import java.io.File
|
import java.io.File
|
||||||
import java.util.concurrent.Executors
|
import java.util.concurrent.Executors
|
||||||
|
|
||||||
internal class Adb(
|
internal class Adb(
|
||||||
private val apk: File,
|
private val file: File,
|
||||||
private val packageName: String,
|
private val packageName: String,
|
||||||
deviceName: String,
|
deviceName: String,
|
||||||
|
private val modeInstall: Boolean = false,
|
||||||
private val logging: Boolean = true
|
private val logging: Boolean = true
|
||||||
) {
|
) {
|
||||||
private val device: JadbDevice
|
private val device: JadbDevice
|
||||||
@@ -17,49 +20,58 @@ internal class Adb(
|
|||||||
device = JadbConnection().devices.find { it.serial == deviceName }
|
device = JadbConnection().devices.find { it.serial == deviceName }
|
||||||
?: throw IllegalArgumentException("No such device with name $deviceName")
|
?: throw IllegalArgumentException("No such device with name $deviceName")
|
||||||
|
|
||||||
if (device.run("su -h", false) != 0)
|
if (!modeInstall && device.run("su -h", false) != 0)
|
||||||
throw IllegalArgumentException("Root required on $deviceName. Deploying failed.")
|
throw IllegalArgumentException("Root required on $deviceName. Deploying failed")
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun String.replacePlaceholder(): String {
|
private fun String.replacePlaceholder(with: String? = null): String {
|
||||||
return this.replace(Constants.PLACEHOLDER, packageName)
|
return this.replace(Constants.PLACEHOLDER, with ?: packageName)
|
||||||
}
|
}
|
||||||
|
|
||||||
internal fun deploy() {
|
internal fun deploy() {
|
||||||
// create revanced path
|
if (modeInstall) {
|
||||||
device.run("${Constants.COMMAND_CREATE_DIR} ${Constants.PATH_REVANCED}")
|
logger.info("Installing without mounting")
|
||||||
|
|
||||||
// push patched file
|
PackageManager(device).install(file)
|
||||||
device.copy(Constants.PATH_INIT_PUSH, apk)
|
} else {
|
||||||
// install apk
|
logger.info("Installing by mounting")
|
||||||
device.run(Constants.COMMAND_INSTALL_APK.replacePlaceholder())
|
|
||||||
|
|
||||||
// push mount script
|
// push patched file
|
||||||
device.createFile(
|
device.copy(Constants.PATH_INIT_PUSH, file)
|
||||||
Constants.PATH_INIT_PUSH,
|
|
||||||
Constants.CONTENT_MOUNT_SCRIPT.replacePlaceholder()
|
|
||||||
)
|
|
||||||
// install mount script
|
|
||||||
device.run(Constants.COMMAND_INSTALL_MOUNT.replacePlaceholder())
|
|
||||||
|
|
||||||
// push umount script
|
// create revanced path
|
||||||
device.createFile(
|
device.run("${Constants.COMMAND_CREATE_DIR} ${Constants.PATH_REVANCED}")
|
||||||
Constants.PATH_INIT_PUSH,
|
|
||||||
Constants.CONTENT_UMOUNT_SCRIPT.replacePlaceholder()
|
|
||||||
)
|
|
||||||
// install mount script
|
|
||||||
device.run(Constants.COMMAND_INSTALL_UMOUNT.replacePlaceholder())
|
|
||||||
|
|
||||||
// unmount the apk for sanity
|
// prepare mounting the apk
|
||||||
device.run(Constants.PATH_UMOUNT.replacePlaceholder())
|
device.run(Constants.COMMAND_PREPARE_MOUNT_APK.replacePlaceholder())
|
||||||
// mount the apk
|
|
||||||
device.run(Constants.PATH_MOUNT.replacePlaceholder())
|
|
||||||
|
|
||||||
// relaunch app
|
// push mount script
|
||||||
device.run(Constants.COMMAND_RESTART.replacePlaceholder())
|
device.createFile(
|
||||||
|
Constants.PATH_INIT_PUSH,
|
||||||
|
Constants.CONTENT_MOUNT_SCRIPT.replacePlaceholder()
|
||||||
|
)
|
||||||
|
// install mount script
|
||||||
|
device.run(Constants.COMMAND_INSTALL_MOUNT.replacePlaceholder())
|
||||||
|
|
||||||
// log the app
|
// push umount script
|
||||||
log()
|
device.createFile(
|
||||||
|
Constants.PATH_INIT_PUSH,
|
||||||
|
Constants.CONTENT_UMOUNT_SCRIPT.replacePlaceholder()
|
||||||
|
)
|
||||||
|
// install unmount script
|
||||||
|
device.run(Constants.COMMAND_INSTALL_UMOUNT.replacePlaceholder())
|
||||||
|
|
||||||
|
// unmount the apk for sanity
|
||||||
|
device.run(Constants.PATH_UMOUNT.replacePlaceholder())
|
||||||
|
// mount the apk
|
||||||
|
device.run(Constants.PATH_MOUNT.replacePlaceholder())
|
||||||
|
|
||||||
|
// relaunch app
|
||||||
|
device.run(Constants.COMMAND_RESTART.replacePlaceholder())
|
||||||
|
|
||||||
|
// log the app
|
||||||
|
log()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun log() {
|
private fun log() {
|
||||||
@@ -84,11 +96,11 @@ internal class Adb(
|
|||||||
}
|
}
|
||||||
break
|
break
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
throw RuntimeException("An error occurred while monitoring state of app", e)
|
throw RuntimeException("An error occurred while monitoring the state of app", e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
println("App closed, continuing.")
|
logger.info("Stopped logging because the app was closed")
|
||||||
process.destroy()
|
process.destroy()
|
||||||
executor.shutdown()
|
executor.shutdown()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ internal object Constants {
|
|||||||
private const val NAME_MOUNT_SCRIPT = "mount_revanced_$PLACEHOLDER.sh"
|
private const val NAME_MOUNT_SCRIPT = "mount_revanced_$PLACEHOLDER.sh"
|
||||||
|
|
||||||
// initial directory to push files to via adb push
|
// initial directory to push files to via adb push
|
||||||
internal const val PATH_INIT_PUSH = "/sdcard/revanced.delete"
|
internal const val PATH_INIT_PUSH = "/data/local/tmp/revanced.delete"
|
||||||
|
|
||||||
// revanced path
|
// revanced path
|
||||||
internal const val PATH_REVANCED = "/data/adb/revanced/"
|
internal const val PATH_REVANCED = "/data/adb/revanced/"
|
||||||
@@ -28,7 +28,7 @@ internal object Constants {
|
|||||||
internal const val PATH_UMOUNT = "/data/adb/post-fs-data.d/un$NAME_MOUNT_SCRIPT"
|
internal const val PATH_UMOUNT = "/data/adb/post-fs-data.d/un$NAME_MOUNT_SCRIPT"
|
||||||
|
|
||||||
// move to revanced apk path & set permissions
|
// move to revanced apk path & set permissions
|
||||||
internal const val COMMAND_INSTALL_APK =
|
internal const val COMMAND_PREPARE_MOUNT_APK =
|
||||||
"base_path=\"$PATH_REVANCED_APP\" && mv $PATH_INIT_PUSH ${'$'}base_path && chmod 644 ${'$'}base_path && chown system:system ${'$'}base_path && chcon u:object_r:apk_data_file:s0 ${'$'}base_path"
|
"base_path=\"$PATH_REVANCED_APP\" && mv $PATH_INIT_PUSH ${'$'}base_path && chmod 644 ${'$'}base_path && chown system:system ${'$'}base_path && chcon u:object_r:apk_data_file:s0 ${'$'}base_path"
|
||||||
|
|
||||||
// install mount script & set permissions
|
// install mount script & set permissions
|
||||||
@@ -54,6 +54,8 @@ internal object Constants {
|
|||||||
|
|
||||||
base_path="$PATH_REVANCED_APP"
|
base_path="$PATH_REVANCED_APP"
|
||||||
stock_path=${'$'}( pm path $PLACEHOLDER | grep base | sed 's/package://g' )
|
stock_path=${'$'}( pm path $PLACEHOLDER | grep base | sed 's/package://g' )
|
||||||
|
|
||||||
|
chcon u:object_r:apk_data_file:s0 ${'$'}base_path
|
||||||
mount -o bind ${'$'}base_path ${'$'}stock_path
|
mount -o bind ${'$'}base_path ${'$'}stock_path
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,63 +0,0 @@
|
|||||||
package app.revanced.utils.filesystem
|
|
||||||
|
|
||||||
import java.io.Closeable
|
|
||||||
import java.io.File
|
|
||||||
import java.nio.file.FileSystem
|
|
||||||
import java.nio.file.FileSystems
|
|
||||||
import java.nio.file.Files
|
|
||||||
|
|
||||||
internal class FileSystemUtils(
|
|
||||||
file: File
|
|
||||||
) : Closeable {
|
|
||||||
private var fileSystem: FileSystem
|
|
||||||
|
|
||||||
init {
|
|
||||||
fileSystem = FileSystems.newFileSystem(file.toPath(), null as ClassLoader?)
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun deleteDirectory(dirPath: String) {
|
|
||||||
val files = Files.walk(fileSystem.getPath("$dirPath/"))
|
|
||||||
|
|
||||||
files
|
|
||||||
.sorted(Comparator.reverseOrder())
|
|
||||||
.forEach {
|
|
||||||
|
|
||||||
Files.delete(it)
|
|
||||||
}
|
|
||||||
|
|
||||||
files.close()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
internal fun replaceDirectory(replacement: File) {
|
|
||||||
if (!replacement.isDirectory) throw Exception("${replacement.name} is not a directory.")
|
|
||||||
|
|
||||||
// FIXME: make this delete the directory recursively
|
|
||||||
//deleteDirectory(replacement.name)
|
|
||||||
//val path = Files.createDirectory(fileSystem.getPath(replacement.name))
|
|
||||||
|
|
||||||
val excludeFromPath = replacement.path.removeSuffix(replacement.name)
|
|
||||||
for (path in Files.walk(replacement.toPath())) {
|
|
||||||
val file = path.toFile()
|
|
||||||
if (file.isDirectory) {
|
|
||||||
val relativePath = path.toString().removePrefix(excludeFromPath)
|
|
||||||
val fileSystemPath = fileSystem.getPath(relativePath)
|
|
||||||
if (!Files.exists(fileSystemPath)) Files.createDirectory(fileSystemPath)
|
|
||||||
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
replaceFile(path.toString().removePrefix(excludeFromPath), file.readBytes())
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
internal fun replaceFile(sourceFile: String, content: ByteArray) {
|
|
||||||
val path = fileSystem.getPath(sourceFile)
|
|
||||||
Files.deleteIfExists(path)
|
|
||||||
Files.write(path, content)
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun close() {
|
|
||||||
fileSystem.close()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,64 @@
|
|||||||
|
package app.revanced.utils.filesystem
|
||||||
|
|
||||||
|
import java.io.Closeable
|
||||||
|
import java.io.File
|
||||||
|
import java.nio.file.FileSystems
|
||||||
|
import java.nio.file.Files
|
||||||
|
import java.nio.file.Path
|
||||||
|
import java.util.zip.ZipEntry
|
||||||
|
|
||||||
|
internal class ZipFileSystemUtils(
|
||||||
|
file: File
|
||||||
|
) : Closeable {
|
||||||
|
private var zipFileSystem = FileSystems.newFileSystem(file.toPath(), mapOf("noCompression" to true))
|
||||||
|
|
||||||
|
private fun Path.deleteRecursively() {
|
||||||
|
if (!Files.exists(this)) {
|
||||||
|
throw IllegalStateException("File exists in real folder but not in zip file system")
|
||||||
|
}
|
||||||
|
|
||||||
|
if (Files.isDirectory(this)) {
|
||||||
|
Files.list(this).forEach { path ->
|
||||||
|
path.deleteRecursively()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Files.delete(this)
|
||||||
|
}
|
||||||
|
|
||||||
|
internal fun getFile(path: String) = zipFileSystem.getPath(path)
|
||||||
|
|
||||||
|
internal fun writePathRecursively(path: Path) {
|
||||||
|
Files.list(path).use { fileStream ->
|
||||||
|
fileStream.forEach { filePath ->
|
||||||
|
val fileSystemPath = filePath.getRelativePath(path)
|
||||||
|
fileSystemPath.deleteRecursively()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Files.walk(path).use { fileStream ->
|
||||||
|
// don't include build directory
|
||||||
|
// by skipping the root node.
|
||||||
|
fileStream.skip(1).forEach { filePath ->
|
||||||
|
val relativePath = filePath.getRelativePath(path)
|
||||||
|
|
||||||
|
if (Files.isDirectory(filePath)) {
|
||||||
|
Files.createDirectory(relativePath)
|
||||||
|
return@forEach
|
||||||
|
}
|
||||||
|
|
||||||
|
Files.copy(filePath, relativePath)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
internal fun write(path: String, content: ByteArray) = Files.write(zipFileSystem.getPath(path), content)
|
||||||
|
|
||||||
|
private fun Path.getRelativePath(path: Path): Path = zipFileSystem.getPath(path.relativize(this).toString())
|
||||||
|
|
||||||
|
// TODO: figure out why the file system is uncompressed by default and how to fix it
|
||||||
|
internal fun uncompress(vararg paths: String) =
|
||||||
|
paths.forEach { Files.setAttribute(zipFileSystem.getPath(it), "zip:method", ZipEntry.STORED) }
|
||||||
|
|
||||||
|
override fun close() = zipFileSystem.close()
|
||||||
|
}
|
||||||
@@ -1,63 +1,80 @@
|
|||||||
package app.revanced.utils.patcher
|
package app.revanced.utils.patcher
|
||||||
|
|
||||||
import app.revanced.cli.MainCommand
|
import app.revanced.cli.command.MainCommand
|
||||||
|
import app.revanced.cli.command.MainCommand.args
|
||||||
|
import app.revanced.cli.command.MainCommand.logger
|
||||||
import app.revanced.patcher.Patcher
|
import app.revanced.patcher.Patcher
|
||||||
import app.revanced.patcher.data.base.Data
|
import app.revanced.patcher.data.Data
|
||||||
import app.revanced.patcher.extensions.PatchExtensions.compatiblePackages
|
import app.revanced.patcher.extensions.PatchExtensions.compatiblePackages
|
||||||
|
import app.revanced.patcher.extensions.PatchExtensions.include
|
||||||
import app.revanced.patcher.extensions.PatchExtensions.patchName
|
import app.revanced.patcher.extensions.PatchExtensions.patchName
|
||||||
import app.revanced.patcher.patch.base.Patch
|
import app.revanced.patcher.patch.Patch
|
||||||
import app.revanced.patcher.util.patch.implementation.JarPatchBundle
|
import app.revanced.patcher.util.patch.implementation.JarPatchBundle
|
||||||
|
|
||||||
fun Patcher.addPatchesFiltered(
|
fun Patcher.addPatchesFiltered(
|
||||||
includeFilter: Boolean = false
|
excludePatches: Boolean = false
|
||||||
) {
|
) {
|
||||||
val packageName = this.packageName
|
val packageName = this.data.packageMetadata.packageName
|
||||||
val packageVersion = this.packageVersion
|
val packageVersion = this.data.packageMetadata.packageVersion
|
||||||
|
|
||||||
MainCommand.patchBundles.forEach { bundle ->
|
args.patchBundles.forEach { bundle ->
|
||||||
val includedPatches = mutableListOf<Class<out Patch<Data>>>()
|
val includedPatches = mutableListOf<Class<out Patch<Data>>>()
|
||||||
JarPatchBundle(bundle).loadPatches().forEach patch@{ patch ->
|
JarPatchBundle(bundle).loadPatches().forEach patch@{ patch ->
|
||||||
val compatiblePackages = patch.compatiblePackages
|
val compatiblePackages = patch.compatiblePackages
|
||||||
val patchName = patch.patchName
|
val patchName = patch.patchName
|
||||||
|
|
||||||
val prefix = "[skipped] $patchName"
|
val prefix = "Skipping $patchName"
|
||||||
|
|
||||||
if (includeFilter && !MainCommand.includedPatches.contains(patchName)) {
|
val args = MainCommand.args.pArgs!!
|
||||||
println(prefix)
|
|
||||||
|
if (excludePatches && args.excludedPatches.contains(patchName)) {
|
||||||
|
logger.info("$prefix: Explicitly excluded")
|
||||||
|
return@patch
|
||||||
|
} else if (!patch.include && !args.includedPatches.contains(patchName)) {
|
||||||
|
logger.info("$prefix: Explicitly excluded")
|
||||||
return@patch
|
return@patch
|
||||||
}
|
}
|
||||||
|
|
||||||
if (compatiblePackages == null) println("$prefix: Missing compatibility annotation. Continuing.")
|
if (compatiblePackages == null) logger.warn("$prefix: Missing compatibility annotation. Continuing.")
|
||||||
else compatiblePackages.forEach { compatiblePackage ->
|
else {
|
||||||
if (compatiblePackage.name != packageName) {
|
if (!compatiblePackages.any { it.name == packageName }) {
|
||||||
println("$prefix: Package name not matching ${compatiblePackage.name}.")
|
logger.warn("$prefix: Incompatible with $packageName. This patch is only compatible with ${
|
||||||
|
compatiblePackages.joinToString(
|
||||||
|
", "
|
||||||
|
) { it.name }
|
||||||
|
}")
|
||||||
return@patch
|
return@patch
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(MainCommand.debugging || compatiblePackage.versions.any { it == packageVersion })) {
|
if (!(args.experimental || compatiblePackages.any { it.versions.isEmpty() || it.versions.any { version -> version == packageVersion } })) {
|
||||||
println("$prefix: Unsupported version.")
|
val compatibleWith = compatiblePackages.map { _package ->
|
||||||
|
"${_package.name}: ${_package.versions.joinToString(", ")}"
|
||||||
|
}.joinToString(";")
|
||||||
|
logger.warn("$prefix: Incompatible with version $packageVersion. This patch is only compatible with version $compatibleWith")
|
||||||
return@patch
|
return@patch
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logger.trace("Adding $patchName")
|
||||||
includedPatches.add(patch)
|
includedPatches.add(patch)
|
||||||
println("[added] $patchName")
|
|
||||||
}
|
}
|
||||||
this.addPatches(includedPatches)
|
this.addPatches(includedPatches)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fun Patcher.applyPatchesPrint() {
|
fun Patcher.applyPatchesVerbose() {
|
||||||
this.applyPatches().forEach { (patch, result) ->
|
this.applyPatches().forEach { (patch, result) ->
|
||||||
if (result.isSuccess) {
|
if (result.isSuccess) {
|
||||||
println("[success] $patch")
|
logger.info("$patch succeeded")
|
||||||
return@forEach
|
return@forEach
|
||||||
}
|
}
|
||||||
println("[error] $patch:")
|
logger.error("$patch failed:")
|
||||||
result.exceptionOrNull()!!.printStackTrace()
|
result.exceptionOrNull()!!.printStackTrace()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fun Patcher.mergeFiles() {
|
fun Patcher.mergeFiles() {
|
||||||
this.addFiles(MainCommand.mergeFiles)
|
this.addFiles(args.pArgs!!.mergeFiles) { file ->
|
||||||
}
|
logger.info("Merging $file")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,55 +0,0 @@
|
|||||||
package app.revanced.utils.signature
|
|
||||||
|
|
||||||
import app.revanced.patcher.Patcher
|
|
||||||
import org.jf.dexlib2.iface.Method
|
|
||||||
|
|
||||||
object Signature {
|
|
||||||
|
|
||||||
fun checkSignatures(patcher: Patcher) {
|
|
||||||
TODO()
|
|
||||||
/**
|
|
||||||
val failed = mutableListOf<String>()
|
|
||||||
for (signature in patcher.resolveSignatures()) {
|
|
||||||
val signatureClass = signature::class.java
|
|
||||||
val signatureName = signature.name ?: signatureClass.simpleName
|
|
||||||
if (!signature.resolved) {
|
|
||||||
failed.add(signatureName)
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
val method = signature.result!!.method
|
|
||||||
val matchingMethod = signature.matchingMethod ?: MatchingMethod()
|
|
||||||
|
|
||||||
println(
|
|
||||||
"""
|
|
||||||
[Signature] $signatureName
|
|
||||||
[Method] ${matchingMethod.definingClass}->${matchingMethod.name}
|
|
||||||
[Match] ${method.definingClass}->${method.toStr()}
|
|
||||||
""".trimIndent()
|
|
||||||
)
|
|
||||||
|
|
||||||
signature.fuzzyThreshold.let {
|
|
||||||
val warnings = signature.result!!.scanResult.warnings!!
|
|
||||||
println(
|
|
||||||
"""
|
|
||||||
[Warnings: ${warnings.count()}]
|
|
||||||
${warnings.joinToString(separator = "\n") { warning -> "${warning.instructionIndex} / ${warning.patternIndex}: ${warning.wrongOpcode} (expected: ${warning.correctOpcode})" }}
|
|
||||||
""".trimIndent()
|
|
||||||
)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
println(
|
|
||||||
"""
|
|
||||||
${"=".repeat(50)}
|
|
||||||
[Failed signatures: ${failed.size}]
|
|
||||||
${failed.joinToString(separator = "\n") { it }}
|
|
||||||
""".trimIndent()
|
|
||||||
)
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun Method.toStr(): String {
|
|
||||||
return "${this.name}(${this.parameterTypes.joinToString("")})${this.returnType}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
package app.revanced.utils.signing
|
|
||||||
|
|
||||||
import java.security.PrivateKey
|
|
||||||
import java.security.cert.X509Certificate
|
|
||||||
|
|
||||||
data class KeySet(
|
|
||||||
val publicKey: X509Certificate,
|
|
||||||
val privateKey: PrivateKey
|
|
||||||
)
|
|
||||||
@@ -1,65 +1,42 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2021 Juby210 & Vendicated
|
|
||||||
* Licensed under the Open Software License version 3.0
|
|
||||||
*/
|
|
||||||
|
|
||||||
package app.revanced.utils.signing
|
package app.revanced.utils.signing
|
||||||
|
|
||||||
|
import app.revanced.cli.command.MainCommand.logger
|
||||||
|
import app.revanced.cli.signing.SigningOptions
|
||||||
|
import com.android.apksig.ApkSigner
|
||||||
import org.bouncycastle.asn1.x500.X500Name
|
import org.bouncycastle.asn1.x500.X500Name
|
||||||
import org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
|
import org.bouncycastle.asn1.x509.SubjectPublicKeyInfo
|
||||||
import org.bouncycastle.cert.X509v3CertificateBuilder
|
import org.bouncycastle.cert.X509v3CertificateBuilder
|
||||||
import org.bouncycastle.cert.jcajce.JcaCertStore
|
|
||||||
import org.bouncycastle.cert.jcajce.JcaX509CertificateConverter
|
import org.bouncycastle.cert.jcajce.JcaX509CertificateConverter
|
||||||
import org.bouncycastle.cms.*
|
|
||||||
import org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder
|
|
||||||
import org.bouncycastle.jce.provider.BouncyCastleProvider
|
import org.bouncycastle.jce.provider.BouncyCastleProvider
|
||||||
import org.bouncycastle.operator.ContentSigner
|
import org.bouncycastle.operator.ContentSigner
|
||||||
import org.bouncycastle.operator.DigestCalculatorProvider
|
|
||||||
import org.bouncycastle.operator.jcajce.JcaContentSignerBuilder
|
import org.bouncycastle.operator.jcajce.JcaContentSignerBuilder
|
||||||
import org.bouncycastle.operator.jcajce.JcaDigestCalculatorProviderBuilder
|
|
||||||
import org.bouncycastle.util.encoders.Base64
|
|
||||||
import java.io.ByteArrayOutputStream
|
|
||||||
import java.io.File
|
import java.io.File
|
||||||
import java.io.FileInputStream
|
import java.io.FileInputStream
|
||||||
import java.io.FileOutputStream
|
import java.io.FileOutputStream
|
||||||
import java.math.BigInteger
|
import java.math.BigInteger
|
||||||
import java.nio.file.FileSystems
|
|
||||||
import java.nio.file.Files
|
|
||||||
import java.nio.file.Path
|
|
||||||
import java.security.*
|
import java.security.*
|
||||||
import java.security.cert.X509Certificate
|
import java.security.cert.X509Certificate
|
||||||
import java.util.*
|
import java.util.*
|
||||||
import java.util.jar.Attributes
|
|
||||||
import java.util.jar.JarFile
|
|
||||||
import java.util.jar.Manifest
|
|
||||||
import java.util.regex.Pattern
|
|
||||||
|
|
||||||
|
internal class Signer(
|
||||||
const val CN = "ReVanced"
|
private val signingOptions: SigningOptions
|
||||||
val PASSWORD = "revanced".toCharArray() // TODO: make it secure; random password should be enough
|
) {
|
||||||
|
private val passwordCharArray = signingOptions.password.toCharArray()
|
||||||
/**
|
|
||||||
* APK Signer.
|
|
||||||
* @author Aliucord authors
|
|
||||||
* @author ReVanced team
|
|
||||||
*/
|
|
||||||
object Signer {
|
|
||||||
private fun newKeystore(out: File) {
|
private fun newKeystore(out: File) {
|
||||||
val key = createKey()
|
val (publicKey, privateKey) = createKey()
|
||||||
val privateKS = KeyStore.getInstance("BKS", "BC")
|
val privateKS = KeyStore.getInstance("BKS", "BC")
|
||||||
privateKS.load(null, PASSWORD)
|
privateKS.load(null, passwordCharArray)
|
||||||
privateKS.setKeyEntry("alias", key.privateKey, PASSWORD, arrayOf(key.publicKey))
|
privateKS.setKeyEntry("alias", privateKey, passwordCharArray, arrayOf(publicKey))
|
||||||
privateKS.store(FileOutputStream(out), PASSWORD)
|
privateKS.store(FileOutputStream(out), passwordCharArray)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun createKey(): KeySet {
|
private fun createKey(): Pair<X509Certificate, PrivateKey> {
|
||||||
val gen = KeyPairGenerator.getInstance("RSA")
|
val gen = KeyPairGenerator.getInstance("RSA")
|
||||||
gen.initialize(2048)
|
gen.initialize(2048)
|
||||||
val pair = gen.generateKeyPair()
|
val pair = gen.generateKeyPair()
|
||||||
var serialNumber: BigInteger
|
var serialNumber: BigInteger
|
||||||
do serialNumber =
|
do serialNumber = BigInteger.valueOf(SecureRandom().nextLong()) while (serialNumber < BigInteger.ZERO)
|
||||||
BigInteger.valueOf(SecureRandom().nextLong()) while (serialNumber < BigInteger.ZERO)
|
val x500Name = X500Name("CN=${signingOptions.cn}")
|
||||||
val x500Name = X500Name("CN=$CN")
|
|
||||||
val builder = X509v3CertificateBuilder(
|
val builder = X509v3CertificateBuilder(
|
||||||
x500Name,
|
x500Name,
|
||||||
serialNumber,
|
serialNumber,
|
||||||
@@ -69,143 +46,34 @@ object Signer {
|
|||||||
x500Name,
|
x500Name,
|
||||||
SubjectPublicKeyInfo.getInstance(pair.public.encoded)
|
SubjectPublicKeyInfo.getInstance(pair.public.encoded)
|
||||||
)
|
)
|
||||||
val signer: ContentSigner = JcaContentSignerBuilder("SHA1withRSA").build(pair.private)
|
val signer: ContentSigner = JcaContentSignerBuilder("SHA256withRSA").build(pair.private)
|
||||||
return KeySet(JcaX509CertificateConverter().getCertificate(builder.build(signer)), pair.private)
|
return JcaX509CertificateConverter().getCertificate(builder.build(signer)) to pair.private
|
||||||
}
|
}
|
||||||
|
|
||||||
private val stripPattern: Pattern = Pattern.compile("^META-INF/(.*)[.](MF|SF|RSA|DSA)$")
|
fun signApk(input: File, output: File) {
|
||||||
|
|
||||||
// based on https://gist.github.com/mmuszkow/10288441
|
|
||||||
// and https://github.com/fornwall/apksigner/blob/master/src/main/java/net/fornwall/apksigner/ZipSigner.java
|
|
||||||
fun signApk(apkFile: File) {
|
|
||||||
Security.addProvider(BouncyCastleProvider())
|
Security.addProvider(BouncyCastleProvider())
|
||||||
|
|
||||||
val ks = File(apkFile.parent, "revanced-cli.keystore")
|
// TODO: keystore should be saved securely
|
||||||
if (!ks.exists()) newKeystore(ks)
|
val ks = File(signingOptions.keyStoreFilePath)
|
||||||
|
if (!ks.exists()) newKeystore(ks) else {
|
||||||
|
logger.info("Found existing keystore: ${ks.nameWithoutExtension}")
|
||||||
|
}
|
||||||
|
|
||||||
val keyStore = KeyStore.getInstance("BKS", "BC")
|
val keyStore = KeyStore.getInstance("BKS", "BC")
|
||||||
FileInputStream(ks).use { fis -> keyStore.load(fis, null) }
|
FileInputStream(ks).use { fis -> keyStore.load(fis, null) }
|
||||||
val alias = keyStore.aliases().nextElement()
|
val alias = keyStore.aliases().nextElement()
|
||||||
val keySet = KeySet(
|
|
||||||
(keyStore.getCertificate(alias) as X509Certificate),
|
|
||||||
(keyStore.getKey(alias, PASSWORD) as PrivateKey)
|
|
||||||
)
|
|
||||||
|
|
||||||
val zip = FileSystems.newFileSystem(apkFile.toPath(), null as ClassLoader?)
|
val config = ApkSigner.SignerConfig.Builder(
|
||||||
|
signingOptions.cn,
|
||||||
|
keyStore.getKey(alias, passwordCharArray) as PrivateKey,
|
||||||
|
listOf(keyStore.getCertificate(alias) as X509Certificate)
|
||||||
|
).build()
|
||||||
|
|
||||||
val dig = MessageDigest.getInstance("SHA1")
|
val signer = ApkSigner.Builder(listOf(config))
|
||||||
val digests: MutableMap<String, String> = LinkedHashMap()
|
signer.setCreatedBy(signingOptions.cn)
|
||||||
|
signer.setInputApk(input)
|
||||||
|
signer.setOutputApk(output)
|
||||||
|
|
||||||
for (entry in zip.allEntries) {
|
signer.build().sign()
|
||||||
val name = entry.toString()
|
|
||||||
if (stripPattern.matcher(name).matches()) {
|
|
||||||
Files.delete(entry)
|
|
||||||
} else {
|
|
||||||
digests[name] = toBase64(dig.digest(Files.readAllBytes(entry)))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
val sectionDigests: MutableMap<String, String> = LinkedHashMap()
|
|
||||||
var manifest = Manifest()
|
|
||||||
var attrs = manifest.mainAttributes
|
|
||||||
attrs[Attributes.Name.MANIFEST_VERSION] = "1.0"
|
|
||||||
attrs[Attributes.Name("Created-By")] = CN
|
|
||||||
|
|
||||||
val digestAttr = Attributes.Name("SHA1-Digest")
|
|
||||||
for ((name, value) in digests) {
|
|
||||||
val attributes = Attributes()
|
|
||||||
attributes[digestAttr] = value
|
|
||||||
manifest.entries[name] = attributes
|
|
||||||
sectionDigests[name] = hashEntrySection(name, attributes, dig)
|
|
||||||
}
|
|
||||||
ByteArrayOutputStream().use { baos ->
|
|
||||||
manifest.write(baos)
|
|
||||||
zip.writeFile(JarFile.MANIFEST_NAME, baos.toByteArray())
|
|
||||||
}
|
|
||||||
|
|
||||||
val manifestHash = getManifestHash(manifest, dig)
|
|
||||||
val tmpManifest = Manifest()
|
|
||||||
tmpManifest.mainAttributes.putAll(attrs)
|
|
||||||
val manifestMainHash = getManifestHash(tmpManifest, dig)
|
|
||||||
|
|
||||||
manifest = Manifest()
|
|
||||||
attrs = manifest.mainAttributes
|
|
||||||
attrs[Attributes.Name.SIGNATURE_VERSION] = "1.0"
|
|
||||||
attrs[Attributes.Name("Created-By")] = CN
|
|
||||||
attrs[Attributes.Name("SHA1-Digest-Manifest")] = manifestHash
|
|
||||||
attrs[Attributes.Name("SHA1-Digest-Manifest-Main-Attributes")] = manifestMainHash
|
|
||||||
|
|
||||||
for ((key, value) in sectionDigests) {
|
|
||||||
val attributes = Attributes()
|
|
||||||
attributes[digestAttr] = value
|
|
||||||
manifest.entries[key] = attributes
|
|
||||||
}
|
|
||||||
var sigBytes: ByteArray
|
|
||||||
ByteArrayOutputStream().use { sigStream ->
|
|
||||||
manifest.write(sigStream)
|
|
||||||
sigBytes = sigStream.toByteArray()
|
|
||||||
zip.writeFile("META-INF/CERT.SF", sigBytes)
|
|
||||||
}
|
|
||||||
|
|
||||||
val signature = signSigFile(keySet, sigBytes)
|
|
||||||
zip.writeFile("META-INF/CERT.RSA", signature)
|
|
||||||
|
|
||||||
zip.close()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun hashEntrySection(name: String, attrs: Attributes, dig: MessageDigest): String {
|
|
||||||
val manifest = Manifest()
|
|
||||||
manifest.mainAttributes[Attributes.Name.MANIFEST_VERSION] = "1.0"
|
|
||||||
ByteArrayOutputStream().use { baos ->
|
|
||||||
manifest.write(baos)
|
|
||||||
val emptyLen = baos.toByteArray().size
|
|
||||||
manifest.entries[name] = attrs
|
|
||||||
baos.reset()
|
|
||||||
manifest.write(baos)
|
|
||||||
var ob = baos.toByteArray()
|
|
||||||
ob = Arrays.copyOfRange(ob, emptyLen, ob.size)
|
|
||||||
return toBase64(dig.digest(ob))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun getManifestHash(manifest: Manifest, dig: MessageDigest): String {
|
|
||||||
ByteArrayOutputStream().use { baos ->
|
|
||||||
manifest.write(baos)
|
|
||||||
return toBase64(dig.digest(baos.toByteArray()))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun signSigFile(keySet: KeySet, content: ByteArray): ByteArray {
|
|
||||||
val msg: CMSTypedData = CMSProcessableByteArray(content)
|
|
||||||
val certs = JcaCertStore(Collections.singletonList(keySet.publicKey))
|
|
||||||
val gen = CMSSignedDataGenerator()
|
|
||||||
val jcaContentSignerBuilder = JcaContentSignerBuilder("SHA1withRSA")
|
|
||||||
val sha1Signer: ContentSigner = jcaContentSignerBuilder.build(keySet.privateKey)
|
|
||||||
val jcaDigestCalculatorProviderBuilder = JcaDigestCalculatorProviderBuilder()
|
|
||||||
val digestCalculatorProvider: DigestCalculatorProvider = jcaDigestCalculatorProviderBuilder.build()
|
|
||||||
val jcaSignerInfoGeneratorBuilder = JcaSignerInfoGeneratorBuilder(digestCalculatorProvider)
|
|
||||||
jcaSignerInfoGeneratorBuilder.setDirectSignature(true)
|
|
||||||
val signerInfoGenerator: SignerInfoGenerator = jcaSignerInfoGeneratorBuilder.build(sha1Signer, keySet.publicKey)
|
|
||||||
gen.addSignerInfoGenerator(signerInfoGenerator)
|
|
||||||
gen.addCertificates(certs)
|
|
||||||
val sigData: CMSSignedData = gen.generate(msg, false)
|
|
||||||
return sigData.toASN1Structure().getEncoded("DER")
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun toBase64(data: ByteArray): String {
|
|
||||||
return String(Base64.encode(data))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private val java.nio.file.FileSystem.allEntries: List<Path>
|
|
||||||
get() = buildList {
|
|
||||||
this@allEntries.rootDirectories.forEach { dir ->
|
|
||||||
Files.walk(dir).filter(Files::isRegularFile).forEach { file ->
|
|
||||||
this@buildList.add(file)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private fun java.nio.file.FileSystem.writeFile(path: String, bytes: ByteArray) {
|
|
||||||
Files.write(this.getPath("/$path"), bytes)
|
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,63 @@
|
|||||||
|
package app.revanced.utils.signing.align
|
||||||
|
|
||||||
|
import app.revanced.utils.signing.align.stream.MultiOutputStream
|
||||||
|
import app.revanced.utils.signing.align.stream.PeekingFakeStream
|
||||||
|
import java.io.BufferedOutputStream
|
||||||
|
import java.io.File
|
||||||
|
import java.util.*
|
||||||
|
import java.util.zip.ZipEntry
|
||||||
|
import java.util.zip.ZipFile
|
||||||
|
import java.util.zip.ZipOutputStream
|
||||||
|
|
||||||
|
internal object ZipAligner {
|
||||||
|
fun align(input: File, output: File, alignment: Int = 4) {
|
||||||
|
val zipFile = ZipFile(input)
|
||||||
|
|
||||||
|
val entries: Enumeration<out ZipEntry?> = zipFile.entries()
|
||||||
|
|
||||||
|
// fake
|
||||||
|
val peekingFakeStream = PeekingFakeStream()
|
||||||
|
val fakeOutputStream = ZipOutputStream(peekingFakeStream)
|
||||||
|
// real
|
||||||
|
val zipOutputStream = ZipOutputStream(BufferedOutputStream(output.outputStream()))
|
||||||
|
|
||||||
|
val multiOutputStream = MultiOutputStream(
|
||||||
|
listOf(
|
||||||
|
fakeOutputStream, // fake, used to add the data to the fake stream
|
||||||
|
zipOutputStream // real
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
var bias = 0
|
||||||
|
while (entries.hasMoreElements()) {
|
||||||
|
var padding = 0
|
||||||
|
|
||||||
|
val entry: ZipEntry = entries.nextElement()!!
|
||||||
|
// fake, used to calculate the file offset of the entry
|
||||||
|
fakeOutputStream.putNextEntry(entry)
|
||||||
|
|
||||||
|
if (entry.size == entry.compressedSize) {
|
||||||
|
val fileOffset = peekingFakeStream.peek()
|
||||||
|
val newOffset = fileOffset + bias
|
||||||
|
padding = ((alignment - (newOffset % alignment)) % alignment).toInt()
|
||||||
|
|
||||||
|
// real
|
||||||
|
entry.extra = if (entry.extra == null) ByteArray(padding)
|
||||||
|
else Arrays.copyOf(entry.extra, entry.extra.size + padding)
|
||||||
|
}
|
||||||
|
|
||||||
|
zipOutputStream.putNextEntry(entry)
|
||||||
|
zipFile.getInputStream(entry).copyTo(multiOutputStream)
|
||||||
|
|
||||||
|
// fake, used to add remaining bytes
|
||||||
|
fakeOutputStream.closeEntry()
|
||||||
|
// real
|
||||||
|
zipOutputStream.closeEntry()
|
||||||
|
|
||||||
|
bias += padding
|
||||||
|
}
|
||||||
|
|
||||||
|
zipFile.close()
|
||||||
|
zipOutputStream.close()
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
package app.revanced.utils.signing.align.stream
|
||||||
|
|
||||||
|
import java.io.OutputStream
|
||||||
|
|
||||||
|
internal class MultiOutputStream(
|
||||||
|
private val streams: Iterable<OutputStream>,
|
||||||
|
) : OutputStream() {
|
||||||
|
override fun write(b: ByteArray, off: Int, len: Int) = streams.forEach {
|
||||||
|
it.write(b, off, len)
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun write(b: ByteArray) = streams.forEach {
|
||||||
|
it.write(b)
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun write(b: Int) = streams.forEach {
|
||||||
|
it.write(b)
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
package app.revanced.utils.signing.align.stream
|
||||||
|
|
||||||
|
import java.io.OutputStream
|
||||||
|
|
||||||
|
internal class PeekingFakeStream : OutputStream() {
|
||||||
|
private var numberOfBytes: Long = 0
|
||||||
|
|
||||||
|
fun peek() = numberOfBytes
|
||||||
|
|
||||||
|
override fun write(b: Int) {
|
||||||
|
numberOfBytes++
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun write(b: ByteArray) {
|
||||||
|
numberOfBytes += b.size
|
||||||
|
}
|
||||||
|
|
||||||
|
override fun write(b: ByteArray, offset: Int, len: Int) {
|
||||||
|
numberOfBytes += len
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user