-
Currently Rizin supports remote connection to the KD interface through `winkd://`. There is also a support for DbgEng but only for Windows and locally.
The missing piece is the ability to connect t…
-
-
**VERSION**
Windows 10 21H1
**PROBLEM**
the current union _KIDTENTRY64 is different from WinDbg and Intel Manual (p.3014 of 4778)
![IDT_Descriptor](https://user-images.githubusercontent.com/1…
mn297 updated
2 years ago
-
There are some known issues in x64dbg, like this [https://github.com/x64dbg/x64dbg/issues/1764](https://github.com/x64dbg/x64dbg/issues/1764), and I have a [plugin](https://www.52pojie.cn/thread-10704…
-
Visual Studio provides a means to enable verbose parsing output from Natvis via `Tools->Options->Debugging->Output Window->Natvis diagnostic messages` -- it'd be really nice if there were a way to get…
-
The Core OS team are trying to use WER dumps generated by setting `GOTRACEBACK=wer`. They can successfully generate dumps for crashing programs, but with what seems to be corrupted stack traces.
WE…
-
### Description
When I try to build boost with MinGW GCC 13.2.0 posix threads, it fails to compile stacktrace lib:
```
gcc.compile.c++ C:\Users\spaceim\.conan2\p\b\boost7cbfb5750e75c\b\build-re…
-
### Description
We use Durable Entities to manage state for one of our applications. The flow looks like this: IoT Hub => Azure Functions => Update Durable entity. We consume around 200 messages per …
-
I was using windbg on a TTD recorded trace and stepped into the new/malloc of an object and the debugger became unresponsive to any commands -- cannot even click "Stop Debugging".
-
### Description
Using windbg (or VS) to set breakpoints on jitted code causes applications to hit AVs. Running the same app under the debugger without setting breakpoints runs correctly. The underlyi…