搜索资源列表
PE_Tutorial
- PE文件格式学习 由于 Win32 的降临,微软对于 OBJ 和 EXE (DLL )格式做了全盘的改变。这些改变 建立在其它操作系统上的既成结果,使微软得以节省时间。改头换面的主要目的是为了 强化在不同平台之间的可移植性。COFF OBJ 格式在 Win32 诞生之前就存在了。PE 格 式则是 COFF 格式的延伸,使用于 Win32 平台上。 -PE file format of the study come a
upx101w
- 非常好的可执行文件压缩软件,支持的格式包括 atari/tos,djgpp2/coff,dos/com,dos/exe,dos/sys,rtm32/pe,tmt/adam,watcom/le,win32/pe,Linux/i386 等等,压缩比率也非常的高。-very good executable file compression software, including support for the format atari / l
upx101d
- 同样是一个非常好的可执行文件压缩软件,支持的格式包括 atari/tos,djgpp2/coff,dos/com,dos/exe,dos/sys,rtm32/pe,tmt/adam,watcom/le,win32/pe,Linux/i386 等等,压缩比率也非常的高。-is also a very good executable file compression software, including support for the f
upx101w
- 非常好的可执行文件压缩软件,支持的格式包括 atari/tos,djgpp2/coff,dos/com,dos/exe,dos/sys,rtm32/pe,tmt/adam,watcom/le,win32/pe,Linux/i386 等等,压缩比率也非常的高。-very good executable file compression software, including support for the format atari/los
upx101d
- 同样是一个非常好的可执行文件压缩软件,支持的格式包括 atari/tos,djgpp2/coff,dos/com,dos/exe,dos/sys,rtm32/pe,tmt/adam,watcom/le,win32/pe,Linux/i386 等等,压缩比率也非常的高。-is also a very good executable file compression software, including support for the f
PE_Tutorial
- PE文件格式学习 由于 Win32 的降临,微软对于 OBJ 和 EXE (DLL )格式做了全盘的改变。这些改变 建立在其它操作系统上的既成结果,使微软得以节省时间。改头换面的主要目的是为了 强化在不同平台之间的可移植性。COFF OBJ 格式在 Win32 诞生之前就存在了。PE 格 式则是 COFF 格式的延伸,使用于 Win32 平台上。 -PE file format of the study come a
dengkang_coff
- 我在网上下的,喜欢pe病毒的人可以先看看这个,学习文件格式很好的,-I am under the Internet, like pe virus can first take a look at this, learning a good file format,
pecoff_v8
- windows系统PE和OBJ文件的格式规范-windows system, PE and OBJ file format specification
PEDump
- PEDUMP程序自从1994年的版本以来,已经有了明显的改善。它可以显示在PE里的每一个数据类型,包括: IMAGE_NT_HEADERS 输入/输出表 资源 基址重定位 debug目录 延迟装入输入表 绑定输入描述符 IA-64异常处理表 TLS初始化数据 .NET运行时头部 除了可导出
pecoff_v8
- PE/coff specification from Microsoft
UPX.v3.05
- UPX是一个非常好的可执行文件压缩软件,压缩过的可执行文件体积缩小50 -70 ,这样减少了磁盘占用空间、网络上传下载的时间和其它分布以及存储费用。 通过 UPX 压缩过的程序和程序库完全没有功能损失,和压缩之前一样可正常地运行。支持的格式包括 atari/tos,djgpp2/coff,dos/com,dos/exe,dos/sys,rtm32/pe,tmt/adam,watcom/le,win32/pe,Linux/i386 等等,
pefilespecification
- Microsoft 可移植可执行文件和通 用目标文件格式文件规范 本规范描述了Microsoft® Windows® 操作系统家族下的可执行文件(映像)和目 标文件的结构。这些文件分别被称为可移植可执行(PE)文件和通用目标文件格式 (COFF)文件。-Microsoft Portable Executable and Common Object File Format file specificati
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.th
pecoff
- PE/COFF File Format Specification
MetaData---1_-_NET-PE-COFF---Q_yuhen
- 简略说明了 PE/COFF 的组成部分。-A brief descr iption of the PE/COFF part.
sdc
- sdc源码,在ubuntu12.4中编译成功,用于对linux中可执二进制行文件的加密。执行make会弹出编译选项,编译成功后会生成sdc,例如:可执行二进制文件为hello,执行./sdc hello 后输入密码,会生成加密文件hello.sdc ,执行./hello.sdc,输入解密密码会生成hello。 -SDC, or Self Decrypting Binary Generator, creates self decrypti
链接和加载beta2_15
- 链接器和加载器的文档说明,非常详细,包括PE和COFF(Document descr iption of linker and loader)
Digital Unix Assembly Language Programmer's Guide
- This document describes in detail Application Binary Interfaces of Digital UNIX system, including the COFF file format upon which Microsoft based their PE/COFF executable format.