转载
https://docs.microsoft.com/zh-cn/sysinternals/downloads/notmyfault
NotMyFault v4.20
By Mark Russinovich
Published: June 14, 2019
Download NotMyFault (1 MB)
Introduction
Notmyfault is a tool that you can use to crash, hang, and cause kernel memory leaks on your Windows system. It’s useful for learning how to identify and diagnose device driver and hardware problems, and you can also use it to generate blue screen dump files on misbehaving systems. The download file includes 32-bit and 64-bit versions, as well as a command-line version that works on Nano Server. Chapter 7 in Windows Internals uses Notmyfault to demonstrate pool leak troubleshooting and Chapter 14 uses it for crash analysis examples.
Screenshots

Usage
You can use the GUI versions or the command-line version. Notmyfault requires administrative privileges.
Usage:
notmyfaultc.exe crash crash_type_num
Shell
crash type:
0x01: High IRQL fault (Kernel-mode)
0x02: Buffer overflow
0x03: Code overwrite
0x04: Stack trash
0x05: High IRQL fault (User-mode)
0x06: Stack overflow
0x07: Hardcoded breakpoint
0x08: Double Free
Or notmyfaultc.exe hang hang_type_num
Shell
hang type:
0x01: Hang with IRP
0x02: Hang with DPC
NotMyFault是一款可在Windows系统上故意触发崩溃、挂起及内核内存泄漏等问题的工具,适用于学习如何识别和诊断设备驱动及硬件问题。该工具包含GUI和命令行版本,可用于生成蓝屏转储文件,进行池泄漏故障排除及崩溃分析。

252

被折叠的 条评论
为什么被折叠?



