Git Product home page Git Product logo

wvguesser's Introduction

new widevine-l3-guesser is faster more than this version

https://github.com/Satsuoni/widevine-l3-guesser


WVGuesser

WVGuesserwidevine-l3-guesser的离线版本实现

使用

插件安装

解压WVGuesser-plugin.zip,然后加载已解压的扩展程序

打开使用widevine的网站,播放视频后会自动下载一个配置文件

offline_config.json,把它放到当前目录下即可

如果只是测试,可以跳过这一步,已经内置了一个配置文件了

本地破解

如果是exe版本,直接将offline_config.json拖到wvguesser_v1.5.0.exe上即可

运行程序,等待解密

  • python -m wvguesser.main

or

  • python -m wvguesser.main offline_config.json

历史结果将保存至wvkeys.txt,最新的key在最前面

根据现有算法,只能是单线程

效果演示,3600X 175s左右出结果

main.exe

该程序是辅助程序,不是主程序

  • Linux直接使用g++编译
  • Windows使用mingw64编译
g++ -o main -pthread -std=gnu++0x -static main.cpp misc.cpp codelift.cpp algebra.cpp allocate.cpp integer.cpp

打包

pyinstaller -n wvguesser_v1.5.0 -F wvguesser\__main__.py

推荐更好的方案

不太会C++所以就用了python

  • 纯C++完成调用

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.