上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页

2016年8月18日

EXE加锁器 只是思路

摘要: 代码有点乱 但是我不想整理 1 // AddBoxDlg.cpp : 实现文件 2 // 3 4 #include "stdafx.h" 5 #include "AddBox.h" 6 #include "AddBoxDlg.h" 7 #include "afxdialogex.h" 8 #incl 阅读全文

posted @ 2016-08-18 23:06 yifi 阅读(467) 评论(0) 推荐(0) 编辑

Hash

摘要: 书上的代码 整理一下 1 /* 2 * Copyright (c) 2000-2008 3 * Author: Weiming Zhou 4 * 5 * Permission to use, copy, modify, distribute and sell this software 6 * an 阅读全文

posted @ 2016-08-18 20:34 yifi 阅读(276) 评论(0) 推荐(0) 编辑

2016年8月17日

EXE捆绑器

摘要: 释放的方法真没想到 太神奇了 1 // 文件捆绑器Dlg.cpp : 实现文件 2 // 3 4 #include "stdafx.h" 5 #include "文件捆绑器.h" 6 #include "文件捆绑器Dlg.h" 7 #include "afxdialogex.h" 8 9 #ifde 阅读全文

posted @ 2016-08-17 17:51 yifi 阅读(517) 评论(0) 推荐(0) 编辑

2016年8月10日

网络嗅探器

摘要: // 网络嗅探器.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include #pragma comment(lib, "Advapi32.lib") #pragma comment (lib,"ws2_32.lib") class CInitSock { public: CInitSock(... 阅读全文

posted @ 2016-08-10 17:06 yifi 阅读(323) 评论(0) 推荐(0) 编辑

原始套接字

摘要: 原始套接字套接字类型指定为SOCK_RAWsocket(AF_INET, SOCK_STREAM, 0);创建原始套接字时 第三个参数将成为IP头中协议域的值 发送ICMP报文时 必须由程序自己计算校验和FUNC:将数据以字为单位 加到一个双字中 如果数据长度是奇数 最后一个字节将被扩展到字 最后将 阅读全文

posted @ 2016-08-10 15:47 yifi 阅读(260) 评论(0) 推荐(0) 编辑

拷贝写

摘要: 重新做人 1 // Copy_On_Write.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include <cstring> 6 #include <string> 7 8 using namespace std; 9 10 11 #p 阅读全文

posted @ 2016-08-10 06:21 yifi 阅读(191) 评论(0) 推荐(0) 编辑

2016年7月18日

Ring0创建进程

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2016-07-18 21:23 yifi 阅读(17) 评论(0) 推荐(0) 编辑

RBTree

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2016-07-18 09:09 yifi 阅读(6) 评论(0) 推荐(0) 编辑

2016年7月14日

PeCheck

摘要: 早上起来看到这个代码 整理一下 阅读全文

posted @ 2016-07-14 17:32 yifi 阅读(512) 评论(0) 推荐(0) 编辑

2016年6月1日

模拟木马

摘要: 1 // Virus.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "Virus.h" 6 #include <windows.h> 7 #include <Dbt.h> 8 #include <iostream> 9 #incl 阅读全文

posted @ 2016-06-01 08:51 yifi 阅读(370) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页

导航