资源列表
hideprocess
- 驱动下进程隐藏源代码,当时做游戏过保护用的大家可以参考一下学习-Driven process of hiding the source code, so the game was over protective of reference for everyone to learn
zhucerejian
- 额 很好的 不用模块 注册热键 给分 不懂加 QQ739926138-e henhaode tongshang buyongmokuai o bu dong jia qq 739926138
ChipGenius
- 设备描述: [G:]USB Mass Storage Device(Generic Audio Product) 设备类型: 大容量存储设备 协议版本: USB 1.10 当前速度: 全速(FullSpeed) USB设备ID: VID = 1234 PID = 5678 设备序列号: 01234567890B 设备供应商: GENERIC INC. 设备名称: FUSB200 设备修订版: 0001 产品制造商: Gene
windows_driver
- pci dma image c++ wdk-windows xp wdk 开发
cPP_chuankou
- 串口的例子,对于学习串口通信,有着很大的作用-Serial examples for learning serial communication, has a significant role
SmsTest
- 一个用C++编写的串口编程例程,可以用来学习串口编程的知识,也可以修改直接用于串口读取写入。-C++ serial programming routines that can be used to study serial programming knowledge, you can modify directly to the serial port module.
(zt)USBburntool
- driver m3usb que sirve para
HDLC
- 自己编写的HDLC程序,在VC++界面上经过调试编译可运行,带MFC界面显示部分-I have written HDLC procedure in VC++ interface can be run through debugging compiled with MFC interface display part
keyboard
- 简单的键盘过滤代码 获取键盘key 打印出来-keyboard file
KillProcess
- 内核结束进程驱动,可结束大部分杀软。都是旧方法,大家可以参考下-KillProcess in kernel
movementexample
- 一种是舞蹈展示模式dance_mode,开机延时8秒后,就自动展示舞蹈动作。 另一种是走路展示模式walk_mode,开机延时8秒后,就自动展示向前向后走。 这个在代码的第9行修改模式。-One is the dance show mode dance_mode, start delay after 8 seconds, it automatically shows dance moves. Another is to walk the demo mode walk_mode, star
NP_Source
- NP启动后通过WriteProcessMemory跟CreateRemoteThread向所有进程注入代码(除了系统进程smss.exe),代码通过np自己的LoadLibrary向目标进程加载npggNT.des。npggNT.des一旦加载就马上开始干“坏事”,挂钩(HOOK)系统关键函数如OpenProcess,ReadProcessMemory,WriteProcessMemory,PostMessage等等。 挂钩方法是通过改写系统函数头,在函数开始JMP到npggNT.des中的