资源列表
memory
- 跨进程内存读取.通常,跨进程读写内存,用到ReadProcessMemory, WriteProcessMemory, 但需要进程句柄,如果目标进程受到保护,可能获得进程句柄会失败.不同的进程的虚拟地址被映射到了物理内存中不同的页面.每个进程的虚拟地址的范围是相同的,但是实际的映射却是物理内存内中的不同部分.假如我们直接读取目标进程的虚拟地址映射的物理地址,是否可以达到预期的要求.当然这是肯定的,!-Cross-process memory read. In general, cross-pro
test
- 使用多线程实现的md5密码破解器,可以在10秒内破解8位数字字母混合的md5密码。-Implemented using multiple threads md5 password cracker can break 10 seconds in the 8-bit alphanumerics of md5 passwords.
Alpha.pptx
- 加解密的最基本常识,帮助你了解最简单的加解密知识-Encryption and decryption of the most basic common sense, to help you understand the most simple knowledge of encryption and decryption
buttongroups
- 关于qt按键的代码 希望对每一个初学者都有帮助 按键透明度都可以调节-On the qt key code that expects there to help beginners on each button can adjust the transparency of
sha1
- SHA1 函数的C语言代码,包含测试用的main函数-SHA1 function of the C language code, including the main function of test
CryptAPI
- 很全的加密软件 ,可以立即调试可用,适合初级程序开发员练手。-Very wide encryption software, you can debug immediately available for application developers to practice primary hand.
Modern-cryptography-
- 1、Vigenere的编程实现 使用C语言设计实现古典密码体制中的Vigenere密码,并加/解密一个文件 2、Column permutation 密码的编程实现 编程(建议使用C语言)实现古典密码体制中的Column permutation密码,并加/解密一个字符串或文件 3、DES的编程实现 使用C语言设计实现DES密码,并加/解密一个文件 -1, Vigenere of programming using C language design and impleme
简单的程序动态引用DLL中的类函数
- 一个简单的程序动态引用DLL中的类函数 .-Dynamic class reference the DLL functions in a simple procedure
WIFI
- devkit8000,添加了2个WIFI 的驱动RT3070 RTL8187的所有烧制文件,进去之后进LIB里面去安装。自己连接下路由器就可以了-devkit8000, added 2 driver RT3070 RTL8187 WIFI all burn files, go into the LIB to go inside after the installation. Their next router can connect a
opencv_hist
- 利用opencv绘制图像直方图的程序,其中包括了像素值的统计等信息-Opencv draw the image using the histogram program, including the pixel value of statistics and other information
ctimer
- 基于Windows MFC的高精度计时代码,方便需要精确计时的朋友。 CTimer-Using QueryPerformanceFrequency and QueryPerformanceCounter to perform high timing precision on windows platform.
AES-Source-Code
- AES加密算法的C++实现,比较精简,比较准确-AES encryption algorithm in C++, more streamlined, more accurate
