搜索资源列表
c32asm
- C32asm 是一款非常不错的国产静态反编译工具,本款解决了与卡巴斯基(kab)兼容的问题,值得收藏. C32Asm现具有如下功能: 快速静态反编译PE格式文件(Exe、Dll等) 提供Hex文件编辑功能,功能强大 提供内存Dump、内存编辑、PE文件Dump、PE内存ImageSize修正等多种实用功能 提供内存反汇编功能,提供汇编语句直接修改功能,免去OPCode的直接操作的繁琐 提供反编译语句彩色语法功能,方便阅读分析,能方便自定义语法色彩 提供输入表、输出表、参考字符
W32asm_wuji
- 反汇编利器:W32asm无极版 C32asm 是一款非常不错的国产静态反编译工具! C32Asm现具有如下功能: 快速静态反编译PE格式文件(Exe、Dll等) 提供Hex文件编辑功能,功能强大 提供内存Dump、内存编辑、PE文件Dump、PE内存ImageSize修正等多种实用功能 提供内存反汇编功能,提供汇编语句直接修改功能,免去OPCode的直接操作的繁琐 提供反编译语句彩色语法功能,方便阅读分析,能方便自定义语法色彩 提供输入表、输出表、参
PeEditor
- PE文件分析、修改软件,查看PE格式文件信息,并且可以修改相关信息。-Analysis of PE file, modify the software, the view the PE format file information, and can modify the relevant information.
ExeScanner
- 一个可以查看PE文件资源的源码,VC写的!对于学习PE格式帮助不小哦!-One can view the source PE file resources, VC wrote! PE learning format to help non-small-Oh!
ExeInfo
- PHP版的windows PE文件信息查看,目前可查看PE头部及节信息,输出为xml格式。-PHP version of windows PE file information view, the current head and PE can view information section, the output format for the xml.
tBoxGame_2.0
- 俄罗斯方块,机器人,华容道破解,文件格式(PE,BMP),邮箱硬盘,日历图片-Tetris, robotics, Huarong crack, file format (PE, BMP), hard-mail, calendar, picture
PE_Viewer_(Delphi_Source)
- exe文件格式(PE)查看器,全部的delphi源码,是了解exe格式及学习得好工具-exe file format (PE) viewer, delphi full source code, is to understand better exe format and learning tools
perebuild
- 重建PE格式的文件. 写病毒的好东东. 仅供学习.不要害人哦.-PE REBUILD
CodeInjection
- pe格式文件注入器 可注入自己的程序或木马-pe format file can be injected into the device' s own programs or Trojan
PEPacker(5)
- 基本要求:了解VC++6.0基本使用方法;了解PE格式,不熟悉的地方能够通过查阅资料弄懂; 阅读对象:想写壳的新手。高手掠过,本文仅限于写壳入门。 文章类型:原创 文章作者:天漏客 QQ:285252760 完成日期:2009年03月29日 作者主页:www.lilu.name 文章说明:允许转载,但最好注明转载出处。 文章标题:使用VC自己动手编写加壳程序(1)——打造自己的壳 主要内容:生成界面,完成打开文件对话框。
PEViewToolSource
- C++编写的PE格式文件的查看工具.可显示PE文件内部信息以及PE文件加载了哪些dll.-C++ written in PE format file viewing tool. PE files can be displayed within the information, and what PE file to load dll.
PE_file_geshi
- 对windows可执行程序格式PE文件的详细分析。理解PE文件对理解程序有很好的帮助。-Pairs of windows executable PE file format, a detailed analysis. Understand the procedures for PE files have a good understanding help.
edit_pe_import_table
- 《导入表内注入代码》文章代码,本文介绍注入代码到PE(Portable Executable可移植的执行体)文件格式的Import Table(导入表,也有译为“引入表”)技术,其也被称为API重定向技术(API redirection technique)。 -" Import the table into the code" article code, article describes the code injected into the PE (Portable Exe
fangbianyi
- 功能极为强大的可视化汉化集成工具,可直接浏览、修改软件资源,包括菜单、对话框、字符串表等; 另外,还具备有 W32DASM 软件的反编译能力和PEditor 软件的 PE 文件头编辑功能,可以更容易的分析源代码,修复损坏了的资源,可以处理 PE 格式的文件如:EXE、DLL、DRV、BPL、DPL、SYS、CPL、OCX、SCR 等 32 位可执行程序。-Extremely powerful integrated visual localization tool that can direct
pexports
- PE格式文件解析代码,可以详细的解析PE的区段,头部等信息-parsing of PE format code
PE_editing
- 在windows 9x、NT、2000下,所有的可执行文件都是基于Microsoft设计的一种新的文件格式Portable Executable File format(可移植的执行体),即PE格式。有一些时候,我们需要对这些可执行文件进行修改,下面文字试图详细的描述PE文件的格式及对PE格式文件的修改。-In windows 9x, NT, 2000, all the executable files are based on the design of a new Microsoft fil
pefilespecification
- Microsoft 可移植可执行文件和通 用目标文件格式文件规范 本规范描述了Microsoft® Windows® 操作系统家族下的可执行文件(映像)和目 标文件的结构。这些文件分别被称为可移植可执行(PE)文件和通用目标文件格式 (COFF)文件。-Microsoft Portable Executable and Common Object File Format file specification This specification describe
ModifyPE
- 根据对PE格式的分析,修改PE文件,以实现特定的效果。-Based on the analysis of the PE format, modify PE file, in order to achieve a particular effect.
Package
- PE格式文件只要不修改文件头和文件中间的内容,只是在文件末尾添加数据,那么这个PE文件可以正常执行。本程序可将多个文件打为zip包,然后添加在exe程序结尾,再加上zip包长度和PACKAGE标志,程序运行可显示exe中添加的文件。-PE format files as long as it does not modify the contents of the file header and file middle, just to add data to the end of the fil
PEInfo
- PE文件分析源代码,将PE执行文件的格式内容解析读出来。-PE file info!