Windows 注册表开机启动总结
exchen 13年前 (2012-05-23) 3906浏览 0评论
1.Run键 Run键是病毒最青睐的自启动方式,该键位置是[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Run]和[HKEY_LOCAL_MACHINE/Software/M...
exchen 13年前 (2012-05-23) 3906浏览 0评论
1.Run键 Run键是病毒最青睐的自启动方式,该键位置是[HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Run]和[HKEY_LOCAL_MACHINE/Software/M...
exchen 13年前 (2012-05-21) 4637浏览 0评论
参照Rockey4文档,mark一下。 #include<windows.h> #include "Ry4S.h" #include <stdio.h> #pragma com...
exchen 13年前 (2012-05-12) 5210浏览 0评论
枚举子窗口,mark一下 #include <windows.h> #include <stdio.h> #include<conio.h> BOOL C...
exchen 13年前 (2012-05-09) 5343浏览 0评论
获取序列号 void GetMac_SN() { char strID[MAX_PATH]; unsigned long s1,s2; __asm ...
exchen 13年前 (2012-05-03) 4683浏览 0评论
硬盘物理序列号是硬盘的出厂序列号,它是全球都是唯一的,不会随着系统的安装、硬盘的格式化等操作而改变,跟mac地址一样都具有唯一性。 #include <windows.h> #define I...