/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.timdbg.com
| | blog.gistre.epita.fr
5.3 parsecs away

Travel
| | Going in depth into the Address Sanitizer internals.
| | sergioprado.blog
2.6 parsecs away

Travel
| | AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs.
| | embeddedartistry.com
6.2 parsecs away

Travel
| | 20 September 2023 by Phillip Johnston Last updated 28 September 2023Your toolchain is a useful place to start when incorporating security into your development process. There are several warnings and program augmentations that help harden your application. This article focuses on GCC and Clang, as that's what I primarily use. I'm happy to take ... Continue reading "Leveraging Your Toolchain to Improve Security"
| | davi.sh
19.3 parsecs away

Travel
| I recently got a new computer and am spending some time actually digging into Nix for managing dependencies. My main issue the last time I tried using Nix was how tough it was for me to wade through the documentation, so I was determined to try a different path this time. I started off with the very opinionated Zero to Nix tutorial series, which I thought was a great introduction. After learning about Nix and Flakes, and getting my website building locally with a nix-powered development environment court...