该文被密码保护。 阅读全文
摘要:
from:http://blog.csdn.net/iiprogram/article/details/4792409PrefaceThis article was written to provide the better understanding to people who do not have any experience in this field. I am not going to describe about PE structure, so I think it was explained enough in Matt Pietrek's articles in M 阅读全文
摘要:
from:http://blog.csdn.net/iiprogram/article/details/4792390自己写的PE信息查看工具(C代码),不甚完美,希望可以帮助初学PE的读者从编程的角度认识PE文件,GoodLuck!下面是源代码:/*///////////////////////////////////////////////////////////////////////////////ThisprogramwilloutputthevaluesofimportantmembersinthePEfileGoodLuck!/////////////////////////// 阅读全文
摘要:
前段时间为了一个项目而把VS2008换成了VS2010,结果原本就不堪重负的本本跑起VS2010来那更是慢得没话说,于是看了遍VS2010选项,又从网上到处找资料找优化方法,总算使我的VS2010跑得快了些。一、VS2010选项视觉体验设置工具->选项->环境视觉体验的勾选都去掉。不解释,你懂得。二、禁用Intellisense工具->选项->文本编辑器->C/C++->高级禁用IntelliSense设为True这个功能很好用。相较于Visual Assist X,Intellisence结果更加准确,但活动也更加频繁,项目一庞大时修改头起来就会使VS变得 阅读全文