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

搜索资源列表

  1. 进程注入器

    1下载:
  2. 一个远程注入动态连接库的程序,也可以卸载模块-a remote DLL injection procedures can also uninstall module
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:30120
    • 提供者:田江和
  1. 字符设备驱动程序的框架

    0下载:
  2. 在不用某个设备时,可以将他卸载,主要是从/proc 中取消某个设备的特殊文件,可用特定的函数实现。上面列举一个字符设备驱动程序的框架.来说明这个过程 -not in a particular equipment, he can be unloaded, mainly from / proc remove certain documents to the special equipment can be used to achieve a specific function. Listed abo
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:843
    • 提供者:yo
  1. AppSysBootTool

    0下载:
  2. 配置应用系统引导程序的模块按序加载/卸载,模块自动诊断异常重启等功能;可以设置系统图标、密码、系统说明、托盘交互入口等功能。 包含两个工程: SystemBoot-应用系统引导程序原始程序 SystemBootConfig-配置引导原始程序生成发布引导程序(直接对SystemBoot.exe进行修改)-application system configuration procedures to guide the module admitted loading / unloading
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:182824
    • 提供者:罗开明
  1. Mount_unMount

    0下载:
  2. 从Linux的mount改过来的Windows环境下加载/卸载逻辑磁盘的程序代码-from Linux mount change overnight under the Windows environment to load / unload logical disk code
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:61691
    • 提供者:方卫东
  1. DelDir

    0下载:
  2. 用vc写的演示如何实现用于编写卸载程序的自删除技术,同时用递归方法删除一个目录下所有文件-vc write with a demonstration of how to achieve unloading procedures for the preparation of self-removal technique, Recursive methods used to delete a directory of all documents
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:93220
    • 提供者:xiaoxin
  1. RemoteDLL

    0下载:
  2. DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。这样一来,普通的进程管理器就很难发现这种病毒了,而且即使发现了也很难清除,因为只要病毒寄生的进程不终止运行,那么这个DLL就不会在内存中卸载,用户也就无法在资源管理器中删除这个DLL文件-DLL injection technique is widely used Win32 virus a t
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:45437
    • 提供者:豹仔
  1. Xfilterfanghuo

    0下载:
  2. Xfilter 个人防火墙源码 Xfilter 的安装方法如下: 1. 在命令行模式下切换到源代码的 Release 目录。 2. 执行 Xfilter -install 命令,程序会要求注册,输入信息后确定即可。 3. 在Win98下需要重新启动计算机,2000下不需要。 4. 运行 Xfilter.exe,便可正常使用。 5. 卸载时需要在命令行执行 Xfilter -remove-Xfilter personal firewall source Xfilte
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:229955
    • 提供者:刘武器
  1. WinServer

    0下载:
  2. 封装了实现windows服务程序的类,可以安装、卸载和运行windows服务。
  3. 所属分类:系统编程

    • 发布日期:2014-01-16
    • 文件大小:2724
    • 提供者:
  1. NTServiceSampile100

    0下载:
  2. 想要编写NT服务的同志们可以下载该源代码。该程序建立一个Window NT内核服务程序,由于内核服务程序没有交互界面,所以该程序还启动一个TCP网络接口,可以和客户端 进行数据和命令通信,通信协议在头文件中有详细说明,该程序只要稍加改动就能实现功能强大的网络服务程序。该服务启动以后可以在[开始]菜单[运行]栏里输入“telnet localhost 7815”进行测试。 同时还提供了一个对服务进行控制的通用工具(NTServerControlUtility.exe),可以注册、启动、停止
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:501693
    • 提供者:孙鹏
  1. XFILTER_1.0.2

    0下载:
  2. --- --- --- --- --- -- Xfilter 个人防火墙 1.0.2 安装说明 -------------------------------------------------------- Xfilter.dll 的安装过程实际是一个操作注册表的过程。 操作的注册表为:HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\WinSock2 下的内容 建议在安装Xfilte
  3. 所属分类:系统编程

    • 发布日期:2014-01-17
    • 文件大小:823585
    • 提供者:咖喱
  1. Service_Test

    0下载:
  2. 本代码演示了如何把自己编写的程序变成windows服务。包括服务安装程序、启动程序和卸载程序。-demonstration of how to turn their own procedures for the preparation of the windows into service. Services include installation, activation and unloading procedures.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5093
    • 提供者:刘平
  1. 卸载

    0下载:
  2. 用特定函数实现驱动的卸载。该程序是字符设备驱动程序的框架卸载。-used to achieve specific function-driven unloading. The program is character device driver framework unloading.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:954
    • 提供者:卢菲
  1. WinService

    0下载:
  2. 我很喜欢的一个代码,MFC程序注册服务,自启动,让开发者了解 1.怎么安装一个服务 2.怎么控制一个服务(启动,停止,卸载) 3.最重要的怎么安装一个服务程序而且还会显示图形界面-Recently, I came across a situation where I needed to make an application launch automatically when the PC starts up. And the problem was that the program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:234919
    • 提供者:雪山
  1. Service

    0下载:
  2. vc制作windows服务程序,从别人那找来的一个类,用着不错,上传为了备份 使用 程序名.exe -s 为安装服务 程序名 -r 为卸载服务-vc create windows service program, from others that got from a class, with a good backup to use the program name in order to upload. exe-s for the installation service progra
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-23
    • 文件大小:42532
    • 提供者:马玉东
  1. DllSelfDelete

    0下载:
  2. 文件自删除dll,比如制作安装程序时,也需要制作卸载程序,卸载程序可以在卸载完成后调用dll删除自己-Delete files from the dll, such as the production of the installation process, also need to uninstall the production process, uninstall program can call the dll uninstall deleted after the completion
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1258435
    • 提供者:zhenghuayao
  1. servicetest

    0下载:
  2. Service程序,有具体的安装,卸载。和一个应用程序连接,里面有Mutex,namedpipe,-Service procedures, there are specific installation, uninstall. And an application to connect, there are Mutex, namedpipe, etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:5100
    • 提供者:yang
  1. src

    0下载:
  2. oracle oci接口数据卸载程序,指定用户下的表导出文本-oracle data unload/load
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:39762
    • 提供者:liu
  1. unloaddll

    0下载:
  2.  一个简单的dll卸载程序,VB反加载DLL,有时候需要把DLL从进程中清除,不防参考一下本源码,新手更适合参考。有点小遗憾就是代码里的注释较少,不过认真看能看懂。-A simple dll uninstall program, VB anti-loaded DLL, sometimes need to clear the DLL from the process, not the anti-reference source, is more suitable for beginners ref
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:1776
    • 提供者:吴莉莉
  1. Unstaller

    0下载:
  2. 真对自己做安装包的一个下载软件,可以一起打包在安装包中并创建卸载程序的快捷方式,方便用户在不需要的时候卸载程序。-True to their own installation package to download a software installation package can be packaged together and create a shortcut to uninstall the program, when the user does not need to uninst
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:511667
    • 提供者:liurui
  1. FG

    0下载:
  2. 一个完整的DLL服务注册,卸载程序,可实现隐藏进程-A full service registered DLL, uninstaller, hidden processes can be realized
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1643863
    • 提供者:aogsir
« 12 3 »
搜珍网 www.dssz.com