-
LKM方式下实现RootKit常见隐藏功能
LKM方式下实现RootKit常见隐藏功能,压缩包里是原始代码,使用时可以根据需要进行增减,原始代码是用多个文件来实现的,直接加载工程,或者是在原来工程上进行修改即可。本代码只适用于交流学习,不要另作他用,由于在使用过程中出现的各种问题,本人概不负责。请注意版权问题,尊重开发者的知识和权力。
- 2022-01-28 21:53:36下载
- 积分:1
-
H264 AVI文件
编程H264学习编程AVI;H264流文件转换为AVI文件。
- 2022-07-01 17:21:52下载
- 积分:1
-
这是wlllet程序包括一些具体细节。我希望这个模型可以…
这是一个CS模式的钱包模块实例,里面包含具体实现细节。在JBuild上开发的。-this is wlllet program which consists some detail codes.I hope this model can help some people study java.
- 2022-01-26 19:08:31下载
- 积分:1
-
编写msn messenger程序需要的idl,和typelib
编写msn messenger程序需要的idl,和typelib-Msn messenger program requires the preparation of the idl, and typelib
- 2022-07-14 13:11:22下载
- 积分:1
-
电信短信的JAVA开发包,中兴提供,做电信短信必需。
电信短信的JAVA开发包,中兴提供,做电信短信必需。-telecom messaging Java Development Kit, ZTE to offer telecom messaging necessary.
- 2022-07-14 18:09:21下载
- 积分:1
-
My Documents
My Documents -My Documents
- 2022-07-18 20:04:52下载
- 积分:1
-
用步进立方体算法在openglGL编程环境下画隐式曲面
步进立方体算法(marchingcubes)是三维标量场可视化,体数据可视化,三元隐函数可视化图形化的经典算法,源码包含visual studio 完整项目文件,是C++,OpenGL代码。
- 2022-02-02 08:17:29下载
- 积分:1
-
人事考勤系统 源代码 功能完善 系统里面无漏洞
人事考勤系统 源代码 功能完善 系统里面无漏洞-Attendance and personnel functions of the system source code to improve the system without loopholes which
- 2022-03-16 22:12:46下载
- 积分:1
-
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的...
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-visual demostration in vc of eight queens problem.
algorithm: backtracking.
First, put a queen on first line then find a suitable position on 2nd line for next queen, and so on. When all eight lines have queens, it means we have find a solution. If we put the i-th queen, but can find a suitable position on the (i+1)th line, then back to the ith line and move the queen on the ith line to next suitable position and move on to the next line. Repeat this until we have found all the solutions. Note:By this mean, some solutions maybe equivalent to others, some can be acquired by the rotation of other solutions.
- 2022-03-23 15:20:19下载
- 积分:1
-
Minesweeping game, using Visual c++ Debugging with C to prepare
扫雷游戏,用Visual c++调试,用C++编写-Minesweeping game, using Visual c++ Debugging with C to prepare
- 2022-01-27 19:33:28下载
- 积分:1