Angela edition.
This commit is contained in:
will 2022-08-31 10:12:58 -04:00
parent 26ef36a678
commit 1d110f26e5
1 changed files with 5 additions and 3 deletions

View File

@ -62,7 +62,7 @@ Move the server to the tmp directory ` mv /sdcard/fridaserver-15.1.17-android-ar
You may get an error about chwon permission, this is negligible You may get an error about chwon permission, this is negligible
Login as super user and clear any user environment variables active by including a hyphen after su `su -` Login as super user and clear enviroment variables `su -`
Give execute privileges to frida-server `chmod +x /data/local/tmp/fridaserver-15.1.17-android-arm` Give execute privileges to frida-server `chmod +x /data/local/tmp/fridaserver-15.1.17-android-arm`
@ -94,7 +94,9 @@ Now we will rename these files, `clent_id.bin` to `device_client_id_blob.` and r
# Step 3: Obtaining decryption keys # Step 3: Obtaining decryption keys
Open command prompt as adminstrator and navigate to extracted Downey folder. Download and extract [Downey](https://cdm-project.com/cdm-tools/downey/-/archive/main/downey-main.zip "Downey")
Open a new command prompt as administrator and change directories to the newly extracted folder
Build Downey with command `go build -o downey.exe -a main.go` once this is finished you should see `downeye.exe` in your Downey folder Build Downey with command `go build -o downey.exe -a main.go` once this is finished you should see `downeye.exe` in your Downey folder
@ -120,4 +122,4 @@ And there you have it! decryption keys for all versions of the video and one for
# Optional: How to download, decrypt, and merge Bitmovin video and audio # Optional: How to download, decrypt, and merge Bitmovin video and audio
**WIP 8/29/2022 - Should be finished within a day or two** **WIP 8/31/22 Finishing tonight, I've been inspired**