Delphi NT Service Skeleton by Aphex Delphi NT Service Skeleton by Aphex { Delphi
{ Delphi NT Service Skeleton by Aphex This tiny NT service can install/uninstall/start/sto
Delphi Winsock Hooking Example by Aphex Delphi Winsock Hooking Example by Aphex {
{ Delphi Winsock Hooking Example by Aphex This example shows you how to hook winsock funct
Windows系统中有许多服务程序,他们最大的优点是,如何机器重启了,那么无需登陆系统,服务已经重新启动.这样就保证了一些后台服务器的无人值守.那么在Delphi又为开发这种程序准备了什么呢? 开
AFX Lite TCP Firewall by Aphex AFX Lite TCP Firewall by Aphex { AFX Lite TCP Fir
{ AFX Lite TCP Firewall by Aphex Usage: afxfw.exe <port> <port> <port>..
如何编写NT Service在MSDN->Platform SDK->DLLs, Processes, and Threads->Service中说得很清楚了,在这里我就不多说了,这
第一步:把'NT AUTHORITY\NETWORK SERVICE' 添加到Administrator组中 我的电脑-->右键-->管理-->本地用户和组 选择“组&#
摘要:用DELPHI实现为NT添加用户 type USER_INFO_1=record usri1_name:pwidechar; usri1_password:pwidechar;