microsoftxiao

记忆 流逝

My Links

Blog Stats

News

05 2007 档案

枚举驱动器
摘要: //测试 含有空格的文件名, 检测, 文件名内是否有空格。//另外就是使用 SEH异常处理#include #include #include using namespace std;int RetDriveTypeStr(char* szTypeStr, int nType){ char szNoType[] = "未知类型"; char szLogical[] = "硬盘驱动器"; char ...阅读全文

posted @ 2007-05-24 04:01 龙巢NET刀 阅读(190) | 评论 (0) 编辑

文件遍历目录
摘要: // 对 选择进入子目录后 增加了一句 SetCurrentDirectory , 这样才不致于 重复枚举文件。 //搜索和感染模块//内部检索所有文件, 在内部再判断扩展名bool __stdcall SearchEntry(HWND param_ListBoxHWND, const char* param_curDir, const char* param_extendName, ...阅读全文

posted @ 2007-05-23 22:55 龙巢NET刀 阅读(174) | 评论 (0) 编辑

和InjectFile配套InjectDLL
摘要: // 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 ...阅读全文

posted @ 2007-05-20 03:25 龙巢NET刀 阅读(146) | 评论 (0) 编辑

和InjectFile配套TestOne

posted @ 2007-05-20 03:18 龙巢NET刀 阅读(140) | 评论 (0) 编辑

激动的InjectFile

posted @ 2007-05-20 03:10 龙巢NET刀 阅读(140) | 评论 (0) 编辑

通过GUI方式打印信息

posted @ 2007-05-14 18:03 龙巢NET刀 阅读(81) | 评论 (0) 编辑

PE文件加区块

posted @ 2007-05-12 17:08 龙巢NET刀 阅读(406) | 评论 (2) 编辑

PE文件

posted @ 2007-05-12 03:48 龙巢NET刀 阅读(138) | 评论 (0) 编辑