09 2015 档案

摘要:本文是对Win7(64)+VS2010+WDK7.1.0(WinDDK\7600.16385.1)开发驱动的小结。一、系统工具1、Win7(amd64位)系统注:已装系统后,管理员身份运行cmd命令,查看bcdedit/settestsigningtrue、bcdedit/debugon等命令是否运... 阅读全文
posted @ 2015-09-23 17:12 慧由心生 阅读(1401) 评论(6) 推荐(0) 编辑
摘要:驱动开发参考文章:Windbg+Vmware驱动调试 http://blog.csdn.net/xuepiaosong/article/details/8236702驱动调试攻略(WinDbg) http://blog.163.com/zhg_tao/blog/static/84116744200... 阅读全文
posted @ 2015-09-16 19:53 慧由心生 阅读(1419) 评论(0) 推荐(0) 编辑
摘要://获取启动了应用程序的可执行文件的路径,不包括可执行文件的名称。 string str5=Application.StartupPath; //可获得当前执行的exe的文件名。 string str1 =Process.GetCurrentProcess().... 阅读全文
posted @ 2015-09-06 14:38 慧由心生 阅读(246) 评论(0) 推荐(0) 编辑
摘要:1、获取Mac地址//WiFi通知回调 private WlanApi.WLAN_NOTIFICATION_CALLBACK _notificationCallback;this._notificationCallback = new WlanApi.WLAN_NOTIFICATION... 阅读全文
posted @ 2015-09-01 10:39 慧由心生 阅读(5552) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示