Blog
Latest posts
highlight shapeEmbedded World 2020
- Sergio Prado
- February 14, 2020
From February 25th to 27th in Nuremberg, Germany, we will have another edition of Embedded World, the leading international fair for embedded systems.
Learn More detailsBug hunting with static analysis tools
- Sergio Prado
- February 13, 2020
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.
Learn More detailsReverse engineering my router’s firmware with binwalk
- Sergio Prado
- February 6, 2020
A few days ago I decided to reverse engineer my router’s firmware image with binwalk.
Learn More detailsEmbedded Online Conference 2020
- Sergio Prado
- January 30, 2020
The Embedded Online Conference is an online conference for embedded systems, DSP, machine learning and FPGA engineers.
Learn More detailsFinding memory bugs with AddressSanitizer
- Sergio Prado
- January 28, 2020
AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs.
Learn More detailsTracing the Linux kernel with ftrace
- Sergio Prado
- January 23, 2020
Tracing is a useful technique to find bugs in software, and ftrace is the tracing framework built into the Linux kernel.
Learn More details