搜索资源列表
xzycq_weilian
- pci的windows系统驱动源码,包含详细的读写操作函数。
cradle
- 云台控制系统,内有详细说明。在编译本章程序后,请将winio.dll、winio.vxd和winio.sys 三文件复制到可执行文件所在目录下, 否则WinIo库初始化 函数initializeWinIO调用将会失败。
探索NDIS HOOK新的实现方法
- NDIS HOOK是专业级防火墙使用的一种拦截技术,NDIS HOOK的重点是如何获得特定协议对应NDIS_PROTOCOL_BLOCK指针,获得了该指针,接下来就可以替换该协议所注册的收发函数,而达到拦截网络数据的目的。 获 得NDIS_PROTOCOL_BLOCK指针的方法一般是用NdisRegisterProtocol注册一个新的协议,所获得的协议句柄实际上就是一 个NDIS_PROTOCOL_BLOCK指针,顺着该指针遍历NDIS_PROTOCOL_BLOCK链表,就可以
W25x16
- W25X16驱动程序,W25X16是华邦公司推出的系列存储器产品,具有体积小、规格全、容量大、功耗低和硬件接口简单的特点,非常容易与各种单片机构成存储系统。本文重点介绍此类存储器与单片机的接口,并结合stm32单片机,给出实际的电路图和软件驱动函数-W25X16驱动程序
PE
- 基本的驱动编程和客户端,客户端分析PE文件,重定位后,传给驱动,恢复被360 Hook的KifastCallEntry函数,同时,该源码还能实现对大多数安全软件进行强杀,如卡巴,360,瑞星,等等。仅限XP系统。-Basic programming and client-driven, client-side analysis PE file, re-positioning, passing drivers, restore 360 Hook' s KifastCallEntry func
TesSafe_DebugPort_general
- 修改系统调试函数来解决一些软件DebugPort清0防止调试的手法,普通版-Modify system commissioning functions to solve some software DebugPort qing 0 prevent debugging technique
S3C2440A
- 以三星公司的嵌入式微处理器S3C2440A和夏普公司3.5inLCD屏LQ035Q7DH01为基础,设计了显示硬件电路,介绍了帧缓冲设备的处理机制及底层驱动的接口函数,针对本显示系统给出了如何开发其Linux帧缓冲设备驱动程序。-Samsung' s S3C2440A Embedded Microprocessor 3.5inLCD and Sharp Screen LQ035Q7DH01 based on the design of the display hardware on the
SSDT_Unhook
- SSDT恢复源代码,恢复被挂钩的SSDT(系统服务调用函数表)-SSDT unhook sourcecode
Memorytest
- 内存检测,通过APi函数的系统的内存进行检查,判断内存情况-Memory test, by APi function, the system checks the memory to determine the memory of
ZwQuerySystemInformation
- ZwQuerySystemInformation如题,ZwQuerySystemInformation核心函数的应用示例,编写的一个任务管理器,该函数内部50个系统信息,壳根据自己的需要得到系统的核心信息,极具参考价值!-ZwQuerySystemInformation such as title, ZwQuerySystemInformation core function of the application of the sample, prepared by a task manager
RESSDTEX
- reset 系统SSDT表,恢复被其他驱动hook修改的函数-SSDT table reset the system, restore the hook to modify the function of other drivers
TesSafe_DebugPort_special
- 修改系统调试函数来解决一些软件DebugPort清0防止调试的手法-专门针对tx驱动-Modify system commissioning functions to solve some software DebugPort qing 0 prevent debugging technique. For Tx
IODriver
- 借助驱动完成对winxp或winnt系统的io访问。可以直接使用_outp和_inp等函数。但是需要仔细调试。-failed to translate ,don t know English。sorry!!!
MyHardTest2
- CSP的DLL测试程序,CSP外壳签名后,安装到系统,测试自己编写的CSP的主要函数功能-CSP' s DLL test program
initgraph
- 图形函数 函数名: initgraph() 功 能: 初始化图形系统 函数原型: void far initgraph(int far *graphdriver, int far *graphmode, char far *pathtodriver) graphdriver是上涨指向图形驱动序号变量的指针;graphmode是在graphdriver选定后,指向图形显示模式序号变量的指针。pathtodriver表示存放图形驱动文件的路径。 头文件:gra
mermory_map
- windows系统下内核到用户的内存映射实现,主要包括映射和释放两个函数。方便使用-windows system kernel to user memory mapping to achieve, including mapping and the release of the two functions. Easy to use
NP_Source
- NP启动后通过WriteProcessMemory跟CreateRemoteThread向所有进程注入代码(除了系统进程smss.exe),代码通过np自己的LoadLibrary向目标进程加载npggNT.des。npggNT.des一旦加载就马上开始干“坏事”,挂钩(HOOK)系统关键函数如OpenProcess,ReadProcessMemory,WriteProcessMemory,PostMessage等等。 挂钩方法是通过改写系统函数头,在函数开始JMP到npggNT.des中的
串口通信测试小程序
- win7系统基于VC++6.0编写的串口通信程序,CSerialPort函数,虚拟串口调试
showssdt
- 列举系统已经HOOK过的系统函数,显示修改之后的地址-System has been cited HOOK system functions
lpc1788_ucos
- 实现恩智浦lpc1788fet208上ucos系统的建立,并手动实现了printf函数- To achieve the establishment of NXP lpc1788fet208 UCOS system, and implements the printf function manual