You are here |
sergioprado.blog | ||
| | | |
embeddedartistry.com
|
|
| | | | 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" | |
| | | |
hackingcpp.com
|
|
| | | | Basic techniques and tools for ensuring correctness: compiler warnings (gcc/clang/MSVC), assertions (assert/static_assert) and testing (with some doctest examples). | |
| | | |
akr.am
|
|
| | | | A few steps to allow quick development and debugging of C and C++ programs. | |
| | | |
www.playembedded.org
|
|
| | This article aims to provide a general overview of ChibiStudio as a tool and its overall structure, in order to make it easier for the user to navigate and understand how it can improve their |