-
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…
-
### Brief description of your issue
While writing a small function to host the CLR in the current process and load and invoke an assembly. After invoking the assembly the app domain is getting unload…
-
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
-
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…
-
Hi,
It would be a good idea to connect a dynamic library from Scintilla, an example of such an implementation with the SciLexer module can be found here - https://github.com/lynnux/windbg_hilight (…
-
### Operating System
win10 22H2
### x64dbg Version
download on 2023.7.14
### Describe the issue
Just as the title. (By the way, windbg doesn't have this problem)
### Steps to reprodu…
-
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…
-
The response of hook-key is very slow, so I want to use a method to activate the windbg window. For example, after setting the color of the current line, the windbg window is activated. The function I…
-
As well as consuming 'egregious' amounts of kernel stack, the new pool package in RS5 broke the windbg `!pool ` command in WinDbg (both the app and the old style one).
I haven't met a single kernel…