【2014-11-22】《The Hardware/Software Interface》– Section 6
时间:
2014-11-23 13:04:30
阅读:
254
评论:
收藏:
0
[点我收藏+]
Buffer Overflows
- IA32 Linux Memory Layout
- Stack
- Runtime stack (8MB limit)
- Heap
- Dynamically allocated storage
- Allocated by malloc(), calloc(), new()
- Data
- Statically allocated data
- Read-only: string literals
- Read/write: global arrays and variables
- Text
- Executable machine instructions
- Read-only




【2014-11-22】《The Hardware/Software Interface》– Section 6
原文:http://www.cnblogs.com/sjtujoe/p/4116375.html