上一页 1 ··· 5 6 7 8 9
摘要: http://dev.firnow.com/course/3_program/c++/cppjs/2008331/107799.html结构体(struct)的sizeof值,并不是简单的将其中各元素所占字节相加,而是要考虑到存储空间的字节对齐问题。先看下面定义的两个结构体.struct{ char a; short b; char c;}S1;struct{char a;char b;short... 阅读全文
posted @ 2010-05-24 22:52 bettermanlu 阅读(813) 评论(0) 推荐(0) 编辑
摘要: http://www.ethicalhacker.net/content/view/309/2/An exception handler is a piece of code that is written inside an application with the purpose of dealing with cleanup activities when the application t... 阅读全文
posted @ 2010-05-19 18:23 bettermanlu 阅读(265) 评论(0) 推荐(0) 编辑
摘要: http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2001060517115206?Open&seg=entQuestion/Issue:You want to know the most common load points that are used by viruses, worms, or Trojans und... 阅读全文
posted @ 2010-05-17 14:17 bettermanlu 阅读(460) 评论(0) 推荐(0) 编辑
摘要: http://blogs.msdn.com/ishai/archive/2004/06/24/165143.aspxWhy does the compiler generate a MOV EDI, EDI instruction at the beginning of functions?I’ve recently noticed that on the XPSP2 Beta tha... 阅读全文
posted @ 2010-05-06 22:31 bettermanlu 阅读(267) 评论(0) 推荐(0) 编辑
摘要: http://www.sevenforums.com/crash-lockup-debug-how/34871-3-advanced-principles-debugging.html#post287662We are discussing "registers", not the registry The last of the main items of minidump informatio... 阅读全文
posted @ 2010-05-03 22:58 bettermanlu 阅读(251) 评论(0) 推荐(0) 编辑
摘要: http://www.sevenforums.com/crash-lockup-debug-how/34871-3-advanced-principles-debugging.html#post287662What's a "loaded modules" list? Another of the most important bits of information in a minidump i... 阅读全文
posted @ 2010-05-03 22:24 bettermanlu 阅读(302) 评论(0) 推荐(0) 编辑
摘要: http://www.sevenforums.com/287662-post1.htmlYes, I realise it has "stacked", but how?!? One of the items of information stored in a minidump is the "stack" of the crashing thread. All threads have a s... 阅读全文
posted @ 2010-05-03 21:44 bettermanlu 阅读(301) 评论(0) 推荐(0) 编辑
摘要: http://www.osronline.com/article.cfm?article=325Special PoolBy enabling the Special Pool option, you enable two safeguards for one of the most insidious types of driver error: memory corruption. The f... 阅读全文
posted @ 2010-04-30 22:42 bettermanlu 阅读(553) 评论(0) 推荐(0) 编辑
摘要: How to disable the password complexity in Windows Server 2008?You can do this using two methods:Method 1:In Windows Server 2008, there is an option in Local Security Policy. Click on Start and then Ad... 阅读全文
posted @ 2010-04-28 13:13 bettermanlu 阅读(487) 评论(0) 推荐(0) 编辑
摘要: Email tip1: When asking for help with a problem, also mention what you've already triedWhen you ask a question,you should also mention what steps you've already taken whenattempting to solve it on you... 阅读全文
posted @ 2010-04-25 21:35 bettermanlu 阅读(135) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9