A Trusted Execution Environment (TEE) is an environment where the code executed and the data accessed is isolated and protected in terms of confidentiality (no one have access to the data) and integrity (no one can change the code and its behavior).| sergioprado.blog
This is the second part of the article about embedded Linux security.| sergioprado.blog
AddressSanitizer (ASan) is an instrumentation tool created by Google security researchers to identify memory access problems in C and C++ programs.| sergioprado.blog
One of the most effective ways to identify problems in applications that crash is through core dump analysis.| sergioprado.blog