参考
不传之密:杀毒软件开发,原理、设计、编程实战 - FreeBuf网络安全行业门户
不传之密:杀毒软件开发之二,感染型病毒查杀、启发式杀毒 - FreeBuf网络安全行业门户
注入exe文件PE头,打开时发出“嘟”的一声
#include "stdafx.h"
//包含必要的头文件
#include <windows.h>
#include <winnt.h>
#include <stdio.h>
#include <assert.h>
#include <cstring>
//常量定义
#define DEBUG 1
#define EXTRA_CODE_LENGTH 18
//增加的节的大小
#define SE