mirror of
https://github.com/yrp604/bdump
synced 2026-06-08 18:32:32 +00:00
Update README.md
make supported platforms explicit
This commit is contained in:
@@ -4,9 +4,9 @@ A windbg-js plugin to dump the cpu state.
|
||||
|
||||
## Usage
|
||||
|
||||
You'll probably want the VM to have 1 vCPU. Sometimes kd gets confused about
|
||||
which CPU scripts run on. Additionally, once you hit your bp you should verify
|
||||
that `GSBASE` and `KERNEL_GSBASE` are different:
|
||||
Only tested with Hyper-V. You'll probably want the VM to have 1 vCPU. Sometimes
|
||||
kd gets confused about which CPU scripts run on. Additionally, once you hit your
|
||||
bp you should verify that `GSBASE` and `KERNEL_GSBASE` are different:
|
||||
|
||||
```
|
||||
kd> rdmsr c0000101
|
||||
|
||||
Reference in New Issue
Block a user