文件名称:PEPacker(5)
介绍说明--下载内容均来自于网络,请自行研究使用
基本要求:了解VC++6.0基本使用方法;了解PE格式,不熟悉的地方能够通过查阅资料弄懂;
阅读对象:想写壳的新手。高手掠过,本文仅限于写壳入门。
文章类型:原创
文章作者:天漏客 QQ:285252760
完成日期:2009年03月29日
作者主页:www.lilu.name
文章说明:允许转载,但最好注明转载出处。
文章标题:使用VC自己动手编写加壳程序(1)——打造自己的壳
主要内容:生成界面,完成打开文件对话框。
文章标题:使用VC自己动手编写加壳程序(2)——打造自己的壳
主要内容:打开文件,生成文件。
文章标题:使用VC自己动手编写加壳程序(3)——打造自己的壳
主要内容:检测文件格式(是否为PE格式的EXE文件)
2009.03.29
文章标题:使用VC自己动手编写加壳程序(4)——打造自己的壳
主要内容:给文件分配虚拟内存并载入内存,然后输出加壳后文件。
2009.03.31
文章标题:使用VC自己动手编写加壳程序(5)——打造自己的壳
主要内容:添加一个新的文件区段,用来存放壳代码,并用0来填充区段。
2009.04.01-Basic requirements: To understand the basic use VC++6.0 understand PE format, are not familiar with places able to access the information easily understood
Read object: write shell novice. Master skirted, this article is limited to writing shell entry.
Article type: Original
Article Author: days missed off QQ: 285252760
Completion date: March 29, 2009
Authors Home: www.lilu.name
Article Descr iption: Allow reproduced, but the best source indicated reproduced.
阅读对象:想写壳的新手。高手掠过,本文仅限于写壳入门。
文章类型:原创
文章作者:天漏客 QQ:285252760
完成日期:2009年03月29日
作者主页:www.lilu.name
文章说明:允许转载,但最好注明转载出处。
文章标题:使用VC自己动手编写加壳程序(1)——打造自己的壳
主要内容:生成界面,完成打开文件对话框。
文章标题:使用VC自己动手编写加壳程序(2)——打造自己的壳
主要内容:打开文件,生成文件。
文章标题:使用VC自己动手编写加壳程序(3)——打造自己的壳
主要内容:检测文件格式(是否为PE格式的EXE文件)
2009.03.29
文章标题:使用VC自己动手编写加壳程序(4)——打造自己的壳
主要内容:给文件分配虚拟内存并载入内存,然后输出加壳后文件。
2009.03.31
文章标题:使用VC自己动手编写加壳程序(5)——打造自己的壳
主要内容:添加一个新的文件区段,用来存放壳代码,并用0来填充区段。
2009.04.01-Basic requirements: To understand the basic use VC++6.0 understand PE format, are not familiar with places able to access the information easily understood
Read object: write shell novice. Master skirted, this article is limited to writing shell entry.
Article type: Original
Article Author: days missed off QQ: 285252760
Completion date: March 29, 2009
Authors Home: www.lilu.name
Article Descr iption: Allow reproduced, but the best source indicated reproduced.
相关搜索: 加壳
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PEPacker\PEPacker.aps
........\PEPacker.clw
........\PEPacker.cpp
........\PEPacker.dsp
........\PEPacker.dsw
........\PEPacker.h
........\PEPacker.ncb
........\PEPacker.opt
........\PEPacker.plg
........\PEPacker.rc
........\PEPackerDlg.cpp
........\PEPackerDlg.h
........\ReadMe.txt
........\..lease\PEPacker.exe
........\res\PEPacker.ico
........\...\PEPacker.rc2
........\resource.h
........\StdAfx.cpp
........\StdAfx.h
........\编写记录.txt
........\Release
........\res
PEPacker
........\PEPacker.clw
........\PEPacker.cpp
........\PEPacker.dsp
........\PEPacker.dsw
........\PEPacker.h
........\PEPacker.ncb
........\PEPacker.opt
........\PEPacker.plg
........\PEPacker.rc
........\PEPackerDlg.cpp
........\PEPackerDlg.h
........\ReadMe.txt
........\..lease\PEPacker.exe
........\res\PEPacker.ico
........\...\PEPacker.rc2
........\resource.h
........\StdAfx.cpp
........\StdAfx.h
........\编写记录.txt
........\Release
........\res
PEPacker