mirror of
https://github.com/zhaarey/AppleMusicDecrypt.git
synced 2025-10-23 15:11:06 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
poetry run python -m pip install nuitka
|
poetry run python -m pip install nuitka
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
poetry run python -m nuitka main.py --assume-yes-for-downloads --standalone --follow-imports --include-data-dir=assets=assets --include-data-files=config.toml=config.toml --include-data-files=agent.js=agent.js
|
poetry run python -m nuitka main.py --assume-yes-for-downloads --standalone --follow-imports --include-data-dir=assets=assets --include-data-files=config.toml=config.toml --include-data-files=agent.js=agent.js --include-module=mitmproxy_windows
|
||||||
- name: Rename
|
- name: Rename
|
||||||
run: |
|
run: |
|
||||||
ren main.dist AppleMusicDecrypt
|
ren main.dist AppleMusicDecrypt
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ mitm
|
|||||||
host = "127.0.0.1"
|
host = "127.0.0.1"
|
||||||
port = 58526 # Replace this value to your WSA ADB port!
|
port = 58526 # Replace this value to your WSA ADB port!
|
||||||
agentPort = 10020
|
agentPort = 10020
|
||||||
fridaPath = "/system/bin/frida-server"
|
|
||||||
suMethod = "su -c"
|
suMethod = "su -c"
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -77,7 +76,6 @@ suMethod = "su -c"
|
|||||||
host = "127.0.0.1"
|
host = "127.0.0.1"
|
||||||
port = 5555
|
port = 5555
|
||||||
agentPort = 10020
|
agentPort = 10020
|
||||||
fridaPath = "/data/local/tmp/frida-server-16.2.1-android-x86_64" # Replace this value to your frida-server path!
|
|
||||||
suMethod = "su 0"
|
suMethod = "su 0"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user