Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
* Remove legacy version link from Readme
Remove the link from the Readme as there is little benefit for standard users to continue using the legacy version.
Legacy code will continue to be available from the Github branches list.

* Use appropriate vocabulary
The term "Content Decryption Module" should refer only to the binary module in which the function that performs the content decryption process and the Key pair are compiled together, and the term "CDM" in a broad sense for the key pair alone is not preferred.
  • Loading branch information
FoxRefire committed Jul 30, 2024
1 parent 5c56da8 commit bbc4cb8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
## WVGuesserExtension-NextGen

Looking for legacy version?: https://github.com/FoxRefire/wvg/tree/legacy

#### For more details, see [docs](https://github.com/FoxRefire/wvg/wiki)

### Installation

1. Download or clone this code
2. At the same directory of `manifest.json`(root directory of this extension), put the one of the following Android L3 CDM file(s).
2. At the same directory of `manifest.json`(root directory of this extension), put the one of the following Android L3 CDM key pair file(s).

*Don't know how to get these files? See [How to dump CDM key pair](https://github.com/FoxRefire/wvg/wiki/How-to-dump-CDM-key-pair) for more informations.*

* Supported CDM Types
* Supported CDM Key Pair Formats

1. `device.wvd`

Expand Down

0 comments on commit bbc4cb8

Please sign in to comment.