-
After WU, the Windbg preview app will crash and can't be opened, the WER in event log as below, besides, I've download another version on MS website but still failed.
**WU version**
Faulting appli…
-
**Please Note: This form is the minimum required information for submitting bugs.**
**Removing this form may lead to your issue being closed until it is completed.**
Platform / OS / Hardware: Windo…
-
provide a new command in sos or windbg to open managed source files by passing module and method name or code/ip address.
cerrv updated
5 months ago
-
When i was a Software engineers - I loved using Windbg, it was my best buddy to debug code. As I moved to security research -I came across a lot of other debuggers - Olly, Immunity, x64dbg to name a f…
-
It seems related to the fact that the debugger is started using start_app and not a regular CreateProcess call.
Why do we need to inject to the debugger process? it didn't work anyway.
Unfortunately …
elibi updated
8 years ago
-
0: kd> .load C:\WinDbg\pstacks\pstacks.dll
0: kd> !pstacks
No export pstacks found
-
### Description
Issue is very similar to https://github.com/dotnet/runtime/issues/95922 however we have upgraded all the way to the current release of 8.0 as of 11/18/2024 which is `8.0.10`. Not…
-
WinDbg has the `.childdbg` option which will automatically cause the debugger to attach to child processes when the parent calls `CreateProcess`.
GDB has a similar option, where you can set it to f…
-
**Describe the bug**
When using HyperDbg in VMware, there is an error message indicating that the driver failed to load with error 0x7f. DES has already been disabled using WinDbg, and both VBS and H…
oeroi updated
3 months ago
-
With "classic" windbg, you can copy an extension DLL under the install directory.
With Windbg Preview, that directory seems to be made readonly (by the store installer, I guess). There should be so…