Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 391 to 420 of 822
-
Thanks guys for the tute. Got stuck on my first attempt then reinstalled frida server and tools. Worked perfectly next time around and I now have my own 2 files. Cheers
-
Hello, I get through all the steps but when I try to run the last one, it says the file or directory does not exist, even though I clearly see it does exist when using ls in that directory
Anyone know why? -
I'm getting the same error as the guy above me. Followed the steps, I have frida-server-16.1.4-android-x86 in Sdk/platform-tools.
However, when I attempt the last step for frida-server, I get the error "No such file or directory."
I've triple checked for mistakes but can't spot any. Any answers appreciated. -
-
-
-
I followed this guide, but I needed to figure out some things to make it work.
1. I needed to create an emulator with Pixel 6 and Android 9. dump_keys doesn't work with Android 13 right now.
2. I needed to update the value of KNOWN_DYNAMIC_FUNC in Helpers/scripts.js. You need to pull /vendor/lib64/libwvhidl.so from the emulator and run "nm -D libwvhidl.so | grep ' T ' | awk '{print $3}' | grep -v '_'" to get the list of functions you need to add to that array.
3. I installed Firefox on that emulator, download version 103 from apk mirror and install it via adb. (The available image didn't have a Play store, Chrome wasn't installed). -
You don't have an Android Device or don't want to buy one to get the two magic files to decrypt your video with drm?[/B][/SIZE]
Your beautilful and free Phone is ready !
Let's play with the terminal....
Open a Command Prompt in Windows.
Code:pip install frida
Code:pip install frida-tools
[Attachment 68369 - Click to enlarge]
Now Go to https://github.com/frida/frida/releases
Download The Frida Server for Androïd. and put it on C:\Users\yourname\AppData\Local\Android\Sdk\platfo rm-tools
Verify that the frida-server version you download is the same that the one you have install via pip.
you can show my frida-server file on the screenshot below...
[Attachment 68350 - Click to enlarge]
put yourself in the right directory and type
Code:adb.exe devices
[Attachment 68351 - Click to enlarge]
How to Open a Command Prompt in Windows and install Pip? I tried the "Terminal" tab of Android studio to enter the code but it reponds:
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
+ pip install frida
+ ~~~
+ CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundExceptionLast edited by linkinp; 20th Nov 2023 at 09:57.
-
Last edited by Magicians; 20th Nov 2023 at 10:25. Reason: made it shorter
I help all that ask. -
[Attachment 75049 - Click to enlarge]
Cool Cedric,
Very straight forward explanations!
Just a question, following your guide, i had got one bin file and one json file as shown in the attached screenshot.
Is this normal? can i use the json file as "device_private_key"?
I'm do the work on a apple M1 machine.
Regards
FuLong -
-
Thanks Mrachan,
I have got the keys by following the guide on a x86 machine!
Maybe the reason is due to the mismatch of the arch between android device and the frida-server.
cheers. -
Absolutely terrific guide, completed in 15 minutes, cannot thank you enough
-
FYI if you're having this issue due to a previous install,
HTML Code:TypeError: Descriptors cannot not be created directly. If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. If you cannot immediately regenerate your protos, some other possible workarounds are: 1. Downgrade the protobuf package to 3.20.x or lower. 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
HTML Code:pip3 install protobuf==3.20
-
Just wondering, using this guide, we can dump level 3 CDMs?
And different site may using different levels of DRMs? -
-
Just a tip for those having issues with the demo page. I was able to get the keys to generate using Crackle. No other site seemed to want to play nice with the default chrome installed on android pie.
-
-
@HemaElqady
I believe you need to issue these command one line at a time (wait 5 seconds between execution just to be safe).
Also frida-server-16.1.8-android-x86_64 is wrong, you need the one that reads frida-server-16.1.8-android-x86(no "_64" at the end), HERE is direct GitHub download link for it, open your browsers download panel to see it downloading.
Dont forget to extract the file, before pushing it to the Android device, good luck. -
-
thank you bro but the same
[Attachment 75163 - Click to enlarge] -
If you have a phone, then why are you trying to run the x86 version? You probably need ARM.
What phone do you have?
From the hostname of the phone I could gather it's a Samsung Galaxy S III Neo, which isn't an x64 capable SoC.
You need the frida-server-xx.x.x-android-arm.xz version. Keep in mind, I assume a device this old might not run the Android version needed to run frida, which forces you to run an older version of frida. This is totally fine, just try to keep the version of frida between phone and pc as close as possible to prevent errors. -
-
The instruction at first page is:
Open Google Chrome and go to
https://bitmovin.com/demos/drm or another site using drm.
Can I use another Browser as FireFox?
Thank you
Similar Threads
-
Dumping L3 from Android 10, 11 and 12
By Diazole in forum Video Streaming DownloadingReplies: 45Last Post: 9th Jan 2023, 07:13 -
Can you set up a working CDM from an Android device running a custom ROM?
By scryclwn in forum Video Streaming DownloadingReplies: 2Last Post: 27th Nov 2022, 12:46 -
Error getting the keys with dumper, cdm L3 android 9
By Brift_Bv in forum Video Streaming DownloadingReplies: 15Last Post: 23rd Sep 2022, 02:33 -
How To Dump L3 CDM From Android Device's (ONLY Talk About Dumping L3 CDMS)
By Dannyboi in forum Video Streaming DownloadingReplies: 226Last Post: 1st Mar 2022, 03:34 -
How To Dump L1 CDM From Android Device's (ONLY Talk About Dumping L1 CDMS)
By mintolik in forum Video Streaming DownloadingReplies: 13Last Post: 20th Feb 2022, 14:33