搜索资源列表
pe_decoder
- 在《软件加密技术》这本书里看过PE文件各部分的详细解释之后,我也有了一个自己写PE文件分析器的的想法。虽然好的分析器不在少数,但对于一堆十六进制数,有些朋友可能不明白它代表什么意思。如果在程序里就可以将这些01序列转换成可以直接看懂得信息,那至少用户可以省去以后去查表的麻烦。怀着这样的想法,我仔细的研究了书中分析器PEInfo的源代码,我发现它没有提供信息转换的功能。 通过研究发现,PEInfo是通过PE文件在内存中的映象来获取文件信息的,我在想是否还有别的方法可以绕过将文件映象到内
PEInfo
- peinfo,是一个不错的软件,希望可以给你们启发
PEinfo
- 能够查看exe文件中从dll中导入的函数,对制作安装文件有一定用途-to view exe dll file from the Import function, the production installation of a certain purpose
Peinfo
- Windows CE 5.0 PEInfo
PEinfo
- 本程序是在网络上搜罗来的一个很精简的程序,用命令行格式执行,在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.
peinfo
- PE Information displayer, view the code before running it, make sure it does not crash
peinfo
- PE文件信息查看器,可查看PE可执行文件各个节区的信息-PE file information viewer, PE executable file to view all the information section of the District
PEInfo
- 读取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.
peinfo
- PE File techinical info displayer
peinfo
- 实现对PE结构信息的查看源码,利于深入理解PE结构-To achieve structural information on the PE viewing source code, which will help in-depth understanding of the structure PE
PEInfo
- 对 PE 文件的结构分析,如果有错请多多指导并希望能对修改好后的也发一份给我Newbhorse@163.com-Structural Analysis of the PE file
PEInfo
- PE文件分析工具,MFC实现,实现了输出PE文件的基本功能-PE file analysis tool, MFC implementation, to achieve the basic functions of the output PE file
PEinfo
- 学习写的一个PE查看器(附源码),vc编写的 新手们可以参考 欢迎交流! -Learning to write in a PE viewer (with source code), vc prepared novice can refer to welcome the sharing!
PeInfo
- Peinfo 例子的 PE文件处理模块 显示 PE 文件头中的一些信息-Peinfo example PE PE file header processing module displays some of the information in the
PEInfo
- 我自己实现的C++写的SMTP发送邮件代码,可以发送附件,SMTP协议基于网上的某些代码,但修正了大部分bug,并且在base64上做了调整,效率还可以,大家可以试下!-SMTP protocol implement use visual c++
PEInfo
- 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 learning, passing fields and
PEInfo
- pe小工具源码,特征码扫描,pe文件解析,进程管理-pe gadget source, signature scanning, pe file parsing process management
PEInfo
- C语言和SDK实现,解析PE格式文件,比如导入表,导出表,资源,重定位表等-C the language+SDK achieve parsing PE file
PEINFO
- 这是一个pe文件分析工具,在科税学习逆向时写的。主要功能:显示ms-dos头,pe文件头,节表,数据目录以及反汇编-This a pe file analysis tool, written in reverse learning assessor. The main functions: ms-dos head pe header section table, data directory and disassemble
peinfo
- PE文件格式编程分析,有助于加深对PE文件格式的理解-PE file format programming analysis, help to deepen the understanding of the PE file format