|
You are here |
m417z.com | ||
| | | | |
lowleveldesign.wordpress.com
|
|
| | | | | I host my research/test Windows VMs on Linux, using Samba to share files between systems. One day, while debugging a problem in WinDbg, the debugger froze on loading symbols for combase.dll. I knew that combase.pdb is a big file (contains private symbols), but usually downloading it was not that slow. To make things worse, when... | |
| | | | |
oofhours.com
|
|
| | | | | I always thought the process of creating Windows USB media was pretty simple: take a USB key, format it as FAT32, then XCOPY the contents of an ISO to that USB key. But there are some complications: If the WIM file is larger than 4GB, you need to split it since a FAT32 drive doesn't... | |
| | | | |
keithbabinec.com
|
|
| | | | | It is important for software engineers to understand how to analyze process dumps so that they can determine why their application is crashing or behaving unexpectedly. However, it can be hard to know where to start with the process. This post aims to be a starting point for a very common situation: debugging a crash... | |
| | | | |
3tilley.github.io
|
|
| | | [AI summary] A blog post introduces OpenTelemetry instrumentation in Rust, advocating for vendor-agnostic observability by leveraging tracing, metrics, and auto-instrumentation macros to improve library code clarity and cross-platform compatibility. | ||