From e633cd3bc51c78f843b50e6a2db6f0acd2ff3330 Mon Sep 17 00:00:00 2001 From: Michael Bikovitsky Date: Sat, 12 Mar 2016 19:54:08 +0200 Subject: [PATCH] Update README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 037d65c..33435ae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # WingDbg -Friends don't let friends debug alone +Friends don't let friends debug alone. + + +## !regfix +Fixes that nasty bug in WinDbg that makes it not show any +registers when performing kernel debugging on targets older +than Windows 8 (approximately). Present since around WinDbg version 6.2. + +For more information, see [here][1]. + + + [1]: http://stackoverflow.com/q/35961246/851560