搜索资源列表
PacketCapturexinban
- 用 Winsock 2 基础服务提供者截获网络封包的示例 安装方法 ------------------------------------------- 1. 运行Release\\install -install 2. Win98需要重启计算机,Win2000不需要 3. 运行dbgview.exe(本书没有附带, www.sysinternals.com),用来查看调试信息 4. 运行Release\\install -remove 卸载 -------------------------
dbgview
- dbgview.exe USB分析软件 -dbgview.exe USB analysis software dbgview.exe USB analysis software
xpassthru
- 利用NDIS中间驱动截获网络封包,用dbgview.exe调试可以看到截获的包数据,里面的STUP文件里有安装信息,可安装在个人电脑的网络服务里.-NDIS intermediate driver using intercepted network packets, you can see with dbgview.exe debugging intercepted packet data, which the STUP file with installation information th
Dbgview
- A tool used to see logs after launching symbian emulator in Windows.It is very convenient and helpful for symbian developers! To use this tool,you should extract it and then rename it,change "rename" to "exe".
dwaddcc
- RING3部分直接用了C++代码 LO.e 是驱动代码 实现了驱动的基本功能 创建链接符号等等 先运行Dbgview.exe 选中capture capture kernel 再运行LOApp.exe 输1,2...回车看看输出 -RING3 section of code directly with the C++ too lazy to use easy language to write code LO.e is driving the basic func
MonitorCreateExitProcessThread
- monitor_create_process_x64.sys加载后,就能在DBGVIEW看到效果。 监控了进程/线程的创建和退出,禁止名为calc.exe的进程创建。