标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
如何使用 SqlConfigDataSource 创建 ODBC 数据源 | 2927 | 0 | 0 | 2008-10-23 | |
Winsock的事件I/O异步模型(开发网络通信程序入门的继续) | 1183 | 0 | 0 | 2008-10-23 | |
Windows下Openssl安装以及编程 | 2780 | 0 | 0 | 2008-10-22 | |
文件系统过滤驱动基础知识 | 2473 | 0 | 0 | 2008-10-03 | |
GTK开发环境在win32&VC6 IDE环境下的 | 1945 | 0 | 0 | 2008-09-19 | |
XP下硬盘安装Vista | 1066 | 0 | 0 | 2008-09-17 | |
diff和patch使用指南(转) | 756 | 0 | 0 | 2008-09-16 | |
10 Minutes to document your code doxygen | 3974 | 0 | 0 | 2008-09-15 | |
Compiling and Integrating Crypto++ into the Micros | 2701 | 0 | 0 | 2008-09-15 | |
Building Boost libraries for Visual Studio | 1069 | 0 | 0 | 2008-09-15 | |
A color picker button | 848 | 0 | 0 | 2008-09-14 | |
Transparent digital clock | 867 | 0 | 0 | 2008-09-14 | |
Dynamic embossed text Progress control | 944 | 0 | 0 | 2008-09-14 | |
CSplashScreenEx : a non rectangular splash screen | 924 | 0 | 0 | 2008-09-14 | |
Ruler Control | 829 | 0 | 0 | 2008-09-14 | |
Java 'Swing' style components written in MFC | 801 | 0 | 0 | 2008-09-14 | |
Advanced Checkers Control | 858 | 0 | 0 | 2008-09-14 | |
Fancy controls 个性化控件 | 1490 | 0 | 0 | 2008-09-14 | |
Column Separator Control | 971 | 0 | 0 | 2008-09-14 | |
Formula Editor 公式控件 | 2199 | 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 期待着您的答复!