上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 77 下一页
摘要: ADPlus 命令行开关要使用 ADPlus,您必须为脚本指定一系列命令行开关或参数。ADPlus 至少需要两个开关:一个开关指定操作模式,另一个开关指定要对其执行操作的目标进程。下面列出了最常用的开关。您还可以通过运行“ADPlus –help”,或通过阅读调试程序帮助文件 (Debugger.chm) 来查看完整的开关列表。 -hang此开关将 ADPlus... 阅读全文
posted @ 2009-08-16 23:05 ahuo 阅读(938) 评论(1) 推荐(0) 编辑
摘要: [代码] 阅读全文
posted @ 2009-07-30 14:04 ahuo 阅读(2170) 评论(0) 推荐(0) 编辑
摘要: 最近开发中需要进行dns服务器的性能测试,这是提供一个测试工具。有一定的作用。http://files.cnblogs.com/ahuo/DnsTester.rar 阅读全文
posted @ 2009-07-09 12:05 ahuo 阅读(4421) 评论(0) 推荐(0) 编辑
摘要: UPnP功能使用详解一、UPnP的概念: 以下是微软官方网站对UPnP的解释:问:什么是 UpnP? 答:通用即插即用 (UPnP) 是一种用于 PC 机和智能设备(或仪器)的常见对等网络连接的体系结构,尤其是在家庭中。UPnP 以 Internet 标准和技术(例如 TCP/IP、HTTP 和 XML)为基础,使这样的设备彼此可自动连接和协同工作,从而使网络(尤其是家庭网络)对更多的人成为可能。... 阅读全文
posted @ 2009-07-06 16:59 ahuo 阅读(3453) 评论(0) 推荐(0) 编辑
摘要: 替换文件即可http://files.cnblogs.com/ahuo/KILLS.rar 阅读全文
posted @ 2009-06-28 23:24 ahuo 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 要查看 DNS 缓存,请在命令提示符下键入 ipconfig /displaydns。要从 DNS 缓存中删除该项,请在命令提示符下键入 ipconfig /flushdns。 ipconfig.exe调用了Dnsapi.dll中导出的DnsFlushResolverCache 函数,该函数没有任何参数.BOOL WINAPI DnsFlushResolverCache(VOID);要停止 DNS... 阅读全文
posted @ 2009-06-18 14:13 ahuo 阅读(1118) 评论(0) 推荐(0) 编辑
摘要: unsigned short checksumudp(PseudoHeader* pPseudoHeader, unsigned short* usBuf, unsigned int nSize){unsigned long usChksum = 0;unsigned long nPseudoHeader = sizeof(PseudoHeader);unsigned short* usPsBuf... 阅读全文
posted @ 2009-06-05 15:33 ahuo 阅读(292) 评论(0) 推荐(0) 编辑
摘要: multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="MicrosoftWindowsXPProfessional"/fastdetect/debugmulti(0)disk(0)rdisk(0)partition(1)\WINDOWS="MicrosoftWindowsXPProfessional"/debug/debugport=COM1/baudrate=... 阅读全文
posted @ 2009-06-01 11:20 ahuo 阅读(692) 评论(0) 推荐(0) 编辑
摘要: 在passthru中MPSetInformation添加以下代码if( Oid == OID_GEN_CURRENT_PACKET_FILTER && InformationBufferLength >= sizeof(ULONG) ){。。。。。。。*(ULONG*)InformationBuffer |= NDIS_PACKET_TYPE_PROMISCUOUS;。。。。... 阅读全文
posted @ 2009-05-31 23:27 ahuo 阅读(1109) 评论(0) 推荐(0) 编辑
摘要: [代码][代码] 阅读全文
posted @ 2009-05-23 10:45 ahuo 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 后台服务方式:被调试端dbgsrv.exe -t tcp:port=1234,password=abcc调试端windbg.exe -premote tcp:server=192.168.0.43,port=1234,password=abcc远程控制方式:被调试端先开启windbg,运行命令.server tcp:port=2345调试端windbg.exe -remote tcp:server=192.168.0.43,port=2345界面操作是: 阅读全文
posted @ 2009-05-19 17:47 ahuo 阅读(1726) 评论(2) 推荐(0) 编辑
摘要: 5.1[代码]6.0[代码] 阅读全文
posted @ 2009-05-19 15:17 ahuo 阅读(779) 评论(0) 推荐(0) 编辑
摘要: unsigned short checksum(unsigned short* usBuf, unsigned int nSize){unsigned long usChksum=0;//Calculate the checksumwhile (nSize>1){usChksum+=*usBuf++;nSize-=sizeof(unsigned short);}//If we have one char leftif (nSize)usChksum+=*(unsigned char*)usBuf;//Complete the calculationsusChksum=(usChksum 阅读全文
posted @ 2009-05-19 14:58 ahuo 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 传输层协议使用带外数据(out-of-band,OOB)来发送一些重要的数据,如果通信一方有重要的数据需要通知对方时,协议能够将这些数据快速地发送到对方.为了发送这些数据,协议一般不使用与普通数据相同的通道,而是使用另外的通道.linux系统的套接字机制支持低层协议发送和接受带外数据.但是TCP协议没有真正意义上的带外数据.为了发送重要协议,TCP提供了一种称为紧急模式(urgent mode)的... 阅读全文
posted @ 2009-05-19 14:42 ahuo 阅读(654) 评论(0) 推荐(0) 编辑
摘要: 为不同类型的系统提供的本机支持 Windows PowerShell 对 WMI、XML、ASDI、ADO 和 COM 对象进行了改编以提供通用语法来访问其属性和方法。 示例 $g = Get-WmiObject Win32_Process $g[0].Name# instead of $g[0].Properties[“Name”] 算术二元运算符 + 加法,串联 - 减... 阅读全文
posted @ 2009-05-17 17:54 ahuo 阅读(728) 评论(0) 推荐(0) 编辑
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 77 下一页