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

搜索资源列表

  1. pe文件结构.rar

    0下载:
  2. 所属分类:系统编程

    • 发布日期:
    • 文件大小:367745
    • 提供者:
  1. pexports-0.41.zip

    0下载:
  2. 导出PE文件信息
  3. 所属分类:弱点检测代码

    • 发布日期:
    • 文件大小:50413
    • 提供者:
  1. insertcode

    0下载:
  2. PE可执行文件的镶入式程序的编写方法及示例(镶入式后门程序&原程序) 由于Microsoft公司的Windows系统是当前大部分个人电脑所使用的操作系统 主要包括win95,98,me,nt4,2000,xp等,而这些系统所使用的可执行文件的格式基 本上是PE结构的。这里的可执行文件的镶入式程序就是针对PE结构的可执行文件。 这里先简单说一下PE文件框架结构: DOS MZ header DOS stub//在不支持 PE文件格式的操作系统中它将简单显示一个错误提示 PE header//含了许
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:79185
    • 提供者:无间刀
  1. rs

    0下载:
  2. 更改PE文件资源的代码-changes PE Resources code
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:34006
    • 提供者:hangj
  1. alink

    0下载:
  2. 著名的开源链接器,可链接obj和lib文件,目标格式可以是MSDOS COM、MSDOS EXE或Win32 PE文件-a famous opened linker can link both obj and lib texts , in which destination format can be MSDOS ,COM ,MSDOS,EXE or Win32 PE file
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:187631
    • 提供者:lgw
  1. 关于WIndows下PE格式的加密研究

    1下载:
  2. 关于WIndows下PE格式的加密研究 由本程序加密生成的可执行文件可以防止非法使用者对原程序的非法执行、修改、静态分析和拷贝。-PE format encryption study by the encryption process generated executable files to prevent illegal users of the original implementation of the illegal procedures, modification, static a
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:56124
    • 提供者:俞训峰
  1. PE FILE ANALYSIS

    0下载:
  2. 分析PE可执行文件,并可查看任意EXE文件所使用的DLL文件及包函的 涵数名或序数号,初学者程序打包时可以查看需要的DLL文件-analysis PE executable files and can check arbitrary EXE file used by the DLL files and 9.1.2 of the culvert, or several ordinal number, beginners process can be wrapped up View of DLL
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:36250
    • 提供者:wkoji
  1. InjectPE

    0下载:
  2. 在exe文件引入表中挂接自定义的dll文件,可用于exe加密、制作插件等。。作者学习pe文件格式的成果,绝对原创!-exe files in the introduction of the table definition articulated since the dll file that can be used exe encryption, such as plug-in production. . Study author pe file formats the results abs
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2611
    • 提供者:倪玉龙
  1. PEEncrypt_gb2312

    0下载:
  2. delphi语言,另有少量汇编代码,实现了PE文件的加密。-language, and another small amount of code compilation, achieved a PE file encryption.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:214120
    • 提供者:npu
  1. PEClean

    2下载:
  2. 一个清除PE头垃圾来缩短PE文件大小的演示程序。很好的说明了PE结构中无用的部分。学PE结构的朋友可以-a PE first garbage removal to reduce the file size of PE Demonstration Program. A good reminder of PE structure of the part useless. PE structure of the school friends can s
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4114
    • 提供者:漆光耀
  1. winpedump_v2.0

    0下载:
  2. 这是一个可以察看PE文件头的小工具,现在是2.0版,还有待改进。-This is a look at PE file a small tool, it is now version 2.0, could be improved.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:542192
    • 提供者:黄鑫
  1. PEStudy05.01.05code20060112

    0下载:
  2. pe文件的读写与分析,写出EXE文件与DLL文件的各项参数如入口点等-pe document literacy and analysis, write EXE and DLL files documents of the various parameters such as entry points
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:51906
    • 提供者:王海
  1. peformatvisefile

    0下载:
  2. pe文件格式.vc.net BOOL CpefileDlg::IsPEFile(LPVOID ImageBase) { PIMAGE_DOS_HEADER pDH=NULL PIMAGE_NT_HEADERS pNtH=NULL if(!ImageBase) return FALSE pDH=(PIMAGE_DOS_HEADER)ImageBase if(pDH->e_magic!=IMAGE_DOS_SIGNATURE
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:77526
    • 提供者:rar
  1. Hook_Windows_API

    0下载:
  2. 这篇文章是有关在OS Windows下挂钩API函数的方法。所有例子都在基于NT技术的Windows版本NT 4.0及以上有效(Windows NT 4.0, Windows 2000, Windows XP)。可能在其它Windows系统也会有效。 你应该比较熟悉Windows下的进程、汇编器、PE文件结构和一些API函数,才能明白这篇文章里的内容。 这里使用\"Hooking API\"这个术语表示对API的完全修改。当调用被挂钩的API时,我们的代码能立刻被执行。我将写下完全
  3. 所属分类:钩子与API截获

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

    0下载:
  2. 一个c语言写的反汇编pe文件的源程序.Visual C++源代码。-A c language disassembler pe file source.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-23
    • 文件大小:153953
    • 提供者:
  1. PE-file

    0下载:
  2. 经典的PE 文件格式资料,是研究WINDOWS底层机制和破解的必备资料-classic pe file format,it is nessary of studying windows theory and crack program.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:412807
    • 提供者:czq
  1. PE-File-format.png

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

    • 发布日期:2017-05-03
    • 文件大小:790089
    • 提供者:石博文
  1. PE

    0下载:
  2. PE文件查看器vc源代码,了解pe结构值得一看,非常不错!-PE file viewer VC source code, to understand the structure of PE is worth a look, very good!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:255317
    • 提供者:lkf
  1. PEViewer20100106

    0下载:
  2. ,可执行文件格式分析工具,用于了解和学习Windows平台的可执行文件。 可查看进程PE文件的信息。 系统进程枚举提供简单的进程查杀功能,详细的列出了进程的路径、模块、基址、进程内存占用等信息。 右键菜单,可快捷刷新和结束进程,F5为进程刷新快捷键,还包含打开所在目录、复制进程/模块路径功能,可直接打开进程/模块文件所在目录并选中文件 状态栏用于显示系统版本、进程总数、内存占用信息,通过提升进程权限,解决了csrss.exe进程无法显示的问题。(PE Viewer and Explore
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:359424
    • 提供者:proj
  1. LordPe

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

    • 发布日期:2020-03-29
    • 文件大小:9216
    • 提供者:PUBG_WG
« 1 2 3 4 5 6 78 9 10 11 12 ... 32 »
搜珍网 www.dssz.com