文件名称:bd
-
所属分类:
- 标签属性:
- 上传时间:2013-01-04
-
文件大小:812.17kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
曾经在某公司做过的代码,虽然代码并不美观,但却是稳定的用在产品中的,经过了大量测试。
功能:
解密蓝光磁碟(蓝光碟放在专用的蓝光光驱中,usb接口连接电脑)
提供了如下接口:
size_t fread_xl(char* key, void *buffer, size_t size, size_t count, int fh ,int vertpye )
来直接读取加密碟,内部实现了透明解密,函数接口极力模仿fread函数。
另配合GetKey 函数来获取密钥。具体使用方法见测试函数test_decrypt_file_3,其中测试了N多蓝光加密磁碟(解密后写成明文视频)
核心解密代码是汇编实现,并最终以C接口形式封装给外部使用,就是上边提到的两个函数
注意:编译需要另外下载安装masm32 (http://www.movsd.com/),因为汇编代码需要其中提供的汇编形式的头文件-Ever done in a company code, although the code is not pretty, but it is stable products after extensive testing. Features: decrypt Blu-ray disk (Blu-ray on the dedicated Blu-ray drive, usb interface connected to the computer) provides the following interface: size_t fread_xl (char* key, void* buffer, size_t size, size_t count, int fh, int vertpye) to directly read the encrypted disc, internal transparent decryption function interface to emulate fread function. Another tie GetKey function to get the key. Specific use, see the test function test_decrypt_file_3, which tested more than N Blu-ray encryption disk (the decrypted written expressly video) core decryption code compilation to achieve, and the final package to the external form of C interface, is on top of the two functions mentioned Note: Compile require additional download and install masm32 (http://www.movsd.com/), because the assembly code requires assembly which provides in the form of header files
功能:
解密蓝光磁碟(蓝光碟放在专用的蓝光光驱中,usb接口连接电脑)
提供了如下接口:
size_t fread_xl(char* key, void *buffer, size_t size, size_t count, int fh ,int vertpye )
来直接读取加密碟,内部实现了透明解密,函数接口极力模仿fread函数。
另配合GetKey 函数来获取密钥。具体使用方法见测试函数test_decrypt_file_3,其中测试了N多蓝光加密磁碟(解密后写成明文视频)
核心解密代码是汇编实现,并最终以C接口形式封装给外部使用,就是上边提到的两个函数
注意:编译需要另外下载安装masm32 (http://www.movsd.com/),因为汇编代码需要其中提供的汇编形式的头文件-Ever done in a company code, although the code is not pretty, but it is stable products after extensive testing. Features: decrypt Blu-ray disk (Blu-ray on the dedicated Blu-ray drive, usb interface connected to the computer) provides the following interface: size_t fread_xl (char* key, void* buffer, size_t size, size_t count, int fh, int vertpye) to directly read the encrypted disc, internal transparent decryption function interface to emulate fread function. Another tie GetKey function to get the key. Specific use, see the test function test_decrypt_file_3, which tested more than N Blu-ray encryption disk (the decrypted written expressly video) core decryption code compilation to achieve, and the final package to the external form of C interface, is on top of the two functions mentioned Note: Compile require additional download and install masm32 (http://www.movsd.com/), because the assembly code requires assembly which provides in the form of header files
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bd/readblufile.asm
bd/func.h
bd/stdafx.h
bd/targetver.h
bd/bd.cpp
bd/func.cpp
bd/stdafx.cpp
bd/test.cpp
bd/ssleay32.def
bd/libcurl.inc
bd/bd.sln
bd/libcurl.lib
bd/libeay32.lib
bd/ssleay32.lib
bd/bd.vcproj
bd/libcurl.dll
bd/libeay32.dll
bd/ssleay32.dll
bd
说明.txt
bd/func.h
bd/stdafx.h
bd/targetver.h
bd/bd.cpp
bd/func.cpp
bd/stdafx.cpp
bd/test.cpp
bd/ssleay32.def
bd/libcurl.inc
bd/bd.sln
bd/libcurl.lib
bd/libeay32.lib
bd/ssleay32.lib
bd/bd.vcproj
bd/libcurl.dll
bd/libeay32.dll
bd/ssleay32.dll
bd
说明.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.