Welcome![Sign In][Sign Up]
Location:
Search - NT服务

Search list

[OS program安装成NT服务控制其他服务.zip

Description: 将一个程序,安装成NT服务控制其他服务。
Platform: | Size: 42442 | Author: | Hits:

[Process-Thread从NT服务启动Windows程序

Description: 它能够启动你指定的任意多个程序。被启动的程序将像 NT 服务一样运行(例如,不用用户登陆机器,它们便会在后台运行)。 ? 在没有合适特权情况下,用户不能终止由此服务启动的程序(除非机器关闭)。 ? 你可以在 NT 服务之外测试和调试你的程序。例如,你可以在 DevStudio 调试器中运行你的程序,单步进入源代码中查找错误等。当“调试无错”后,你将它配置成产品,从 NT 服务启动它。-it can start your designated arbitrary number of procedures. The procedure was activated as NT services will be running the same (for example, users do not have landing machines, which will run in the background). In the absence of appropriate privileges, the user can not terminate this service launch procedures (unless machine off). You can NT service test and debug your program. For example, you can DevStudio Debugger run your program, single-step access to the source code looking for errors. When the "debug no mistakes", you will configure it into products, from NT service and start it.
Platform: | Size: 28544 | Author: 王明 | Hits:

[ActiveX/DCOM/ATL通用NT服务程序的框架

Description:

通用NT服务程序的框架


Platform: | Size: 501426 | Author: 775ftplus | Hits:

[Hook apiUndocumented Windows NT

Description: 书中涉及处皆是系统核心奥妙之所在,常人皆对此望而却步。内存操作、各类钩挂、系统服务、软件中断等等系统黑客必掌握之绝技,此书皆有论述,且其内容之深入、之实际以往经典中也难得一见。然内容虽深数却不难懂,作者论述深入浅出,稍有难点便细致讲解,更有数处令吾甚感罗嗦,其讲解之到位,可见一斑。更可贵之处在于,此书不仅受人以鱼,更受人以渔。特辟一章专讲反向工程之技巧,其意在鼓励人从此可自立门户,自行探索系统之奥秘
Platform: | Size: 383481 | Author: wangboch@126.com | Hits:

[OS programC_nt_service

Description: 编写NT服务程序的模板 -The app template for writing NT service
Platform: | Size: 38912 | Author: 站长 | Hits:

[OS programtdcservice

Description: 一个写NT服务程序的模版类- Writes the NT service routine the pattern plate class
Platform: | Size: 25600 | Author: 站长 | Hits:

[OS program安装成NT服务控制其他服务

Description: 将一个程序,安装成NT服务控制其他服务。- A procedure, peacefully fits out the NT service control other services.
Platform: | Size: 41984 | Author: gbug | Hits:

[Windows Developntservice_sample

Description: NT服务开发例子-examples NT services development
Platform: | Size: 23552 | Author: 苏盛刚 | Hits:

[Windows DevelopNTService_AppWizard_rehan

Description: NT服务开发模板-NT services development template
Platform: | Size: 43008 | Author: 苏盛刚 | Hits:

[Process-Thread从NT服务启动Windows程序

Description: 它能够启动你指定的任意多个程序。被启动的程序将像 NT 服务一样运行(例如,不用用户登陆机器,它们便会在后台运行)。 ? 在没有合适特权情况下,用户不能终止由此服务启动的程序(除非机器关闭)。 ? 你可以在 NT 服务之外测试和调试你的程序。例如,你可以在 DevStudio 调试器中运行你的程序,单步进入源代码中查找错误等。当“调试无错”后,你将它配置成产品,从 NT 服务启动它。-it can start your designated arbitrary number of procedures. The procedure was activated as NT services will be running the same (for example, users do not have landing machines, which will run in the background). In the absence of appropriate privileges, the user can not terminate this service launch procedures (unless machine off). You can NT service test and debug your program. For example, you can DevStudio Debugger run your program, single-step access to the source code looking for errors. When the "debug no mistakes", you will configure it into products, from NT service and start it.
Platform: | Size: 28672 | Author: 王明 | Hits:

[OS program在NT系列操作系统里让自己“消失”

Description: 这篇文档是在Windows NT操作系统下隐藏对象、文件、服务、进程等的技术。这种方法是基于Windows API函数的挂钩。 这篇文章中所描述的技术都是从我写rootkit的研究成果,所以它能写rootkit更有效果并且更简单。这里也同样包括了我的实践。 在这篇文档中隐藏对象意味着改变某些用来命名这些对象的系统函数,使它们将忽略这些对象的名字。这样一来我们改动的那些函数的返回值表示这些对象根本就不存在。 最基本的方法(除去少数不同的)是我们用原始的参数调用原始的函数,然后我们改变它们的输出。 在这篇文章里将描述隐藏文件、进程、注册表键和键值、系统服务和驱动、分配的内存还有句柄。-This document is in the Windows NT operating system hidden objects, documents, services, process technology. This method is based on the Windows API function link. This article describes techniques are, I wrote rootkit from the results of research, so it was rootkit more effective and more simple. Here, too, including my practice. In this document hidden object means certain changes to these objects naming system functions so that they will ignore these objects by name. So we change those functions return values, said these objects simply do not exist. The most basic method (excluding a few different) is that we should call the original parameters of the original function, and then we change their output. In this article will describe the hidden files, processes, registry keys, and keys, s
Platform: | Size: 14336 | Author: | Hits:

[Multimedia Develop26104-321

Description: 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一—— NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务;-"C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCtrl : an independent process example, it can monitor with a Win32 services;
Platform: | Size: 342016 | Author: 李开 | Hits:

[GUI Developntservicectrl

Description: 用 C++ 创建简单的 Win32 服务程序(NTServCtrl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一—— NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCpl:是一个控制面版程序,用来控制 NTService 服务;-create simple Win32 services (NTServCtrl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCtrl : an independent process example, it can monitor with a Win32 services; The remaining two were : NTService : is a simple Win32 service, which is described in this paper with the method; NTServCpl : console is a procedu
Platform: | Size: 69632 | Author: 毛建孟 | Hits:

[Windows Developntservicecpl

Description: 用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一—— NTServCpl:是一个控制面版程序,用来控制 NTService 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务;-create simple Win32 services (NTServCpl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCpl : console is a procedure used to control NTService services; The remaining two were : NTService : is a simple Win32 service, which is described in this paper with the method; NTServCtrl : one is independent the procedure
Platform: | Size: 79872 | Author: 毛建孟 | Hits:

[OS programNT Service服务程序框架源代码

Description: NT Service服务程序框架源代码,通过此框架可以快速编写NT Service服务程序,这样一来,系统即使不登陆也可启动服务。-NT Service Framework service program source code, adopted this framework can be rapidly prepared NT Service service procedures, this one, even without the landing system can be activated services.
Platform: | Size: 28672 | Author: aa | Hits:

[Internet-NetworkQQ_(good)

Description: QQ挂机站全部源代码(good) 第一步:新建一sql数据库webQQ,导入SQL数据库备份(在管理器里的还原备份功能,不会找找资料) 在Web.config里修改sa用户密码。 第二步:注册NT后台服务,并在windows服务管理器启动webqq服务 C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\installutil C:\改成你的路径\webQQServ.exe 在webQQServ.exe.config修改sa用户密码。 这样就OK了,后台管理admin/admin.aspx 用户名与密码都是admin 自已改吧 ================================== ================================== 系统使用 APE.NET制作(c#) 使用sql数据库(存储过程) 并使用NT服务自动轮询QQ服务器并自动发广告 :) 这种站实际上只适合用NT服务来做,普通的脚本受不了这压力的。 ================================== 发广告是每次轮询只发用户好友列表中指定数字开头的号。 例如第一次发 10 开头的的,第二次就发 11开头的所有号,依次递增。这样会快很多。 -onhook full source code (good), the first step : a new database sql webQQ, import SQL database backup (in the manager's reduction backup, not to find out information) in Web.config reworked sa user passwords. Second step : Create NT background, the windows and service management services for start webqq C : \ WINDOWS \ Microsoft.NET \ Framework \ v1.1.4322 \ installutil C : \ path into your \ webQQServ.exe webQQServ.exe.config changes in sa user passwords. So OK, management background admin/admin.aspx user name and password are admin own change it ================================ == ================================== system APE.NET production (c#) use sql database ( storage process) and the use of automated polling service NT server and automatically QQ made advertising :) such stat
Platform: | Size: 540672 | Author: 王元 | Hits:

[OS programWindowsNTService

Description: 这是一个编写NT服务程序的模板,里面带了一个已编写好的自动关闭程序的小服务,在对付经常占用你机子打游戏的菜鸟是非常好用的-NT services for the preparation of the template, inside the band has prepared a good self-closing procedures of small services, deal with the recurrent use of your loom playing the game as they are very handy! !
Platform: | Size: 104448 | Author: 杨凡 | Hits:

[OS program4

Description: NT服务框架.c-NT Services Framework. C
Platform: | Size: 2048 | Author: 胡国兵 | Hits:

[OS programXYNTService

Description: NT服务程序代码,能够把任何EXE程序定制为一个NT服务-NT Service programming code, be able to put any EXE program customized for a NT Service
Platform: | Size: 18432 | Author: lishengming | Hits:

[OS programNTService-mfcUI

Description: 根据MSDN上 Windows NT 服务程序样例优化后,轻松实现带MFC对话框的系统服务程序框架。-According to MSDN sample on a Windows NT service program optimized, easy implementation of system services with MFC dialog program framework.
Platform: | Size: 16384 | Author: dujing | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net