搜索资源列表
dvKrnlData
- 该代码为我学习winnt内核时所写,主要功能是在ring3下通过DeviceIoControl与驱动进行通信,获取内核的数据以及sdt,idt信息等。并实现了hook NtQuerySystemInformation函数来实现进程隐藏的功能-The code for the kernel, I am learning winnt wrote, Its main function is in ring3 through DeviceIoControl communication with the
主函数main中变量
- 主函数main中变量,C语言中的MAIN函数的具体详细的分析和用法-main function main variables, C MAIN function of the specific detailed analysis and usage
RegMon
- 注册表监控驱动程序(以拦截ObReferenceObjectByHandle函数为主)-Registry monitor driver (in order to intercept the main function ObReferenceObjectByHandle)
061
- 请将程序中的main()函数中的 initgraph(&gdriver,&gmode,"e:\\TC") 函数中的"e:\\TC" 更改为你的TC安装目录。 比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为: initgraph(&gdriver,&gmode,"d:\\Tools\\TC") -Please procedure main () function initgraph (& gdriver, & gmode, &quo
Guss
- 高斯消去法写成的类的头文件,可被主函数include使用,用于求解线性方程组-Gaussian elimination written class header file, include the main function can be used for solving linear equations