-
MeDelete
SelfDelete(可以删除自身的VC++源码(巳通过了调试))
为了实现程序自删除功能,我们可以通过多进程的方法解决这个问题。可执行文件在结束返回前,创建一个运行命令窗口的新进程(在Windows98中为Command进程,在Windows2000/XP中为CMD进程),当然该命令窗口以隐藏方式执行,并通过传递参数执行删除功能。为了避免可执行文件的映像还在内存中就执行删除,需要把当前进程设置为实时优先级,而命令窗口进程设置为很低的IDLE优先级,这样首先可执行文件结束返回,再运行命令窗口的删除命令,就实现了该文件自身的删除功能。 (SelfDelete (you can delete its own VC++ source code (had passed debugging))
In order to achieve the program from the delete function, we can multi-process methods to solve this problem. Return before the end of the executable file, run the command window to create a new process (in Windows98 process for the Command, in Windows2000/XP process for CMD), of course, the command window to hide the manner and to perform delete functions by passing a parameter . In order to avoid the executable file image still in memory on the implementation of delete, you need to set the current process for real-time priority, and the command window to set the process priority to low IDLE, so the end of the first return to the executable file, then run the command window delete command, the file itself to achieve the delete function.
)
- 2011-06-26 23:22:21下载
- 积分:1
-
HIDUSB
Windows 系统下
1.USB设备的查找:
2.发送数据到USB设备:
3.接收数据从USB设备:(Windows system 1. USB device search: 2. Send data to USB device: 3. Receive data from USB devices:)
- 2008-05-27 13:26:13下载
- 积分:1
-
barcode
39条码的生成dll,生成的条码保持在数组里(the dll of creating barcode 39)
- 2012-06-18 10:15:22下载
- 积分:1
-
graph-olstory
说明:
- 2018-05-09 11:02:07下载
- 积分:1
-
killapp
查找指定进程,并且可以强制结束该进程。中间有源码。(Find the specified process, and can force the end of the process. The middle of the source code.)
- 2011-05-11 10:19:18下载
- 积分:1
-
ComDemo
曾几,想写一个COM组件的helloworld(也就是好奇心,想了解一下细节,至今我还没什么地方需要使用这个,dshow过滤器开发,DXSDK中已经包装好了一些辅助函数,也不需要自己去写COM 组件的实现部分)。每次都是跟着书上的步奏(都是从简化模型一步一步往COM组件模型靠拢),有点繁琐,没能坚持下去,多次未果。
这次,终于在百度的帮助下,完成了这个helloworld的心愿。
歌颂百度,此处略过1000字...( ignored)
- 2015-05-19 15:52:31下载
- 积分:1
-
livepanoConverterVideo
基于opengl和glsl的鱼眼全景图,将鱼眼图片,通过GLSL编写的shader贴到球上,让人眼观看的时候产生鱼眼效果。(-Based on OpenGL and glsl fisheye panorama, fish eye picture, written in glsl shader attached to the ball, let the human eye viewing when the fisheye effect.)
- 2017-05-03 17:56:31下载
- 积分:1
-
DiskClean
VC++垃圾文件清理工具源码,VC++垃圾文件清理工具源码(VC++ source code junk file cleanup tools, VC++ source code junk file cleanup tools)
- 2011-05-25 21:19:53下载
- 积分:1
-
ResViewer
PE文件查看工具及源代码,看雪出品,亲测可用(PE file viewer and source code, to see snow produced, pro-test available)
- 2013-09-16 10:26:32下载
- 积分:1
-
Gina1
可以替换windows登录的控制功能的gina.dll(replace widnows msgina.dll for login)
- 2010-10-21 19:12:21下载
- 积分:1