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

搜索资源列表

  1. PE12345

    0下载:
  2. PE文件格式详解,如果想深入学习文件结构是很有帮助的-Detailed PE file format, if you want to thoroughly study the structure of the document is very helpful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:68012
    • 提供者:good
  1. DOS

    0下载:
  2. 修改PE文件格式,增加一个区块,通过PE文件格式修该pe文件格式-Amend the PE file format, add a block, through the amendment of the PE file format file format pe
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:575434
    • 提供者:王金国
  1. PETool32_v0.45_src

    1下载:
  2. 这是一个PE文件格式分析的工具,希望对大家学习PE文件有所帮助-This is a PE file format analysis tool, we hope to be helpful to learn from PE files! !
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:75379
    • 提供者:王强
  1. EXEVIEW

    0下载:
  2. PE文件格式详解文中的程序,已经很难找到了。-PE file format in the text explain the process, has been difficult to find.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:47772
    • 提供者:robert
  1. PeInsertCode

    0下载:
  2. 将一段显示messagebox的代码写入一个.exe文件中。里面有读pe文件格式的代码-Messagebox will display a section of code to write a. Exe file. There are time pe file format code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:233698
    • 提供者:上面
  1. 0710-2

    0下载:
  2. 浅窥导入函数及输出导入表的内容 深入了解pe文件格式-Shallow glimpse into the function and output into a table-depth understanding of the contents of the file format pe
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:1412842
    • 提供者:刘阳
  1. software_crack

    1下载:
  2. 关于加密与解密的细节解说,PE文件格式解释,OD软件功能解说-With regard to the details of encryption and decryption explanation, PE file format explained, OD software functions Commentary
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1389074
    • 提供者:科比
  1. Plugin

    0下载:
  2. 解析PE文件格式源代码,学习PE文件结构的首选-PE file format
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:70187
    • 提供者:wangwh
  1. DemoPE

    0下载:
  2. 很多的人都没有注意到一些事情,就是你的程序是不是合法的可运行的应用程序,例如一个文件只是把后缀改成 .exe 的形式就显示为应用程序的图标了! 你不想写一个根据后缀名就确定应用程序类型的程序吧!这样太哪个了吧!解决方法就是根据PE文件格式来解释。关于PE文件格式的资料现在网上汗牛充栋,这里我就不再解释,有兴趣的朋友可以上网查阅PE文件格式资料。我就简单的用代码去演示如何判断PE文件合法,主要就是两个地方,头为"MZ"签名,跟着DOS头部的就是"PE"签名,任何标准的PE文件都会包含这两个签名。如
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:11370
    • 提供者:孙静
  1. PE-CIH_v1.2

    0下载:
  2. 6.1 关于PE格式EXE文件头的分析 6.2 CIH v1.2病毒代码结构分析 6.3 感染文件的加载执行 6.4 文件感染工作原理 6.5 CIH v1.2病毒的发现与消除-PE FILE
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:67568
    • 提供者:146
  1. exelen

    0下载:
  2. 根据PE文件格式来确定文件实际长度的代码。-According to PE file format to determine the actual length of the code file.
  3. 所属分类:Network Security

    • 发布日期:2017-03-29
    • 文件大小:23117
    • 提供者:shenlong
  1. MyreadPE

    0下载:
  2. PE分析器源码,读取PE中的资料,有源码的呀!!对于PE文件格式的学习很有帮助-PE parser source, read the material, have PE source of ah!! For PE file format study helpful!!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1762689
    • 提供者:张立强
  1. file

    0下载:
  2. 1,pe.zip PE文件是windows(95/98/NT)目前采用的可执行文件格式。流行的CIH病毒就是通过改变PE文件的内容,并且保持文件大小不变,从而实现自己的功能。本程序通过分析PE文件格式,将可执行文件的文件定位表重新定位,指向用户编写的DLL,然后指令指针返回正常调用位置。在DLL中通过系统挂钩,实现了后台各种级别密码的截获功能。COOL! (110KB)<END> 2,mailchecker.zip 关于smptp,pop3,tray 等方面的编程(56K
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2138194
    • 提供者:tan
  1. Peering_Inside_the_PE

    0下载:
  2. 探索PE文件内幕(Peering_Inside_the_PE),全面介绍PE文件格式。-Exploring PE files inside (Peering_Inside_the_PE) PE PE file format, a comprehensive descr iption.
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:114765
    • 提供者:simon
  1. Chapter09

    0下载:
  2. 读取pe文件格式资源,获得配额文件的每个资源id-Read to read resource file format pe pe pe file format, file format, resources resources read reading read resource file format pe pe pe file format, file format, resources resources read reading resource file format pe pe fi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:44204
    • 提供者:李飞飞
  1. Windows-PE-analysis

    0下载:
  2. 本论文主要介绍了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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:150485
    • 提供者:上校
  1. jmjm

    0下载:
  2. 第1章 PE文件格式深入研究 第2章 PE分析工具编写 第3章 Win32 调试API 第4章 Windows下的异常处理-Chapter 1th in-depth study PE file format Chapter 2nd PE analysis tool development Chapter 3rd Win32 debug API Chapter 4th chapter exception handling under Windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1389110
    • 提供者:Tim
  1. Import

    0下载:
  2. 能够查看 PE 文件的导入表,有助于深入学习PE文件格式-Be able to view the PE file import table, help-depth study of the PE file format
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:9717
    • 提供者:sunhaobin
  1. exp32

    0下载:
  2. 这是我刚学PE文件格式的时候,看了一位前辈的文章,硬鼓捣出来的。汇编格式。-This is what I just learned PE file format when reading an article predecessors, hard tinker out. Assembler format.
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:5776
    • 提供者:林飞
  1. peinfo

    0下载:
  2. PE文件格式编程分析,有助于加深对PE文件格式的理解-PE file format programming analysis, help to deepen the understanding of the PE file format
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:19016
    • 提供者:李冰
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com