- 博客(5)
- 收藏
- 关注
转载 最近用到的Linux常用命令总结
最近用到的Linux常用命令总结 - ls :显示当前目录文件信息 `ls -a -l` - cd :目录跳转 cd .. 上级目录 cd ~ home目录 cd - 最近目录 - cat :在屏幕上打印文件、连接、追加文件 cat text.log 显示text.log cat -n text.log 显示行号 cat text.log >> text2.l...
2015-03-21 14:45:00
158
转载 Linq to Sqlite
主要参考这个 :http://www.cnblogs.com/walkingboy/archive/2009/10/27/1590988.html 说一下遇到的问题 DbMetal.exe--conn="data source=C:\Users\Shuan\Desktop\DbLinq-0.20.1\PrivacyFile.db" --database=TestData...
2012-11-04 00:28:00
212
转载 miniFilter 内核层与应用程序通信
重点说下FltSendMessage() FilterGetMessage() 和 FilterReplyMessage() 这三个函数 首先:内核层的结构体 // Defines the commands between the utility and the filter typedef enum _NPMINI_COMMAND { ENUM_PASS = 0,...
2012-03-15 11:53:00
607
转载 《寒江独钓-Windows内核安全编程》学习笔记2-键盘过滤
#pragma once #ifdef __cplusplus extern "C" { #endif #include <wdm.h> #include <ntddkbd.h> #ifdef __cplusplus } #endif #define PAGEDCODE code_seg("PAGE") #define LOCK...
2012-02-24 10:55:00
289
转载 《寒江独钓-Windows内核安全编程》学习笔记1-串口过滤
View Code 1 #pragma once 2 3 #ifdef __cplusplus 4 extern "C" 5 { 6 #endif 7 #include <NTDDK.h> 8 #include <ntstrsafe.h> 9 #ifdef __cplusplus10 }11 #endif 12 13 #define PAGEDCODE...
2012-02-23 21:44:00
232
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人