文件名称:ExcpHookMonitor_0.0.4
介绍说明--下载内容均来自于网络,请自行研究使用
ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ofc).
The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect.
The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!
The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect.
The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 11912892excphookmonitor_0.0.4.zip 列表 ExcpHookMonitor_0.0.4/ ExcpHookMonitor_0.0.4/changelog.txt ExcpHookMonitor_0.0.4/ExcpHook.exe ExcpHookMonitor_0.0.4/ExcpHook.sys ExcpHookMonitor_0.0.4/license.txt ExcpHookMonitor_0.0.4/src/ ExcpHookMonitor_0.0.4/src/config.h ExcpHookMonitor_0.0.4/src/Driver/ ExcpHookMonitor_0.0.4/src/Driver/Driver.c ExcpHookMonitor_0.0.4/src/Driver/go.bat ExcpHookMonitor_0.0.4/src/Driver/Makefile ExcpHookMonitor_0.0.4/src/Driver/Sources ExcpHookMonitor_0.0.4/src/ExcpHook.cpp ExcpHookMonitor_0.0.4/src/Makefile ExcpHookMonitor_0.0.4/src/TestSuite/ ExcpHookMonitor_0.0.4/src/TestSuite/excp_accviol.c ExcpHookMonitor_0.0.4/src/TestSuite/excp_accviolw.c ExcpHookMonitor_0.0.4/src/TestSuite/excp_div0.c ExcpHookMonitor_0.0.4/src/TestSuite/excp_invop.c ExcpHookMonitor_0.0.4/src/TestSuite/excp_nulderef.c ExcpHookMonitor_0.0.4/src/TestSuite/stress_test.cpp ExcpHookMonitor_0.0.4/TestSuite/ ExcpHookMonitor_0.0.4/TestSuite/excp_accviol.exe ExcpHookMonitor_0.0.4/TestSuite/excp_accviolw.exe ExcpHookMonitor_0.0.4/TestSuite/excp_div0.exe ExcpHookMonitor_0.0.4/TestSuite/excp_invop.exe ExcpHookMonitor_0.0.4/TestSuite/excp_nulderef.exe ExcpHookMonitor_0.0.4/TestSuite/stress_test.exe ExcpHookMonitor_0.0.4/todo.txt