sergioprado.blog
  • Home
  • Training
  • Talks
  • Newsletter
  • About Me
sergioprado.blog

debugging


Bug hunting with static analysis tools

 Posted on February 13, 2020  |  8 minutes  |  Sergio Prado

The best way to spend less time fixing bugs in software is not creating bugs in the first place, and a static analysis tool is perfect for this job. [Read More]
debugging  cppcheck 

Finding memory bugs with AddressSanitizer

 Posted on January 28, 2020  |  9 minutes  |  Sergio Prado

AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs. [Read More]
debugging  c-language 

Linux core dump analysis

 Posted on December 23, 2019  |  2 minutes  |  Sergio Prado

One of the most effective ways to identify problems in applications that crash is through core dump analysis. [Read More]
debugging  gdb 

Sergio Prado  •  2023  •  sergioprado.blog


This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License Creative Commons License