CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - process-base

搜索资源列表

  1. TextFinder

    0下载:
  2. [TextFinder]Text Finder Plug-in In the process of our programming, and sometimes to make reference to some source code written before, and sometimes only remember about some statements, but forgot the file name in the code of others, especially rel
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:22.59kb
    • 提供者:huli
  1. DllPatch

    0下载:
  2. DLL内存补丁,由于DLL加载需要重定位,基地址变化,该工具可动态查找指定进程和DLL,并对DLL的相对地址进行修改,遍历进程和DLL,获取DLL基地址,写入数据长度,数据内容-DLL memory patch, because of relocation required DLL is loaded, change the base address, the tool can search the specified dynamic process and DLL, the relative
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:114.25kb
    • 提供者:康康
  1. vshare2.7

    0下载:
  2. 国内的视频建站程序,类似youku、tudou等都是收费的程序,现将一商业视频程序分享出来。此程序必须运行在Linux系统下,具备Linux一定基础的人可以使用。使用此程序建设你的youku不再是梦。-Video Jianzhan domestic programs, like youku, tudou, etc. are all fees and charges process, now a commercial video program to share them. This progra
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2.15mb
    • 提供者:zhubajie
  1. yuankong001

    0下载:
  2. 压缩包里有三个模块,两份源码,一篇说明. 模块大部分是自己写的,一部分是修改自易论坛的源码.绝无毒害成分.人品保证! 控制端.启动后或许会被杀(你可以检查源码,无毒害,无资源无模块),但被控端不会被杀. 谁能告诉我这是为什么? 杀毒软件疯了!? 被控端.不会写注册表自启动项,不会隐藏进程,注册系统服务等等..仅仅是个框架,可以直接编译运行... 视频捕获,屏幕截图等等功能,在调试模式下会卡,编译后试试吧 ^_^ 被控端使用了核心支持库和数据
  3. 所属分类:Network Security

    • 发布日期:2017-04-03
    • 文件大小:110.02kb
    • 提供者:abchack
  1. a

    0下载:
  2. 漏洞扫描器基本原理: 编写漏洞扫描器探查远程服务器上可能存在的具有安全隐患的文件是否存在,-Vulnerability Scanner basic principle: the preparation of vulnerability scanner probe that may exist on the remote server with the security risks of the file exists, and its building process and the above
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:889byte
    • 提供者:米加勒
  1. src

    0下载:
  2. 简单PE结构解析工具.程序还不完善,也不是很好。主要是拿来和大家分享一下,供像我一样入门的朋友交流学习。 程序实现了IMAGE_DOS_HEADER、IMAGE_NT_HEADERS的解析,另外还有节表头、输入表、输出表的解析,时间标志信息的转换,RVA和文件便宜的转换,还有一个进程列表的显示。 注意,本程序没有编辑功能。 进程列表也仅仅是显示,而且是通过创建进程快照实现的,所以对于一些进程可能无法获取基址、镜像大小、以及模块列表-PE Structure of s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:646.05kb
    • 提供者:qiurun
  1. sssssssssss

    0下载:
  2. 函数要求编写递归函数power( float base, int exponent ) // 计算baseexponent的值;并且要求输出递归调用过程的相关信息。-Function requested by the recursive function power (float base, int exponent)// calculate the value of baseexponent and asked the output process of recursive calls
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:3.18kb
    • 提供者:lllgg
  1. CheckBaseKnowledge

    0下载:
  2. 一种通过连接知识库进行规则解析的方法,使用JSP编写,大致流程是读规则-拆分为参数-解析参数用法-列为方程-查数据库得到查询结果。-A connection Knowledge Base parsing rules, use JSP to write, the general process read the rules- split into parameters- parse parameter usage- listed as the equation- check database qu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:5.34kb
    • 提供者:荣伟
  1. class

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序.-Classical syntax and application of C++, class preparation and application of the constructor and destructor, function overloading, class inheritance, function coverage, the base clas
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:132.18kb
    • 提供者:永远
  1. Attribute_info

    0下载:
  2. Abstract base for all XXXAttribute_info structures. It also works in conjunction with GenericAttribute_info class to process all unrecognized attributes for Andriod.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1.98kb
    • 提供者:wiumaizue
  1. lesson-2

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-Inheri
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1.87mb
    • 提供者:唐永康
  1. IBinder

    0下载:
  2. Base interface for a remotable object, the core part of a lightweight remote procedure call mechanism designed for high performance when performing in-process and cross-process calls.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3.09kb
    • 提供者:lonyekai
  1. atm_zatm

    0下载:
  2. A base class for child processes i.e., code that is actually run within the child process. -A base class for child processes i.e., code that is actually run within the child process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:donzizon
搜珍网 www.dssz.com