-
-
-
RPC_SDKWindowsVersion_oncrpc.zip
这个是Windows版本,不是Linux版本
Netbula RPC for Win32 supports multithreading, this document describe the procedure to build multithreaded (MT) RPC server and clients
-
-
-
-
-
RemoteDLL.zip
DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。这样一来,普通的进程管理器就很难发现这种病毒了,而且即使发现了也很难清除,因为只要病毒寄生的进程不终止运行,那么这个DLL就不会在内存中卸载,用户也就无法在资源管理器中删除这个DLL文件
-
-
ApptoVxd_DRV.rar
本tkyc使用Quick VxD 生成了一个动态加载的“Hello world”VxD框架,并通过一个WIN32应用程序完成VxD的加载和卸载。在应用程序中,制作2个按钮,一个用于加载VxD,另一个用于卸载VxD。在VxD被动态加载时,VxD会输出数据流“Hello world!”以及“动态加载dynamic.vxd成功”;在VxD被卸载时,VxD会输出数据流“动态卸载dynamic.vxd成功”。
-
terrainEngine.zip
... skybox and the terrain reflects on the water.
I used OpenGL for this one, employing the OGLC skeleton to avoid most of the opengl-win32 business.
You can move through this world using descent keys (a,z, keypad). use w to switch to wire-frame and d ...
-