If you're on GitHub and want to create a Pull/Merge Request, head to this project's GitLab repo.
A Magisk module designed to disable DRM (Digital Restrictions Management) completely on Android devices using Magisk, for reasons of security or ethics (see: Opposing Digital Rights Mismanagement and Examples of proprietary DRM).
List of replaced files:
system
├── system/bin
│ ├── system/bin/drmserver
│ └── system/bin/mediadrmserver
└── system/vendor
├── system/vendor/bin
│ └── system/vendor/bin/hw
│ ├── system/vendor/bin/hw/android.hardware.drm@1.0-service
│ ├── system/vendor/bin/hw/android.hardware.drm@1.0-service.widevine
│ ├── system/vendor/bin/hw/android.hardware.drm@1.1-service.clearkey
│ ├── system/vendor/bin/hw/android.hardware.drm@1.1-service.widevine
│ ├── system/vendor/bin/hw/android.hardware.drm@1.2-service.clearkey
│ └── system/vendor/bin/hw/android.hardware.drm@1.2-service.widevine
└── system/vendor/lib
└── system/vendor/lib/liboemcrypto.so
List of replaced directories:
/system/etc/drm
/system/lib/drm
/system/lib64/drm
/data/drm
/data/mediadrm
/data/vendor/mediadrm
/data/data/.drm
/data/.dcmdrm
/efs/drm
/persist/drm
/persist-lg/lgdrm
- Download the module from the releases
- Flash the module through Magisk Manager or TWRP/OrangeFox
Quite the contrary, it will make you unable to watch any DRM-restricted content.
I am not responsible for any damage done to your device by this module, so flash at your of discretion
If you're interested in helping the project by being a tester, please refer to CONTRIBUTING.md
topjohnwu for magisk
This project is licensed under the GPL-3.0-or-later.