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]
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]