Explore >> Select a destination


You are here

tek256.com
| | embeddedartistry.com
5.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"
| | btorpey.github.io
4.7 parsecs away

Travel
| | Memory checking using plain old malloc
| | richardstartin.github.io
5.1 parsecs away

Travel
| | Raw pointers in C/C++ open up entire classes of error that are practically unimaginable in higher level languages. So why does anybody use them at all? Unfortunately, it's impossible to write a profiler without getting close to some of the sharp edges of unsafe memory. The async-profiler code base contains a lot of low level tricks, and it's worth studying how some of them work.
| | www.dotnet-tv.com
25.6 parsecs away

Travel
| [AI summary] The post discusses the Nemerle programming language, highlighting its features and capabilities as a .NET platform language.