搜索资源列表

  1. ke1.0

    0下载:
  2. 原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。-Principle: The Pe documents. Data section,. Text section to XOR encryption, and then will take declassifi
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:45056
    • 提供者:黑色心情
  1. CBinaryFindModule

    0下载:
  2. 检测某一PE文件的.rdata区段中是否含有指定的字符串;输入参数:1、PE文件的存放路径;2、检测的字符串内容。-Detection of a PE file. Rdata section if it contains the specified string input parameters: 1, PE file storage path 2, detection of the contents string.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:戴进军
  1. DllView

    0下载:
  2. PE文件分析实现了 dll导入到出函数的察看,PE文件分析实现了 dll导入到出函数的察看.-Analysis of PE files into a dll a function of View, PE Analysis of the realization of the dll file into a function of View.
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:方老
  1. KBys_src

    1下载:
  2. 堀北压缩-一个完整的pe文件加壳工具源码-Horikita compression- a complete source pe paper加壳tools
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:146432
    • 提供者:张京
  1. PEAnalysis

    0下载:
  2. PE文件,就是windows可执行文件的普遍形式,为了在PE文件中方便的引用其它类型的资源,有了这个简单的程序!-PE files, windows executable file is a universal form, in the PE file in order to facilitate reference to other types of resources, with this simple procedure!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:48128
    • 提供者:yeqing
  1. PEExplorer

    0下载:
  2. 可以对PE文件资源中的Bitmap, Icon, String, accele, Verison, Dialog, Menu进行查看,对理解PE文件有帮助
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:838656
    • 提供者:
  1. OEP

    0下载:
  2. 基于visual c++的 可以获取pe文件的oep,即每个exe或dll文件加载的起始地址。-Based on visual c++ Can obtain pe documents oep, that is, each exe or dll file to load the starting address.
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:31744
    • 提供者:李乐
  1. AddCodeBeforeExe

    0下载:
  2. 利用C++和内嵌汇编将一段代码添加到EXE文件的开头,提示用户是否真要运行这个EXE文件。演示了如何操作PE文件头部。-The use of C++ And embedded compilation will be added to a section of code at the beginning of EXE files, prompts the user really want to run the EXE file. Demo
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:28672
    • 提供者:张立人
  1. PETool

    0下载:
  2. 一份PE文件修改的VC++源码 大家-A PE file amended VC++ U.S. source
  3. 所属分类:文件操作

    • 发布日期:2024-05-18
    • 文件大小:47104
    • 提供者:刘彭
  1. KByS

    0下载:
  2. KByS是一个PE文件压缩壳,在这里你可以学到壳是怎么制作的-KByS is a PE file compression shell, where you can learn how the shell is produced by
  3. 所属分类:压缩解压

    • 发布日期:2024-05-18
    • 文件大小:157696
    • 提供者:wyqzm
  1. PEDump

    0下载:
  2. PE文件分析结构,-Analysis of PE file structure,
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:146432
    • 提供者:qsn
  1. checkPE

    0下载:
  2. 这个是一个用汇编编写的查看PE文件有效性的程序,PE加载器需要做的事情之一。-err
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:fancy
  1. ResBorn

    0下载:
  2. ResBorn 是一种高效方便的多语言引擎,它的工作模式如下: 1.导出字符串: 枚举指定PE文件(可以是当前进程的EXE文件)中的所有资源,把其中语言相关的字符串(对话框、菜单、字符表)导出为 LNG 格式的语言字符串列表(UNICODE带BOM的文本文件),用户可以使用任何文本编辑器编辑它。 2. 导入字符串:枚举指定PE文件(可以是当前进程的EXE文件,有自动退出更新机制)中的所有资源,根据1中所述的LNG文件
  3. 所属分类:界面编程

    • 发布日期:2024-05-18
    • 文件大小:101376
    • 提供者:张京
  1. PEFile

    0下载:
  2. 分析PE文件的导入导出表 能够把一个exe内部的内容读出来-Analysis of PE files Import and Export table can transform an exe to read out the contents of internal
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:pl
  1. PE_EXEVIEW_PEFILE

    0下载:
  2. The Portable Executable File Format from Top to Bottom原文、译文及源代码 1、The Portable Executable File Format from Top to Bottom 是最早讲解PE格式的文章之一,是了解PE格式入门很好的文章,原文可以在MSDN1998光盘找到中。 2、这篇文章被国内网友多次翻译,有代表性的译文有两个: 看雪软件安全论
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:484352
    • 提供者:lch
  1. dos_stub

    0下载:
  2. Windows PE 文件在 DOS 下运行一般会显示:This program cannot be run in DOS mode. 这是PE文件头部的一个"dos stub"程序,这个就是"dos stub"的源码,我们可以修改它,用fasm.exe编译,在vc连接时,加上 /stub:stub.exe-Windows PE files will normally be run under DOS shows: This pro
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:39936
    • 提供者:京继鸿
  1. ZEROADD

    0下载:
  2. 为PE文件增加任意名称,任意大小的空白区段。是DELPHI的原代码,自己准备编写壳时的一个练习。-PE file for the increase in arbitrary name, of any size blank section. Is DELPHI original code, its own shell at the time of the preparation of a practice.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:189440
    • 提供者:bbc9527
  1. TLS_CallBack

    0下载:
  2. 漫谈TLS_CallBack:原理、编程、手工感染及检测.利用TLS_CallBack(线程局部存储回调函数)玩弄调试器以及感染PE文件.-Talk TLS_CallBack: principles, programming, manual infection and detection. Use TLS_CallBack (thread local storage callback function), as well as play
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:854016
    • 提供者:yuying
  1. PE-File-format

    0下载:
  2. 一个操作系统的可执行文件格式,从许多角度来看,都是操作系统内建行为的一面镜子。 虽然可执行档格式通常并不是一个程序员认为迫切需要学习的东西,但操作系统的许多 有用的知识却可以在这个过程中获得。动态联结、加载器行为、以及内存管理,是特 别容易在这个学习过程中推理而得的三个主题。-An operating system of the executable file format, from a number of point o
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-18
    • 文件大小:219136
    • 提供者:zzc
  1. SECTIO~1.RAR

    0下载:
  2. 一个小巧的 PE 文件区段添加工具,用来给可执行程序添加区段。-A small section of the PE file Add tool to add a section to the executable program.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:别克
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 42 »

源码中国 www.ymcn.org