Posts
- Nov 24, 2025
In this part we dig into the hardware mechanics that power x86 memory management. We explore the evolution from Real to Protected Mode and dissect the translation process from Logical to Linear addresses. You’ll learn how the Global Descriptor Table (GDT), Segment Selectors, and the Flat Memory Model function under...
- Jun 13, 2020
Primary memory is one of computer’s core components. The objective of this series is to explain memory primitives and techniques for security topics; therefore, the spotlight will be on core concepts rather on implementation details.