CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - PE文件格式

搜索资源列表

  1. PE文件格式分析程序VC++

    0下载:
  2. PE文件格式分析程序,程序采用VC++编写,主要完成分析文件PE头,格式等功能!-PE file format analysis procedures, procedures used to prepare VC, PE analysis completed first, the format capabilities!
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:9830
    • 提供者:得可爹
  1. PE文件格式分析工具 T-PE 之源代码

    0下载:
  2. PE文件格式分析工具 T-PE 之源代码.rar-PE file format analysis tools T-PE source code. Rar
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5753
    • 提供者:苹果
  1. 深入分析PE文件格式

    0下载:
  2. 基于pe文件格式的分析,对于分析文件破解文件大有帮助
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:367144
    • 提供者:黄开通
  1. PE

    0下载:
  2. PE文件格式详解
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:219814
    • 提供者:ocp
  1. pe

    0下载:
  2. pe文件格式,把exe文件按照pe文件格式读出显示
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:101147
    • 提供者:myname
  1. PE-tut02

    0下载:
  2. PE 文件格式读取-read and save by PE document
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3028
    • 提供者:山于
  1. PE文件格式

    0下载:
  2. PE文件是windows(9598NT)目前采用的可执行文件格式。流行的CIH病毒就是通过改变PE文件的内容,并且保持文件大小不变,从而实现自己的功能。本程序通过分析PE文件格式,将可执行文件的文件定位表重新定位,指向用户编写的DLL,然后指令指针返回正常调用位置。在DLL中通过系统挂钩,实现了后台各种级别密码的截获功能-PE document windows (9598NT) of the executable file format. Popular CIH virus is through
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:112507
    • 提供者:万惠华
  1. T-PE

    0下载:
  2. 查看PE文件格式的源码
  3. 所属分类:文件操作

    • 发布日期:2009-05-07
    • 文件大小:14588
    • 提供者:cyclan
  1. PEFile.rar

    0下载:
  2. 使用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!
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1513073
    • 提供者:郭子
  1. pedump

    0下载:
  2. Windows PE文件格式分析与PEDUMP的实现-Windows PE File Format Analysis and realization of PEDUMP
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:1012655
    • 提供者:zhangyi
  1. T-PE

    0下载:
  2. 查看PE文件格式的源码,检查PE头部,等等。-See the source PE file format, check the PE head, and so on.
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:14588
    • 提供者:Bruce Ann
  1. pe

    0下载:
  2. PE文件格式一览、校验PE文件的有效性、文件头,节表-PE file format list, check the effectiveness of PE files, the document head section of Table
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:53366
    • 提供者:yyc
  1. pe

    0下载:
  2. PE文件格式系列译文之一---- 【翻译】“PE文件格式”1.9版 完整译文(附注释)-PE file format, one of series of translation Translation---- 【】 " PE file format" 1.9 version of the full translation (with notes)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:33332
    • 提供者:136103
  1. PE

    0下载:
  2. 一款分析PE文件格式的工具,有完整的源代码-An analysis tool for PE file format, with full source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:9136
    • 提供者:王枫
  1. PEpowerTool

    0下载:
  2. 一个PE文件查看和修改工具,VC6编写,对正在学习PE文件格式的人非常有帮助-A PE file to view and modify the tool, VC6 preparation of PE file format is learning very helpful people
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:76135
    • 提供者:杨靖
  1. PE-fileformat-explanation

    0下载:
  2. 为了获得PE文件中所包含的重要信息,我编写了一个名为PEFILE.DLL的动态链接库,本文中所有出现的源码示例亦均摘自于此。这个DLL和它的源代码都作为PEFile示例程序的一部分包含在了CD中(译注:示例程序请在MSDN中寻找,本站恕不提供),你可以在你自己的应用程序中使用这个DLL;同样,你亦可以依你所愿地使用并构建它的源码。在本文末尾,你会找到PEFILE.DLL的函数导出列表和一个如何使用它们的说明。我觉得你会发现这些函数会让你从容应付PE文件格式的。 -In order to o
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:10265
    • 提供者:wangzhneghui
  1. PE

    0下载:
  2. 简单的PE文件格式分析源码。用于入门级PE文件学习人士。-Simple PE file format analysis the source code. For entry-level PE file study people.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5595
    • 提供者:东东
  1. PE-File-format.png

    0下载:
  2. PE文件格式详解,介绍windows可执行程序的格式.-pe file format
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:790089
    • 提供者:石博文
  1. 详解详解windows的PE文件格式

    0下载:
  2. WINDOWS PE文件解析,PE文件详细解析 ,包含详细的代码和分析(The detailed parsing of the Windows PE file, including the specific implementation and analysis of the code, is simple and clear)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:215040
    • 提供者:CCTV果冻爽
  1. LordPe

    0下载:
  2. pe文件格式解析 命令行版本 vc6.0编译(PE file format parsing command line version)
  3. 所属分类:Windows编程

    • 发布日期:2020-03-29
    • 文件大小:9216
    • 提供者:PUBG_WG
« 12 3 4 »
搜珍网 www.dssz.com