上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 77 下一页
摘要: ;-----------------------------------------------------------------------; 显示字符串的子函数—— ;-----------------------------------------------------------------------assume cs:code,ds:datadata seg... 阅读全文
posted @ 2010-08-20 12:18 ahuo 阅读(394) 评论(0) 推荐(0) 编辑
摘要: x86 系统中断 ______________________________________________________________________________ 直接系统服务(Direct System Service) INT 00H - “0”作除数 INT 01H - 单步中断 INT 02H - 非屏蔽中断(NMI) INT 03H - 断点中... 阅读全文
posted @ 2010-08-20 10:01 ahuo 阅读(918) 评论(0) 推荐(0) 编辑
摘要: //// status codes returned by drivers//#define NDIS_STATUS_SUCCESS ((NDIS_STATUS)STATUS_SUCCESS)#define NDIS_STATUS_PENDING ((NDIS_STATUS)STATUS_PENDING)#define NDIS_STATUS_NOT_RECOGNIZED ((NDIS_STATU... 阅读全文
posted @ 2010-08-10 14:01 ahuo 阅读(543) 评论(0) 推荐(0) 编辑
摘要: 很多浏览器都会被修改成打开时首页为http://www.1188.com/IE的修复方法:打开注册表HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0DDF3C19-E692-22D2-AB05-11AA44BDD685}\Shell\Open\CommandC:\Program Files\Internet Explorer\iexplore.exe htt... 阅读全文
posted @ 2010-07-31 17:15 ahuo 阅读(1716) 评论(0) 推荐(0) 编辑
摘要: 启用迅雷的智能限速时要小心,时不时会引起蓝屏!已经搞坏了一块硬盘了!1: kd> !analyze -v******************************************************************************** ** Bugcheck Analysis ** ****************************************... 阅读全文
posted @ 2010-07-29 23:25 ahuo 阅读(1402) 评论(0) 推荐(0) 编辑
摘要: 编译参数Release/nologo /ML /W3 /GX /O2 "NDEBUG" /D /Fp"Release/Eap.pch" /YX /Fo"Release/" /Fd"Release/" /FD /cRelease(PDB)/nologo /ML /W3 /GX /Zi /O2 "NDEBUG" /D /Fp"Release/Eap.pch" /YX /Fo"Release/" /Fd... 阅读全文
posted @ 2010-07-27 15:14 ahuo 阅读(492) 评论(0) 推荐(0) 编辑
摘要: "Key not valid for use in specified state" 主要是因为用户的密码被修改引起的到C:\Documents and Settings\Administrator\Application Data\Microsoft\VisualStudio\8.0\ServerExplorer\把DefaultView.SEView删掉就可以解决 阅读全文
posted @ 2010-07-22 11:13 ahuo 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 创建服务sc create runsysbinpath= "cmd /k start" type= own type= interact启动服务net start runsys 阅读全文
posted @ 2010-07-14 15:37 ahuo 阅读(658) 评论(1) 推荐(0) 编辑
摘要: AP 的设备类型是IETF配置证书UserCert.crt 和 UserPriKey.crt 阅读全文
posted @ 2010-07-12 15:02 ahuo 阅读(394) 评论(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 阅读(880) 评论(0) 推荐(1) 编辑
摘要: 修改:winnetstandard.vmxvmmouse.present ="FALSE"svga.forceTraces = "TRUE"一定要启用硬件加速下载符号从windbug中找到文件dbghelp.dll,symsrv.dll替换相应文件 阅读全文
posted @ 2010-06-29 15:50 ahuo 阅读(417) 评论(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 阅读(1847) 评论(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 阅读(477) 评论(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 阅读(1137) 评论(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 阅读(677) 评论(0) 推荐(0) 编辑
上一页 1 ··· 44 45 46 47 48 49 50 51 52 ··· 77 下一页