mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-18 17:03:58 +00:00
Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76da6c1fa6 | ||
|
|
b977d7039f | ||
|
|
75c3776498 | ||
|
|
6b9751448c | ||
|
|
496f821218 | ||
|
|
755f2b5afc | ||
|
|
d7353cd27a | ||
|
|
072d9e15d7 | ||
|
|
b768c06d90 | ||
|
|
055c282dd3 | ||
|
|
d1400548ef | ||
|
|
b25236c072 | ||
|
|
227d8d94c8 | ||
|
|
afff4c8418 | ||
|
|
c9716be205 | ||
|
|
6ceb449cf8 | ||
|
|
6c6abafe95 | ||
|
|
e1c7d1082a | ||
|
|
7444e4e67d | ||
|
|
48102c6607 | ||
|
|
70258e251c | ||
|
|
836892df7b | ||
|
|
ca8e1ba6af |
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
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
"@semantic-release/commit-analyzer",
|
"@semantic-release/commit-analyzer",
|
||||||
"@semantic-release/release-notes-generator",
|
"@semantic-release/release-notes-generator",
|
||||||
"@semantic-release/changelog",
|
"@semantic-release/changelog",
|
||||||
|
"gradle-semantic-release-plugin",
|
||||||
[
|
[
|
||||||
"@semantic-release/git",
|
"@semantic-release/git",
|
||||||
{
|
{
|
||||||
@@ -24,7 +25,7 @@
|
|||||||
{
|
{
|
||||||
"assets": [
|
"assets": [
|
||||||
{
|
{
|
||||||
"path": "build/libs/*.jar"
|
"path": "build/libs/*all.jar"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
64
CHANGELOG.md
64
CHANGELOG.md
@@ -1,3 +1,67 @@
|
|||||||
|
# [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)
|
## [1.3.1](https://github.com/revanced/revanced-cli/compare/v1.3.0...v1.3.1) (2022-06-13)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -29,14 +29,13 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.0")
|
implementation(kotlin("stdlib"))
|
||||||
implementation("app.revanced:revanced-patcher:1.1.0")
|
implementation(kotlin("reflect"))
|
||||||
|
implementation("app.revanced:revanced-patcher:1.3.0")
|
||||||
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.android.tools.build:apksig:7.2.1")
|
||||||
implementation("com.github.revanced:jadb:master-SNAPSHOT") // updated fork
|
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.7.0")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
@@ -50,4 +49,12 @@ tasks {
|
|||||||
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.
|
||||||
|
// Tracking issue: https://github.com/KengoTODA/gradle-semantic-release-plugin/issues/435
|
||||||
|
register<DefaultTask>("publish") {
|
||||||
|
group = "publish"
|
||||||
|
description = "Dummy task"
|
||||||
|
dependsOn(build)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
version = 1.3.0
|
version = 1.5.0
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ import app.revanced.patcher.util.patch.implementation.JarPatchBundle
|
|||||||
import app.revanced.utils.adb.Adb
|
import app.revanced.utils.adb.Adb
|
||||||
import picocli.CommandLine.Command
|
import picocli.CommandLine.Command
|
||||||
import picocli.CommandLine.Option
|
import picocli.CommandLine.Option
|
||||||
|
import picocli.CommandLine.ArgGroup
|
||||||
import java.io.File
|
import java.io.File
|
||||||
import java.nio.file.Files
|
import java.nio.file.Files
|
||||||
|
|
||||||
@@ -15,93 +16,115 @@ import java.nio.file.Files
|
|||||||
name = "ReVanced-CLI", version = ["1.0.0"], mixinStandardHelpOptions = true,
|
name = "ReVanced-CLI", version = ["1.0.0"], mixinStandardHelpOptions = true,
|
||||||
)
|
)
|
||||||
internal object MainCommand : Runnable {
|
internal object MainCommand : Runnable {
|
||||||
@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)
|
@ArgGroup(exclusive = false, multiplicity="1")
|
||||||
lateinit var outputPath: String
|
lateinit var args: Args
|
||||||
|
|
||||||
@Option(
|
class Args
|
||||||
names = ["-i", "--include"],
|
{
|
||||||
description = ["Which patches to include. If none is specified, all compatible default patches will be included"]
|
@Option(names = ["-b", "--bundles"], description = ["One or more bundles of patches"], required = true)
|
||||||
)
|
var patchBundles = arrayOf<String>()
|
||||||
var includedPatches = arrayOf<String>()
|
|
||||||
|
|
||||||
@Option(names = ["-r", "--resource-patcher"], description = ["Disable patching resources"])
|
@ArgGroup(exclusive = false)
|
||||||
var disableResourcePatching: Boolean = false
|
lateinit var lArgs: ListingArgs
|
||||||
|
|
||||||
@Option(names = ["--debugging"], description = ["Disable patch version compatibility"])
|
@ArgGroup(exclusive = false)
|
||||||
var debugging: Boolean = false
|
lateinit var pArgs: PatchingArgs
|
||||||
|
}
|
||||||
|
|
||||||
@Option(names = ["-m", "--merge"], description = ["One or more dex file containers to merge"])
|
class ListingArgs {
|
||||||
var mergeFiles = listOf<File>()
|
@Option(names = ["-l", "--list"], description = ["List patches only"], required = true)
|
||||||
|
public var listOnly: Boolean = false
|
||||||
|
}
|
||||||
|
|
||||||
@Option(names = ["-b", "--bundles"], description = ["One or more bundles of patches"])
|
class PatchingArgs {
|
||||||
var patchBundles = arrayOf<String>()
|
@Option(names = ["-a", "--apk"], description = ["Input file to be patched"], required = true)
|
||||||
|
lateinit var inputFile: File
|
||||||
|
|
||||||
@Option(names = ["-l", "--list"], description = ["List patches only"])
|
@Option(names = ["-o", "--out"], description = ["Output file path"], required = true)
|
||||||
var listOnly: Boolean = false
|
lateinit var outputPath: String
|
||||||
|
|
||||||
@Option(names = ["--install"], description = ["If specified, instead of mounting, install"])
|
@Option(
|
||||||
var install: Boolean = false
|
names = ["-i", "--include"],
|
||||||
|
description = ["Which patches to include. If none is specified, all compatible default patches will be included"]
|
||||||
|
)
|
||||||
|
var includedPatches = arrayOf<String>()
|
||||||
|
|
||||||
@Option(names = ["--cn"], description = ["Overwrite the default CN for the signed file"])
|
@Option(names = ["-r", "--resource-patcher"], description = ["Disable patching resources"])
|
||||||
var cn = "ReVanced"
|
var disableResourcePatching: Boolean = false
|
||||||
|
|
||||||
@Option(names = ["-p", "--password"], description = ["Overwrite the default password for the signed file"])
|
@Option(names = ["--debugging"], description = ["Disable patch version compatibility"])
|
||||||
var password = "ReVanced"
|
var debugging: Boolean = false
|
||||||
|
|
||||||
@Option(names = ["-d", "--deploy-on"], description = ["If specified, deploy to adb device with given name"])
|
@Option(names = ["-m", "--merge"], description = ["One or more dex file containers to merge"])
|
||||||
var deploy: String? = null
|
var mergeFiles = listOf<File>()
|
||||||
|
|
||||||
@Option(names = ["-t", "--temp-dir"], description = ["Temporal resource cache directory"])
|
@Option(names = ["--install"], description = ["If specified, instead of mounting, install"])
|
||||||
var cacheDirectory = "revanced-cache"
|
var install: Boolean = false
|
||||||
|
|
||||||
@Option(
|
@Option(names = ["--cn"], description = ["Overwrite the default CN for the signed file"])
|
||||||
names = ["-c", "--clean"],
|
var cn = "ReVanced"
|
||||||
description = ["Clean the temporal resource cache directory. This will be done anyways when running the patcher"]
|
|
||||||
)
|
|
||||||
var clean: Boolean = false
|
|
||||||
|
|
||||||
override fun run() {
|
@Option(names = ["-p", "--password"], description = ["Overwrite the default password for the signed file"])
|
||||||
if (listOnly) {
|
var password = "ReVanced"
|
||||||
for (patchBundlePath in patchBundles) for (patch in JarPatchBundle(patchBundlePath).loadPatches()) {
|
|
||||||
println("[available] ${patch.patchName}")
|
@Option(names = ["-d", "--deploy-on"], description = ["If specified, deploy to adb device with given name"])
|
||||||
}
|
var deploy: String? = null
|
||||||
return
|
|
||||||
|
@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() {
|
||||||
|
try
|
||||||
|
{
|
||||||
|
if (args.lArgs.listOnly) {
|
||||||
|
for (patchBundlePath in args.patchBundles) for (patch in JarPatchBundle(patchBundlePath).loadPatches()) {
|
||||||
|
println("[available] ${patch.patchName}")
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
} catch (e: UninitializedPropertyAccessException) {}
|
||||||
|
|
||||||
|
val args = args.pArgs;
|
||||||
|
|
||||||
|
val patcher = app.revanced.patcher.Patcher(PatcherOptions(args.inputFile, args.cacheDirectory, !args.disableResourcePatching))
|
||||||
|
|
||||||
|
val outputFile = File(args.outputPath)
|
||||||
|
|
||||||
|
val adb: Adb? = args.deploy?.let {
|
||||||
|
Adb(outputFile, patcher.data.packageMetadata.packageName, args.deploy!!, args.install)
|
||||||
}
|
}
|
||||||
|
|
||||||
val patcher = app.revanced.patcher.Patcher(PatcherOptions(inputFile, cacheDirectory, !disableResourcePatching))
|
val patchedFile = if (args.install) File(args.cacheDirectory).resolve("${outputFile.nameWithoutExtension}_raw.apk") else outputFile
|
||||||
|
|
||||||
val outputFile = File(outputPath)
|
|
||||||
|
|
||||||
val adb: Adb? = deploy?.let {
|
|
||||||
Adb(outputFile, patcher.data.packageMetadata.packageName, deploy!!, install)
|
|
||||||
}
|
|
||||||
|
|
||||||
val patchedFile = if (install) File(cacheDirectory).resolve("${outputFile.nameWithoutExtension}_raw.apk") else outputFile
|
|
||||||
|
|
||||||
Patcher.start(patcher, patchedFile)
|
Patcher.start(patcher, patchedFile)
|
||||||
|
|
||||||
println("[aligning & signing]")
|
println("[aligning & signing]")
|
||||||
|
|
||||||
if (install) {
|
if (args.install) {
|
||||||
Signing.start(
|
Signing.start(
|
||||||
patchedFile,
|
patchedFile,
|
||||||
outputFile,
|
outputFile,
|
||||||
cn,
|
args.cn,
|
||||||
password,
|
args.password,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (clean) File(cacheDirectory).deleteRecursively()
|
if (args.clean) File(args.cacheDirectory).deleteRecursively()
|
||||||
|
|
||||||
adb?.let {
|
adb?.let {
|
||||||
println("[deploying]")
|
println("[deploying]")
|
||||||
it.deploy()
|
it.deploy()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (clean && deploy != null) Files.delete(outputFile.toPath())
|
if (args.clean && args.deploy != null) Files.delete(outputFile.toPath())
|
||||||
|
|
||||||
println("[done]")
|
println("[done]")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
package app.revanced.cli.patcher
|
package app.revanced.cli.patcher
|
||||||
|
|
||||||
import app.revanced.cli.command.MainCommand.cacheDirectory
|
import app.revanced.cli.command.MainCommand.args
|
||||||
import app.revanced.cli.command.MainCommand.disableResourcePatching
|
|
||||||
import app.revanced.cli.command.MainCommand
|
|
||||||
import app.revanced.cli.command.MainCommand.includedPatches
|
|
||||||
import app.revanced.utils.filesystem.ZipFileSystemUtils
|
import app.revanced.utils.filesystem.ZipFileSystemUtils
|
||||||
import app.revanced.utils.patcher.addPatchesFiltered
|
import app.revanced.utils.patcher.addPatchesFiltered
|
||||||
import app.revanced.utils.patcher.applyPatchesVerbose
|
import app.revanced.utils.patcher.applyPatchesVerbose
|
||||||
@@ -13,16 +10,18 @@ import java.nio.file.Files
|
|||||||
|
|
||||||
internal object Patcher {
|
internal object Patcher {
|
||||||
internal fun start(patcher: app.revanced.patcher.Patcher, output: File) {
|
internal fun start(patcher: app.revanced.patcher.Patcher, output: File) {
|
||||||
|
val args = args.pArgs;
|
||||||
|
|
||||||
// merge files like necessary integrations
|
// merge files like necessary integrations
|
||||||
patcher.mergeFiles()
|
patcher.mergeFiles()
|
||||||
// add patches, but filter incompatible or excluded patches
|
// add patches, but filter incompatible or excluded patches
|
||||||
patcher.addPatchesFiltered(includeFilter = includedPatches.isNotEmpty())
|
patcher.addPatchesFiltered(includeFilter = args.includedPatches.isNotEmpty())
|
||||||
// apply patches
|
// apply patches
|
||||||
patcher.applyPatchesVerbose()
|
patcher.applyPatchesVerbose()
|
||||||
|
|
||||||
// write output file
|
// write output file
|
||||||
if (output.exists()) Files.delete(output.toPath())
|
if (output.exists()) Files.delete(output.toPath())
|
||||||
MainCommand.inputFile.copyTo(output)
|
args.inputFile.copyTo(output)
|
||||||
|
|
||||||
ZipFileSystemUtils(output).use { fileSystem ->
|
ZipFileSystemUtils(output).use { fileSystem ->
|
||||||
// replace all dex files
|
// replace all dex files
|
||||||
@@ -32,8 +31,8 @@ internal object Patcher {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// write resources
|
// write resources
|
||||||
if (!disableResourcePatching) {
|
if (!args.disableResourcePatching) {
|
||||||
fileSystem.writePathRecursively(File(cacheDirectory).resolve("build").toPath())
|
fileSystem.writePathRecursively(File(args.cacheDirectory).resolve("build").toPath())
|
||||||
fileSystem.uncompress(*result.doNotCompress!!.toTypedArray())
|
fileSystem.uncompress(*result.doNotCompress!!.toTypedArray())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
package app.revanced.cli.signing
|
package app.revanced.cli.signing
|
||||||
|
|
||||||
import app.revanced.cli.command.MainCommand.cacheDirectory
|
import app.revanced.cli.command.MainCommand.args
|
||||||
import app.revanced.utils.signing.Signer
|
import app.revanced.utils.signing.Signer
|
||||||
import app.revanced.utils.signing.align.ZipAligner
|
import app.revanced.utils.signing.align.ZipAligner
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|
||||||
object Signing {
|
object Signing {
|
||||||
fun start(inputFile: File, outputFile: File, cn: String, password: String) {
|
fun start(inputFile: File, outputFile: File, cn: String, password: String) {
|
||||||
val cacheDirectory = File(cacheDirectory)
|
val cacheDirectory = File(args.pArgs.cacheDirectory)
|
||||||
val alignedOutput = cacheDirectory.resolve("${outputFile.nameWithoutExtension}_aligned.apk")
|
val alignedOutput = cacheDirectory.resolve("${outputFile.nameWithoutExtension}_aligned.apk")
|
||||||
val signedOutput = cacheDirectory.resolve("${outputFile.nameWithoutExtension}_signed.apk")
|
val signedOutput = cacheDirectory.resolve("${outputFile.nameWithoutExtension}_signed.apk")
|
||||||
|
|
||||||
@@ -16,9 +16,10 @@ object Signing {
|
|||||||
// sign the alignedOutput and write to signedOutput
|
// sign the alignedOutput and write to signedOutput
|
||||||
// the reason is, in case the signer fails
|
// the reason is, in case the signer fails
|
||||||
// it does not damage the output file
|
// it does not damage the output file
|
||||||
Signer(cn, password).signApk(alignedOutput, signedOutput)
|
val keyStore = Signer(cn, password).signApk(alignedOutput, signedOutput)
|
||||||
|
|
||||||
// afterwards copy over the file to the output
|
// afterwards copy over the file and the keystore to the output
|
||||||
signedOutput.copyTo(outputFile, true)
|
signedOutput.copyTo(outputFile, true)
|
||||||
|
keyStore.copyTo(outputFile.resolveSibling(keyStore.name), true)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,8 +1,7 @@
|
|||||||
package app.revanced.utils.patcher
|
package app.revanced.utils.patcher
|
||||||
|
|
||||||
import app.revanced.cli.command.MainCommand
|
import app.revanced.cli.command.MainCommand
|
||||||
import app.revanced.cli.command.MainCommand.debugging
|
import app.revanced.cli.command.MainCommand.args
|
||||||
import app.revanced.cli.command.MainCommand.patchBundles
|
|
||||||
import app.revanced.patcher.Patcher
|
import app.revanced.patcher.Patcher
|
||||||
import app.revanced.patcher.data.base.Data
|
import app.revanced.patcher.data.base.Data
|
||||||
import app.revanced.patcher.extensions.PatchExtensions.compatiblePackages
|
import app.revanced.patcher.extensions.PatchExtensions.compatiblePackages
|
||||||
@@ -17,7 +16,7 @@ fun Patcher.addPatchesFiltered(
|
|||||||
val packageName = this.data.packageMetadata.packageName
|
val packageName = this.data.packageMetadata.packageName
|
||||||
val packageVersion = this.data.packageMetadata.packageVersion
|
val packageVersion = this.data.packageMetadata.packageVersion
|
||||||
|
|
||||||
patchBundles.forEach { bundle ->
|
MainCommand.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
|
||||||
@@ -25,8 +24,10 @@ fun Patcher.addPatchesFiltered(
|
|||||||
|
|
||||||
val prefix = "[skipped] $patchName"
|
val prefix = "[skipped] $patchName"
|
||||||
|
|
||||||
|
val args = MainCommand.args.pArgs
|
||||||
|
|
||||||
if (includeFilter) {
|
if (includeFilter) {
|
||||||
if (!MainCommand.includedPatches.contains(patchName)) {
|
if (!args.includedPatches.contains(patchName)) {
|
||||||
println("$prefix: Explicitly excluded.")
|
println("$prefix: Explicitly excluded.")
|
||||||
return@patch
|
return@patch
|
||||||
}
|
}
|
||||||
@@ -42,7 +43,7 @@ fun Patcher.addPatchesFiltered(
|
|||||||
return@patch
|
return@patch
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(debugging || compatiblePackages.any { it.versions.isEmpty() || it.versions.any { version -> version == packageVersion }})) {
|
if (!(args.debugging || compatiblePackages.any { it.versions.isEmpty() || it.versions.any { version -> version == packageVersion }})) {
|
||||||
println("$prefix: The package version is $packageVersion and is incompatible.")
|
println("$prefix: The package version is $packageVersion and is incompatible.")
|
||||||
return@patch
|
return@patch
|
||||||
}
|
}
|
||||||
@@ -67,5 +68,5 @@ fun Patcher.applyPatchesVerbose() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun Patcher.mergeFiles() {
|
fun Patcher.mergeFiles() {
|
||||||
this.addFiles(MainCommand.mergeFiles)
|
this.addFiles(MainCommand.args.pArgs.mergeFiles)
|
||||||
}
|
}
|
||||||
@@ -48,10 +48,11 @@ internal class Signer(
|
|||||||
return JcaX509CertificateConverter().getCertificate(builder.build(signer)) to pair.private
|
return JcaX509CertificateConverter().getCertificate(builder.build(signer)) to pair.private
|
||||||
}
|
}
|
||||||
|
|
||||||
fun signApk(input: File, output: File) {
|
fun signApk(input: File, output: File): File {
|
||||||
Security.addProvider(BouncyCastleProvider())
|
Security.addProvider(BouncyCastleProvider())
|
||||||
|
|
||||||
val ks = File(input.parent, "revanced-cli.keystore")
|
// TODO: keystore should be saved securely
|
||||||
|
val ks = File(input.parent, "${output.nameWithoutExtension}.keystore")
|
||||||
if (!ks.exists()) newKeystore(ks)
|
if (!ks.exists()) newKeystore(ks)
|
||||||
|
|
||||||
val keyStore = KeyStore.getInstance("BKS", "BC")
|
val keyStore = KeyStore.getInstance("BKS", "BC")
|
||||||
@@ -70,5 +71,7 @@ internal class Signer(
|
|||||||
signer.setOutputApk(output)
|
signer.setOutputApk(output)
|
||||||
|
|
||||||
signer.build().sign()
|
signer.build().sign()
|
||||||
|
|
||||||
|
return ks
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user