搜索资源列表

  1. pe_decoder

    1下载:
  2. 在《软件加密技术》这本书里看过PE文件各部分的详细解释之后,我也有了一个自己写PE文件分析器的的想法。虽然好的分析器不在少数,但对于一堆十六进制数,有些朋友可能不明白它代表什么意思。如果在程序里就可以将这些01序列转换成可以直接看懂得信息,那至少用户可以省去以后去查表的麻烦。怀着这样的想法,我仔细的研究了书中分析器PEInfo的源代码,我发现它没有提供信息转换的功能。 通过研究发现,PEInfo是通过PE文件在内存中的映象来
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:111036
    • 提供者:heroin
  1. PEInfo

    0下载:
  2. peinfo,是一个不错的软件,希望可以给你们启发
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:47323
    • 提供者:agg
  1. PEinfo

    0下载:
  2. 能够查看exe文件中从dll中导入的函数,对制作安装文件有一定用途-to view exe dll file from the Import function, the production installation of a certain purpose
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:15613
    • 提供者:冰落魂
  1. PEinfo

    0下载:
  2. 能够查看exe文件中从dll中导入的函数,对制作安装文件有一定用途-to view exe dll file from the Import function, the production installation of a certain purpose
  3. 所属分类:系统编程

    • 发布日期:2024-05-13
    • 文件大小:190464
    • 提供者:冰落魂
  1. 深入分析PE文件格式

    0下载:
  2. 基于pe文件格式的分析,对于分析文件破解文件大有帮助-Pe file format based on an analysis of documents for the analysis of documents of great help to break
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:366592
    • 提供者:黄开通
  1. pe_decoder

    0下载:
  2. 在《软件加密技术》这本书里看过PE文件各部分的详细解释之后,我也有了一个自己写PE文件分析器的的想法。虽然好的分析器不在少数,但对于一堆十六进制数,有些朋友可能不明白它代表什么意思。如果在程序里就可以将这些01序列转换成可以直接看懂得信息,那至少用户可以省去以后去查表的麻烦。怀着这样的想法,我仔细的研究了书中分析器PEInfo的源代码,我发现它没有提供信息转换的功能。 通过研究发现,PEInfo是通过PE文件在内存中的映象来
  3. 所属分类:加密解密

    • 发布日期:2024-05-13
    • 文件大小:110592
    • 提供者:heroin
  1. PEInfo

    0下载:
  2. peinfo,是一个不错的软件,希望可以给你们启发-peinfo, is a good software, hope that we can give you inspiration
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:1593344
    • 提供者:agg
  1. Peinfo

    0下载:
  2. Windows CE 5.0 PEInfo
  3. 所属分类:Windows CE

    • 发布日期:2024-05-13
    • 文件大小:161792
    • 提供者:唐枫
  1. PEinfo

    0下载:
  2. 本程序是在网络上搜罗来的一个很精简的程序,用命令行格式执行,在VC++6.0上调试成功。 -This procedure is solicited on the network to a very streamlined procedures, and implementation of command-line format, in VC++6.0 on debugging success.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:62464
    • 提供者:李冬义
  1. peinfo

    0下载:
  2. PE Information displayer, view the code before running it, make sure it does not crash
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:Tinashe
  1. peinfo

    0下载:
  2. PE文件信息查看器,可查看PE可执行文件各个节区的信息-PE file information viewer, PE executable file to view all the information section of the District
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:8192
    • 提供者:zj
  1. PEInfo

    0下载:
  2. 读取PE的各种重要信息,可以用于解密,PE二次开发,脱壳等.里面包含完整的代码,包括界面.-PE to read a variety of important information can be used to decrypt, PE secondary development, such as shell. Which contains the complete code, including the interface.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:38912
    • 提供者:lier
  1. peinfo

    0下载:
  2. PE File techinical info displayer
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:Tinashe
  1. peinfo

    0下载:
  2. 实现对PE结构信息的查看源码,利于深入理解PE结构-To achieve structural information on the PE viewing source code, which will help in-depth understanding of the structure PE
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:50176
    • 提供者:fytx
  1. PEInfo

    0下载:
  2. 对 PE 文件的结构分析,如果有错请多多指导并希望能对修改好后的也发一份给我Newbhorse@163.com-Structural Analysis of the PE file
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-13
    • 文件大小:12288
    • 提供者:张爱萍
  1. PEInfo

    0下载:
  2. PE文件分析工具,MFC实现,实现了输出PE文件的基本功能-PE file analysis tool, MFC implementation, to achieve the basic functions of the output PE file
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:30522368
    • 提供者:luye
  1. PEinfo

    0下载:
  2. 学习写的一个PE查看器(附源码),vc编写的 新手们可以参考 欢迎交流! -Learning to write in a PE viewer (with source code), vc prepared novice can refer to welcome the sharing!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:97280
    • 提供者:2
  1. PeInfo

    0下载:
  2. Peinfo 例子的 PE文件处理模块 显示 PE 文件头中的一些信息-Peinfo example PE PE file header processing module displays some of the information in the
  3. 所属分类:汇编语言

    • 发布日期:2024-05-13
    • 文件大小:9216
    • 提供者:邓晴
  1. PEInfo

    0下载:
  2. 我自己实现的C++写的SMTP发送邮件代码,可以发送附件,SMTP协议基于网上的某些代码,但修正了大部分bug,并且在base64上做了调整,效率还可以,大家可以试下!-SMTP protocol implement use visual c++
  3. 所属分类:Email客户端

    • 发布日期:2024-05-13
    • 文件大小:31744
    • 提供者:wacr
  1. PEInfo

    0下载:
  2. PE信息查看器,主要查看PE文件中的各个节表信息,如导入表导出表,纯属练手,新手学习,老鸟路过-PE information to the viewer, the main view in the section table information in the PE file, import tables and export the table is purely to practice hand, the novice learn
  3. 所属分类:文件操作

    • 发布日期:2024-05-13
    • 文件大小:56320
    • 提供者:中华
« 12 »

源码中国 www.ymcn.org