标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
Drawing horizontal and vertical gridlines | 865 | 0 | 0 | 2007-09-29 | |
Colorizing the Scroll Bars of Your Application's W | 1253 | 0 | 0 | 2007-09-29 | |
mfc extension library - cj60lib ( updated for visu | 2070 | 0 | 0 | 2007-09-29 | |
Simple way to change dialog's background and text | 968 | 0 | 0 | 2007-09-28 | |
Changing row height in owner drawn control | 873 | 0 | 0 | 2007-09-27 | |
Using virtual lists | 955 | 0 | 0 | 2007-09-26 | |
Neat Stuff todo in List Controls Using Custom Draw | 1002 | 0 | 0 | 2007-09-26 | |
XP风格控件界面库 | 1303 | 0 | 0 | 2007-09-25 | |
自绘菜单实现 | 948 | 0 | 0 | 2007-09-25 | |
子类化菜单步骤 | 1270 | 1 | 0 | 2007-09-25 | |
在MFC程序中显示JPG/GIF图像 | 823 | 0 | 0 | 2007-09-24 | |
介绍一款VC辅助开发工具VcExtend | 846 | 0 | 0 | 2007-09-21 | |
为工具栏按钮增加下拉菜单 | 1073 | 0 | 0 | 2007-09-21 | |
分割窗口后如何限制分割条的移动范围以及切分条控制 | 2062 | 0 | 0 | 2007-09-18 | |
CSplitDialog for Dialog based Applications | 1431 | 0 | 0 | 2007-09-12 | |
关于switch-case语句 | 2099 | 0 | 0 | 2007-09-06 | |
VC调试入门 | 794 | 0 | 0 | 2007-09-04 | |
时间换算关系 | 680 | 0 | 0 | 2007-09-04 | |
深入理解C++中的mutable关键字 | 842 | 0 | 0 | 2007-09-03 |
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 期待着您的答复!