上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 77 下一页
摘要: 创建服务sc create runsysbinpath= "cmd /k start" type= own type= interact启动服务net start runsys 阅读全文
posted @ 2010-07-14 15:37 ahuo 阅读(678) 评论(1) 推荐(0)
摘要: AP 的设备类型是IETF配置证书UserCert.crt 和 UserPriKey.crt 阅读全文
posted @ 2010-07-12 15:02 ahuo 阅读(400) 评论(0) 推荐(0)
摘要: !logexts.loge !logexts.logc e *!logexts.logo e v!logexts.logb p !logexts.loge    enables logging!logexts.logc e  displays all API categories!logexts.logo e v  debugger (d), a text file (t), or a verbo... 阅读全文
posted @ 2010-07-01 22:28 ahuo 阅读(893) 评论(0) 推荐(1)
摘要: 修改:winnetstandard.vmxvmmouse.present ="FALSE"svga.forceTraces = "TRUE"一定要启用硬件加速下载符号从windbug中找到文件dbghelp.dll,symsrv.dll替换相应文件 阅读全文
posted @ 2010-06-29 15:50 ahuo 阅读(434) 评论(1) 推荐(1)
摘要: 获得c:\windows\system32下的所有文件的符号symchk /r c:\windows\system32 /s SRV*c:\symbols\*http://msdl.microsoft.com/download/symbols获得c:\windows\system32\secur32.dll 的符号symchk /r c:\windows\system32\secur32.dll ... 阅读全文
posted @ 2010-06-29 14:09 ahuo 阅读(1863) 评论(0) 推荐(0)
摘要: IAS中的数据包(包含到域中认证)IAS模块C:\WINDOWS\System32\svchost.exe -k netsvcsHKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\RasMan\PPP\EAP\26 阅读全文
posted @ 2010-06-29 10:33 ahuo 阅读(484) 评论(1) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1/*2Youcangetalocallyvalidlogonsession(anetworklogonsession)byusingSSPI.3Simplyspecifyalternatecrede... 阅读全文
posted @ 2010-06-29 10:21 ahuo 阅读(1150) 评论(0) 推荐(0)
摘要: Peer radius---- -------------<- EAP-Request/IdentityEAP-Response/Identity (MyID) -><- EAP-Request/ EAP-Type=EAP MS-CHAP-V2 (Challenge[16])EAP-Response/EAP-Type=EAP-MS-CHAP-V2(Response)->... 阅读全文
posted @ 2010-06-28 17:22 ahuo 阅读(698) 评论(0) 推荐(0)
摘要: 1 User Request(用户请求) 2 Lost Carrier 3 Lost Service(服务丢失) 4 Idle Timeout(闲置超时) 5 Session Timeout(会话超时) 6 Admin Reset(管理员重置) 7 Admin Reboot(管理员重启) 8 Port Error(端口错误) 9 NAS Error(NAS错误) 10 NAS Request(NA... 阅读全文
posted @ 2010-05-28 14:32 ahuo 阅读(992) 评论(0) 推荐(0)
摘要: .extpath 扩展模块搜索路径 .ecxr;kb !analyze -v~ - 列举出当前进程上下文中的所有线程~* - 列举出当前进程上下文中的所有线程的详细信息lm - 列举出所有加载的模块!sym noice/quiet - 代码提示开关.srcpath -设置源码路径k - 显示当前堆栈 阅读全文
posted @ 2010-05-19 11:44 ahuo 阅读(8829) 评论(4) 推荐(1)
摘要: aaa new-modelaaa group server radius dot1xserver 134.160.148.85 auth-port 1812 acct-port 1813server-private 134.160.148.85 auth-port 1812 acct-port 1813 key 123456!aaa authentication login default lin... 阅读全文
posted @ 2010-03-16 16:54 ahuo 阅读(895) 评论(0) 推荐(0)
摘要: [DllImport("Netapi32.dll")] extern static int NetUserGetInfo([MarshalAs(UnmanagedType.LPWStr)] string servername, [MarshalAs(UnmanagedType.LPWStr)] string username, int level, out IntPtr bufptr); [Dll... 阅读全文
posted @ 2010-01-29 12:47 ahuo 阅读(751) 评论(0) 推荐(0)
摘要: 1. 单击“开始”,单击“运行”,键入 regedit,然后单击“确定”。2. 展开以下子项: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon3. 右键单击“Winlogon”,指向“新建... 阅读全文
posted @ 2010-01-19 14:31 ahuo 阅读(907) 评论(0) 推荐(0)
摘要: 1. 如果在已经处于 ESTABLISHED状态下的socket(一般由端口号和标志符区分)调用closesocket(一般不会立即关闭而经历TIME_WAIT的过程)后想继续重用该socket: BOOL bReuseaddr=TRUE;setsockopt(s,SOL_SOCKET ,SO_REUSEADDR,(const char*)&bReuseaddr,sizeof(BOOL))... 阅读全文
posted @ 2010-01-06 11:19 ahuo 阅读(361) 评论(0) 推荐(0)
摘要: 接受代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--BOOLbRunning=TRUE;while(bRunning){MSGmsg;DWORDdwRet=MsgWaitForMultipleObjects(0,NULL,FALSE,INFINI... 阅读全文
posted @ 2009-12-15 16:36 ahuo 阅读(287) 评论(0) 推荐(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 77 下一页