搜索资源列表
Internet对时程序
- 本人使用WIN2000,一直以为开着系统服务 Windows Time 就能自动实现系统对时。 哪知道前两天一对时,发现快了1分钟,天,我上下班打卡可是直接与经济利益挂钩的。 真不知道这玩意是不是仅用来浪费系统资源的。一气之下,自己花点时间写了个对时程 序,嗯,不错,挺好用,这下安心了,另外那个对时的垃圾服务也可以关掉了-A clock program that correct the time from Internet.
WIN2K下的系统服务程序框架
- WIN2K下的系统服务程序框架--基于WIN2K/VC6 生成。使用者通过添加自己的功能函数就能实现WIN2K下无窗体的后台服务程序。-WIN2K system services under the procedural framework -- based on WIN2K/VC6 generation. Through users add their own functions will be able to function under WIN2K forms the backgrou
Hook系统服务隐藏端口源码及示例程序
- Hook系统服务隐藏端口源码及示例程序-Hook System hidden source ports and sample program
ServicesAutoRun VC编写一个系统服务程序最简单的例子
- 此程序是VC编写一个系统服务程序最简单的例子,新手容易读懂。-This program is a VC to write the most simple example of a system service routine, the novice is easy to read.
ServiceToolsPro VB系统服务管理器v1.2源码
- VB系统服务管理器v1.2源码,可检测列出系统所有的服务,显示选中服务相关信息,停止、启用相关服务,是一款很标准的系统服务管理工具,程序仅供参考使用。在VB6下编译通过。-VB System Manager v1.2 source code, can detect all of the services listed in the system, indicating the selected service-related information, stop the opening of re
servicetest
- 用VC实现的系统服务启动程序,可修改源码添加需要实现的服务功能-Implemented with the VC system services to start program can modify the source code to add the service function of the need to achieve
SpeedySCM
- 一个本机系统服务管理程序--A localhost system server admin program
Hacker_Defender
- 内核级后门软件,用户可以通过本软件隐藏文件、进程、系统服务、系统驱动、注册表键的键和键值、打开的端口以及虚构可用磁盘空间。程序同时也在内存中伪装它所做的改动,并且隐身地控制被隐藏进程。程序安装隐藏后门,注册隐藏系统服务并且安装系统驱动。-backdoor kernel-level software, users of the software can be hidden files, processes, systems and services, the system drive, regis
HackerCode
- 黑客编程的入门级代码,包括DLL编程,TCP编程,系统服务编程等11个程序及其源码-Entry-level hacking programming code, including DLL programming, TCP programming, systems programming and other services 11 process and its source
service
- Visual Basic 6 编写的注册系统服务的程序以及其源码。-Visual Basic 6, prepared by the process of registration system, as well as its source.
DelphiService
- 一个系统服务的演示程序,写的可以说是非常的经典,想学习的看起来是不错的-Demonstration of a system service procedures, it can be said of Writing is a very classic, think of the study appeared to be good
service
- 自己写的系统服务程序,控制台后方运行,并且具有捕获多键值控制其它程序运行与改变系统分辨率功能,对初学者价值-Writing their own system service procedures, the rear console is running, and has captured many other key control procedures to change the system to run with the resolution function, the value for
WatchDog
- 这个程序之所以称之为监视狗,就是因为,它可以监视你指定的应用程序的执行情况。该程序作为一个系统服务,会在系统启动的时候自动运行,然后负责,启动已经配置好的执行程序。如果被执行的程序在中途被关闭或者运行不正确,监视狗会自动开启另外一个同样的应用程序。-The reason why this procedure referred to as surveillance dog, that is, because it can monitor the application you specify th
ServicesController
- C#编写的Windows系统服务监视和控制程序,可以管理自已编写的系统服务。本身是一个托盘类型的程序-C# prepared by Windows system services to monitor and control procedures, to manage their own written system services.
TSync
- 基于sntp的网络时间同步程序,有界面,右下角托盘,可注册为系统服务并能随时卸载。-Based on the SNTP network time synchronization procedures, there is interface, the bottom right corner of trays can be registered as a system service and can unload at any time.
AeTrayMenu
- 这是一个非常小巧的系统托盘程序。可以通过它控制系统服务的启动与关闭,修改和查看系统服务的配置文件(如apache,php等)。著名的wamp使用的托盘程序就是它!-This is a very small system tray program. Its control system can activate and turn off the Service, modify, and view the system configuration files (such as apache, php
EnumerateProcess
- 一个注册为系统服务的看门狗程序的例子,实现了对一个程序的看门狗服务。-Registered as a watchdog of the process system example, the realization of a program of the watchdog service.
Create_StartService
- 将可执行程序创建为windows系统服务,此为控制台程序-Executable program will be created as a windows system service, this is the console program
Win32_程序员参考大全1-5
- Win32程序员参考大全1-5 1.Win32_程序员参考大全1-窗口管理和图形设备.pdf 2.Win32_程序员参考大全2-系统服务.pdf 3.Win32_程序员参考大全3-函数.pdf 4.Win32_程序员参考大全4-函数.pdf 5.Win32_程序员参考大全5-消息.pdf(Microsoft Win32 Programmer's Reference(Volume1-5))
vb系统服务demo
- 使用vb编写系统服务程序,可以系统自启动,自带启动停止bat文件,便于调试。