Update the readme

This commit is contained in:
Diazole 2022-10-07 13:20:20 +01:00
parent e410803617
commit 5cdbff2a09
1 changed files with 3 additions and 4 deletions

View File

@ -3,12 +3,9 @@
Dumper is a Frida script to dump L3 CDMs from any Android device. Dumper is a Frida script to dump L3 CDMs from any Android device.
## ** IMPORTANT ** ## ** IMPORTANT **
You MUST update `DYNAMIC_FUNCTION_NAME` and `CDM_VERSION` in `script.js` to the relevant values for your device. The function parameters can differ between CDM versions. The default is [4] but you may have to change this for your specific version.
* `CDM_VERSION` can be retrieved using a DRM Info app. * `CDM_VERSION` can be retrieved using a DRM Info app.
* `DYNAMIC_FUNCTION_NAME` value is unique to your device and can be found in the file `libwvhidl.so` on your device.
If you've managed to get as far as updating `DYNAMIC_FUNCTION_NAME` but can't find your function name, create an issue and provide me with your `libwvhidl.so` file and I will give you the function name you need.
## Requirements ## Requirements
Use pip to install the dependencies: Use pip to install the dependencies:
@ -23,6 +20,8 @@ Use pip to install the dependencies:
* Start streaming some DRM-protected content * Start streaming some DRM-protected content
## Known Working Versions ## Known Working Versions
* Android 9
* CDM 14.0.0
* Android 10 * Android 10
* CDM 15.0.0 * CDM 15.0.0
* Android 11 * Android 11