想了解堆栈等虚拟内存相关知识吗?
想知道下面这张进程地址空间示意图是如何一步一步画出来的吗?
《虚拟内存探究》系列文章将通过实验的方式带你学习相关知识。
中文版
- 第一篇:虚拟内存探究 – 第一篇:C strings & /proc
- 第二篇:虚拟内存探究 – 第二篇:Python 字节
- 第三篇:虚拟内存探究 – 第三篇:一步一步画虚拟内存图
- 第四篇:虚拟内存探究 – 第四篇:malloc, heap & the program break
- 第五篇:虚拟内存探究 – 第五篇:The Stack, registers and assembly code
英文版
- Chapter 0:Hack The Virtual Memory: C strings & /proc
- Chapter 1:Hack The Virtual Memory: Python bytes
- Chapter 2:Hack The Virtual Memory: Drawing the VM diagram
- Chapter 3:Hack the Virtual Memory: malloc, the heap & the program break
- Chapter 4:Hack the Virtual Memory: The Stack, registers and assembly code