搜索资源列表
关于WIndows下PE格式的加密研究
- 关于WIndows下PE格式的加密研究 由本程序加密生成的可执行文件可以防止非法使用者对原程序的非法执行、修改、静态分析和拷贝。-PE format encryption study by the encryption process generated executable files to prevent illegal users of the original implementation of the illegal procedures, modification, static a
PEFile
- 专门介绍WINDOWS的PE文件格-devoted to the Windows PE file grid
Pefileinfector
- PE文件感染器: 在windows PE格式文件中注入其它代码。本例是使文件打开一个cmd.exe。当然,可以改为其它的代码,甚至*
DependDigger
- 一个用于分析windows PE文件的程序,可以知道其依赖于其他什么文件。里面使用了boost库的功能,可以简化链接符号的处理。
PE文件格式
- PE文件是windows(9598NT)目前采用的可执行文件格式。流行的CIH病毒就是通过改变PE文件的内容,并且保持文件大小不变,从而实现自己的功能。本程序通过分析PE文件格式,将可执行文件的文件定位表重新定位,指向用户编写的DLL,然后指令指针返回正常调用位置。在DLL中通过系统挂钩,实现了后台各种级别密码的截获功能-PE document windows (9598NT) of the executable file format. Popular CIH virus is through
PEFile.rar
- 使用C语言分析Windows的PE文件格式源码, 函数封装在pe/pe.h中,PE File.c是一个简单的测试代码 ! ,The use of C language analysis of the PE file format Windows source code, function is packaged in a pe/pe.h in, PE File.c is a simple test code!
pedump
- Windows PE文件格式分析与PEDUMP的实现-Windows PE File Format Analysis and realization of PEDUMP
PEDump
- Delphi下深入Windows核心编程,PE结构分析-Delphi depth under the Windows core programming, PE Structural Analysis
dll(loader)
- 说明: 1 例子程序在 vc6.0 +windows xp 编译测试过 2 需要阅读者对程序进程空间,编译,pe结构有一定的理解 3 这里根据自己认识加上对其他资料整理而成,对dll 简单的介绍 -Descr iption: 1 examples of procedures vc6.0+ Windows xp compile tested 2 need to read about the process of the space program, the compiler
zbWIMGAPI
- WIMGAPI.dll API wrapper to use the WIMGAPI.dll of the Windows PE packages with any language including Visual Basic, Visual FoxPro, VBscr ipt and Jscr ipt, without the need of complex code in C to call the difficult and hard to program WIMGAPI. O
pe
- Windows PE 文件感染测试程序可以利用在写病毒感染时使用-Windows PE files infected with test procedure can be used to write the use of viral infection. .
pedump
- This my PEDUMP code as January 1998. It s certainly better than the original PEDUMP from my MSJ column, and from my "Windows 95 System Programming Secrets" book. There are additions for several new file types, and additional resources. Havin
ThePEStrcture
- Detail source on the structure of windows PE files
VersInfoExShlExt
- 本ActiveX用于查阅Windows PE格式文件的版本信息,在Windows 7中仍然是维持XP3方式,方便使用-For access to the ActiveX version of Windows PE format files information in Windows 7 is still way to maintain the XP3, easy to use
WindowsPEDeveloperGuide
- windows PE开发手册,包含创建建PE应用程序以及API参考等内容-Provides information about the Windows Preinstallation Environment (Windows PE) for the Microsoft® Windows® family of operating systems. It provides guidelines for independent software vendors (ISVs) and
Virusthesis
- 硕士论文,对Windows PE病毒的感染、传播、加密、自我隐藏和保护等技术进行了详细的分析。并介绍了几种常见的反病毒技术。-Master' s thesis, on the Windows PE virus infection, transmission, encryption, self-hiding and protection technology for a detailed analysis. And introduces several common anti-virus t
ttanalyze
- tool for automatically analyzing the behavior of Windows PE-executables
pe-master
- 用来分析WINDOWS PE, LIB, COFF文件, 从LIB文件中提取OBJ文件。这是我发的开源项目, SVN地址为:https://pe-master.googlecode.com/svn/trunk. -Analyze file of pe,lib, coff format, and extract the obj file from the lib file.this is my open source project.that s developing now,you can jo
Windows-PE-analysis
- 本论文主要介绍了PE文件的背景及开发意义,详细介绍了PE文件的格式,系统的总体分析及详细的设计,并总结了系统的不足和展望。-This paper introduces the background and development significance of the PE file, detailing the PE file format, the overall analysis of the system and detailed design, and summarizes the s
详解详解windows的PE文件格式
- WINDOWS PE文件解析,PE文件详细解析 ,包含详细的代码和分析(The detailed parsing of the Windows PE file, including the specific implementation and analysis of the code, is simple and clear)