标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
Fancy controls 个性化控件 | 1498 | 0 | 0 | 2008-09-14 | |
Column Separator Control | 974 | 0 | 0 | 2008-09-14 | |
Formula Editor 公式控件 | 2209 | 0 | 0 | 2008-09-14 | |
CPPDumpCtrl - version 1.2 | 987 | 0 | 0 | 2008-09-14 | |
Bar Graph Control | 637 | 0 | 0 | 2008-09-14 | |
Chart and Pie for data with hole | 1212 | 0 | 0 | 2008-09-14 | |
A Spectrum Analyzer at your desktop | 837 | 0 | 0 | 2008-09-14 | |
Using the MS Chart control in VC++ | 1308 | 0 | 0 | 2008-09-14 | |
Analog Meter Class | 766 | 0 | 0 | 2008-09-14 | |
Pie Chart Control | 762 | 0 | 0 | 2008-09-14 | |
Passing an Array of Values to the Visual C++ MSCha | 643 | 0 | 0 | 2008-09-14 | |
How to print an ActiveX MSChart control | 936 | 0 | 0 | 2008-09-14 | |
Custom Control Graph and Process Bar | 743 | 0 | 0 | 2008-09-14 | |
CHistogramCtrl, a windows 2000 like histogram cont | 866 | 0 | 0 | 2008-09-14 | |
C2DPushGraph: A Push Graph Control | 1189 | 0 | 0 | 2008-09-14 | |
A 2D data visualisation class | 837 | 0 | 0 | 2008-09-14 | |
NSChart Control | 615 | 0 | 0 | 2008-09-14 | |
Oscilloscope/StripChart Control | 897 | 0 | 0 | 2008-09-14 | |
CBarChart | 1073 | 0 | 0 | 2008-09-14 | |
2D Graph ActiveX Control | 2340 | 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 期待着您的答复!