摘要:
Everyone hates NetBIOS, so why is it still around? If you recall, NetBIOS is an ancient (1983) session-level interface and transport protocol developed by Sytec for IBM to network together PCs. It's noisy (broadcast-based), insecure (commands likenet viewandnbtstatcan tell attackers a lot about 阅读全文
摘要:
see also:http://www.ubiqx.org/cifs/NetBIOS.html.1.2 NBT or Not NBTBefore we actually start, there is one more thing to mention: The SMB protocol is supposed to be "transport independent". That is, SMBshouldwork over any reliable transport that meets a few basic criteria. NBT is one such tr 阅读全文
摘要:
You're going to be doing some Winsock programming soon, but just sending raw byte streams back andforth isn't very interesting. You need to use a higher-level protocol in order to be compatible with existingInternet servers and browsers. HTTP is a good place to start because it's the pro 阅读全文
摘要:
If you want to implement an HTTP client access in your application, you may consider several choices:Use the providedIndycomponents;Use third-party components likeSynapse,ICSor your ownWinSock-based wrapper;UseWinINet;UseWinHTTP.For our ORM, we tried to avoid external dependencies, and did not have 阅读全文
摘要:
在这个系列课程中,来自微软的权威技术专家将向您解释Windows操作系统的内部工作原理,从系统架构的大局观出发,逐步展示进程、线程、安全机制、内存管理和存储管理等子系统的工作方式。通过对底层原理的揭示,使您更进一步的理解Windows上各类程序的工作方式和如何进行错误诊断及性能优化。 本次课程的内容编排得到了国内知名技术作家,《Windows Internals》一书的中文译者,潘爱民先生的大力支持,同时TechNet也邀请到了众多微软一线技术专家进行讲解。这是一个为IT专业人员量身定做的Windows内部知识课程,在介绍原理的同时,也紧密地围绕实际案例和常见的故障进行分析点评。这是一个系统的 阅读全文
摘要:
http://www.poweradmin.com/help/enableWMI.aspxWMI comes installed on all of Microsoft's modern operating systems (Windows 2000, Windows XP, Windows 2003, Windows Vista and Windows 20081). What this page will describe is how to enableremote accessto WMI. The following steps should only take a minu 阅读全文