<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dominik Klemba on The Trail of Bits Blog</title><link>https://miscreants.github.io/blog.trailofbits.com/authors/dominik-klemba/</link><description>Recent content in Dominik Klemba on The Trail of Bits Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 16 Dec 2025 00:00:00 -0500</lastBuildDate><atom:link href="https://miscreants.github.io/blog.trailofbits.com/authors/dominik-klemba/index.xml" rel="self" type="application/rss+xml"/><item><title>Use GWP-ASan to detect exploits in production environments</title><link>https://miscreants.github.io/blog.trailofbits.com/2025/12/16/use-gwp-asan-to-detect-exploits-in-production-environments/</link><pubDate>Tue, 16 Dec 2025 07:00:00 -0500</pubDate><guid>https://miscreants.github.io/blog.trailofbits.com/2025/12/16/use-gwp-asan-to-detect-exploits-in-production-environments/</guid><description>GWP-ASan is a sampling-based memory error detection tool that catches critical bugs like use-after-free and buffer overflows in production environments with near-zero performance overhead, unlike AddressSanitizer which is too resource-intensive for deployment.</description></item><item><title>Sanitize your C++ containers: ASan annotations step-by-step</title><link>https://miscreants.github.io/blog.trailofbits.com/2024/09/10/sanitize-your-c-containers-asan-annotations-step-by-step/</link><pubDate>Tue, 10 Sep 2024 09:00:42 -0400</pubDate><guid>https://miscreants.github.io/blog.trailofbits.com/2024/09/10/sanitize-your-c-containers-asan-annotations-step-by-step/</guid><description>AddressSanitizer (ASan) is a compiler plugin that helps detect memory errors like buffer overflows or use-after-frees. In this post, we explain how to equip your C++ code with ASan annotations to find more bugs. We also show our work on ASan in GCC and LLVM. In LLVM, Trail of […]</description></item><item><title>Understanding AddressSanitizer: Better memory safety for your code</title><link>https://miscreants.github.io/blog.trailofbits.com/2024/05/16/understanding-addresssanitizer-better-memory-safety-for-your-code/</link><pubDate>Thu, 16 May 2024 09:00:57 -0400</pubDate><guid>https://miscreants.github.io/blog.trailofbits.com/2024/05/16/understanding-addresssanitizer-better-memory-safety-for-your-code/</guid><description>This post will guide you through using AddressSanitizer (ASan), a compiler plugin that helps developers detect memory issues in code that can lead to remote code execution attacks (such as WannaCry or this WebP implementation bug). ASan inserts checks around memory accesses during compile time, and crashes the program […]</description></item></channel></rss>