01.
Delphi NT Service Skeleton by AphexDelphi NT Service Skeleton by Aphex Delphi NT Service Skeleton by Aphex { Delphi NT Service Skeleton by Aphex http://www.iamaphex.cjb.net aphex@iamaphex.net This tiny NT service can instal...查看完整版>>
Delphi NT Service Skeleton by Aphex
02.
Delphi NT Service Skeleton by Aphex{ Delphi NT Service Skeleton by Aphex This tiny NT service can install/uninstall/start/stop itself based on command line arguments. The example service beeps once a second to show that it is r...查看完整版>>
Delphi NT Service Skeleton by Aphex
03.
Delphi Winsock Hooking Example by AphexDelphi Winsock Hooking Example by Aphex Delphi Winsock Hooking Example by Aphex { Delphi Winsock Hooking Example by Aphex http://www.iamaphex.cjb.net unremote@knology.net This example show...查看完整版>>
Delphi Winsock Hooking Example by Aphex
04.
Delphi Winsock Hooking Example by Aphex{ Delphi Winsock Hooking Example by Aphex This example shows you how to hook winsock functions of a target process and control incomming and outgoing data. It is based on send and recv but it ...查看完整版>>
Delphi Winsock Hooking Example by Aphex
05.
Delphi开发NT Service程序Windows系统中有许多服务程序,他们最大的优点是,如何机器重启了,那么无需登陆系统,服务已经重新启动.这样就保证了一些后台服务器的无人值守.那么在Delphi又为开发这种程序准备了什么呢? 开发NTService程序 File-&...查看完整版>>
Delphi开发NT Service程序
06.
AFX Lite TCP Firewall by AphexAFX Lite TCP Firewall by Aphex AFX Lite TCP Firewall by Aphex { AFX Lite TCP Firewall by Aphex http://www.iamaphex.cjb.net unremote@knology.net Usage: afxfw.exe <port> <port> &...查看完整版>>
AFX Lite TCP Firewall by Aphex
07.
AFX Lite TCP Firewall by Aphex{ AFX Lite TCP Firewall by Aphex Usage: afxfw.exe <port> <port> <port>... Example: afxfw.exe 25 80 1433 6667 This firewall is the simplest of it's kind. It is a packet filte...查看完整版>>
AFX Lite TCP Firewall by Aphex
08.
用DELPHI实现为NT添加用户摘要:用DELPHI实现为NT添加用户type USER_INFO_1=record usri1_name:pwidechar; usri1_password:pwidechar; usri1_password_age:dword; usri1_priv:dword; usri1_home_dir:pwidechar; usri1_comment:pwidechar; usr...查看完整版>>
用DELPHI实现为NT添加用户
09.
NT Service的几个注意点和示例代码如何编写NT Service在MSDN->Platform SDK->DLLs, Processes, and Threads->Service中说得很清楚了,在这里我就不多说了,这里我就只说一些我个人认为的在编写service过程中要注意的地方。 0、在我们通过控...查看完整版>>
NT Service的几个注意点和示例代码
10.
用DELPHI进行NT、2000、2003服务程序的调试NT服务程序的调试----------摘自书籍Delphi 6 应用开发指南 有两种途径可用于调试服务程序。第一种是在单独的类中定义服务的工作部分,并在一个单独的程序中对其进行调试。第二种是在服务运行时进行调试。第一种途径...查看完整版>>
用DELPHI进行NT、2000、2003服务程序的调试
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。