CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - Registry

搜索资源列表

  1. NT下进程隐藏

    0下载:
  2. 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31.53kb
    • 提供者:潘桂聪
  1. postkill

    0下载:
  2. system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息。此例对指定程序发送一个WM_QUIT消息。专用来使防火墙类程序正常退出。传递参数使用注册表实现。-system authority, the creation of dll threaded remote users into the process, to send user information. Such cases to send a designated WM_QUIT news. Dedicated to e
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:46.03kb
    • 提供者:张三
  1. modifyregistry

    0下载:
  2. 实际编程中,有时需要访问和修改注册表信息,本实例功能为访问和修改注册表中的用户姓名和公司名称。-actual programming, and sometimes need to access and modify the registry information, examples of the functions of access and modify the registry of names and user names.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27.88kb
    • 提供者:希特勒
  1. Sendm

    0下载:
  2. 实现自动向其它进程的窗口发消息,模拟手动操作的功能,并且实现windows 2000操作系统的自动登陆,登陆后立刻锁定工作站。代码演示了注册表的使用,user32库中锁定工作站Lockworkstation函数的使用等。-automatic process to other reports from the window, simulating the operation of manual functions, windows 2000 and achieve operating system
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:65.09kb
    • 提供者:宋益波
  1. skmontor

    0下载:
  2. 这个是注册表监视的工具!相信很多程序源都需要,监视程序对注册表的操作!可以只监视某个进程对注册表的操作!-surveillance of the registry is a tool! Sources believe that many procedures are needed to monitor the process of operating the registry. Can be only a process of monitoring the operation of the re
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27.41kb
    • 提供者:煞笔
  1. processcreate

    0下载:
  2. 进程创建,创建新的进程,创建一个子进程,启动注册表程序,等待子进程的退出-Process creation, create new process, create a child process, start registry procedures, waiting for the child process exit
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:4kb
    • 提供者:xiaoyu
  1. thread

    0下载:
  2. 创建新线程访问注册表,首先建立一个MFC(EXE)的工程, 选择DIALOG 模式,创建线程去否问注册表-Create a new thread to access the registry, you first create an MFC (EXE) project, select DIALOG mode, create a thread to go to ask whether the registry
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:791byte
    • 提供者:achuan
  1. nc-win-backdoor-nc-win-backdoor

    0下载:
  2. last nc win soft derived from nc111nt with evidence modifications for malveillant file ( auto install and key registry ) above i am coded one smurf attack into my nc . please support http://lists.fakessh.eu/mailman/
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-04
    • 文件大小:80.71kb
    • 提供者:fakessh
  1. regedit

    0下载:
  2. [源码]注册表管理,一个不错的开源注册表管理工具。-[Source] registry management, a good open source registry management tool.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-17
    • 文件大小:19.75kb
    • 提供者:fjheiye
  1. Registry-Backdoor

    0下载:
  2. 内核级后门代码.它插入Explorer.exe服务启动,并且恢复sst过主动拦截防御。使用了内核驱动程序,bindshell后门功能,以及下载者功能。-Kernel-level backdoor code it into the Explorer.exe service starts, and restore their own initiative to intercept sst defense. Using a kernel driver, bindshell backdoor funct
  3. 所属分类:Process-Thread

    • 发布日期:
    • 文件大小:253.47kb
    • 提供者:周彬
  1. Processofregistry

    0下载:
  2. 注册表读写 改变进程特权,以及错误代码的含义,内有详细说明-Process of change in the registry to read and write privileges
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:104.33kb
    • 提供者:李枫
  1. Registry-operation-skills

    0下载:
  2. 对注册表操作技巧-将程序在开机时运行,利用VB修改注册表,使得修改注册表将很快捷。-Using VB to modify the registry, so that will be very quick to modify the registry
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:wangkun
  1. reay

    0下载:
  2. 对注册表的信息进行控制,包括读写注册表的一些操作-To control the registry information, including some of read and write registry operation
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-23
    • 文件大小:42kb
    • 提供者:gybfl@1928
  1. ThroughEhrotghsince

    0下载:
  2. 通过注册表实现自启动的程序,随系统的运行而运行-Through the program since the launch of the registry implementation, along with the running of the system running
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:21kb
    • 提供者:qirporm
  1. xqyh1

    0下载:
  2. 创建一个windows应用程序,对Windows注册表进行读写操作,设置和保存运行的次数,-Create a Windows application, to read and write operations of Windows registry, set up and keep the number of operation,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:7kb
    • 提供者:Channing
  1. 903071

    0下载:
  2. 用Visual C++实现注册表简单操作,学会编程中使用注册表会使你的程序更专业-With Visual c++ achieve registry simple operations, to learn programming is used in the registry can make your program more professional
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:27kb
    • 提供者:quepes
  1. negsstry

    0下载:
  2. The registry can be modified to optimize the system-The registry can be modified to optimize The system
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-15
    • 文件大小:7kb
    • 提供者:pccfnd
  1. 7393218

    0下载:
  2. 本系统信息程序开发系统用vc编写,可获得系统的cpu信息,修改注册表等-Information program written in vc development system, this system can acquire the information of system CPU, modify the registry, etc.,,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-18
    • 文件大小:43kb
    • 提供者:raqse
  1. 65941427

    0下载:
  2. 启动Windows程序自动运行(放入到注册表的Run),(Start Windows program automatically Run (Run) into the registry,)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-27
    • 文件大小:2kb
    • 提供者:attrzbutes
  1. aoquirf-written

    0下载:
  2. 本系统信息程序开发系统用vc编写,可获得系统的cpu信息,修改注册表等,,(Information program written in vc development system, this system can acquire the information of system CPU, modify the registry, etc.,,)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-22
    • 文件大小:43kb
    • 提供者:BIQddcj$6264
« 12 »
搜珍网 www.dssz.com