Posts with the tag memory:

Understanding memory management within Linux: from malloc() to /proc

Explain how a program manages its memory within Linux, from the call to malloc() to the use of memory pages via mmap(), using the /proc tools and concrete visualizations.

Navigating the Complexity of Emulating Diverse Microcontroller Architectures Pre Emulation, Part II

An overview of the steps involved in emulating diverse architectures and the challenges encountered throughout the process.

Navigating the Complexity of Emulating Diverse Microcontroller Architectures - Pre-Emulation, Part I

An overview of the steps involved in emulating diverse architectures and the challenges encountered throughout the process.

Address Sanitizer Internals

Going in depth into the Address Sanitizer internals.