The GNU Compiler Collection (GCC) provides several language features not found in ISO standard C.
[Read More]
Using containers on embedded Linux
Would it be a good idea to use containers on an embedded Linux system?
[Read More]
Extracting firmware from devices using JTAG
JTAG is a physical hardware interface that makes it possible, among other things, to extract the firmware image from electronic devices.
[Read More]
Embedded World 2020
From February 25th to 27th in Nuremberg, Germany, we will have another edition of Embedded World, the leading international fair for embedded systems.
[Read More]
Bug hunting with static analysis tools
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]
Reverse engineering my router's firmware with binwalk
A few days ago I decided to reverse engineer my router’s firmware image with binwalk.
[Read More]
Embedded Online Conference 2020
The Embedded Online Conference is an online conference for embedded systems, DSP, machine learning and FPGA engineers.
[Read More]
Finding memory bugs with AddressSanitizer
AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs.
[Read More]
Tracing the Linux kernel with ftrace
Tracing is a useful technique to find bugs in software, and ftrace is the tracing framework built into the Linux kernel.
[Read More]
Introduction to Linux containers
Container technology in general and Linux containers, in particular, have become increasingly popular in recent years.
[Read More]