标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
windbg+vmware调试驱动 | 1630 | 0 | 0 | 2008-10-03 | |
GTK开发环境在win32&VC6 IDE环境下的 | 1939 | 0 | 0 | 2008-09-19 | |
XP下硬盘安装Vista | 1065 | 0 | 0 | 2008-09-17 | |
diff和patch使用指南(转) | 756 | 0 | 0 | 2008-09-16 | |
10 Minutes to document your code doxygen | 3972 | 0 | 0 | 2008-09-15 | |
Compiling and Integrating Crypto++ into the Micros | 2696 | 0 | 0 | 2008-09-15 | |
Building Boost libraries for Visual Studio | 1065 | 0 | 0 | 2008-09-15 | |
A color picker button | 846 | 0 | 0 | 2008-09-14 | |
Transparent digital clock | 865 | 0 | 0 | 2008-09-14 | |
Dynamic embossed text Progress control | 944 | 0 | 0 | 2008-09-14 | |
CSplashScreenEx : a non rectangular splash screen | 921 | 0 | 0 | 2008-09-14 | |
Ruler Control | 827 | 0 | 0 | 2008-09-14 | |
Java 'Swing' style components written in MFC | 800 | 0 | 0 | 2008-09-14 | |
Advanced Checkers Control | 856 | 0 | 0 | 2008-09-14 | |
Fancy controls 个性化控件 | 1482 | 0 | 0 | 2008-09-14 | |
Column Separator Control | 970 | 0 | 0 | 2008-09-14 | |
Formula Editor 公式控件 | 2192 | 0 | 0 | 2008-09-14 | |
CPPDumpCtrl - version 1.2 | 982 | 0 | 0 | 2008-09-14 | |
Bar Graph Control | 632 | 0 | 0 | 2008-09-14 | |
Chart and Pie for data with hole | 1209 | 0 | 0 | 2008-09-14 |
chinaunix网友2009-06-17 21:49
我也对windows的底层感兴趣,LZ的那个键盘过滤驱动写的简单明了,适合我们初学者,目前我想搞USB过滤驱动和Native NT的程序,不知道LZ有没有相关资料,希望多放出些,参考参考
chinaunix网友2009-06-17 21:49
我也对windows的底层感兴趣,LZ的那个键盘过滤驱动写的简单明了,适合我们初学者,目前我想搞USB过滤驱动和Native NT的程序,不知道LZ有没有相关资料,希望多放出些,参考参考
chinaunix网友2008-11-08 10:59
您好,搜到您关于disasm反汇编引擎的帖子,很有收获,谢谢您的分享。但是在使用的过程中,发现一个问题,对PE代码段进行反汇编时,当Opcode为E8 XXXX(地址),可以正确反汇编为CALL XXXX,但是当Opcode为FF D6,反汇编应该为CALL ESI(OD查看),但是用disasm反汇编出来却是0000000,不知道问题出在哪里。谢谢您的分享。 我的Mail:rxh0094(at)yahoo dot com dot cn 期待着您的答复!