码迷,mamicode.com
首页 > 其他好文 > 详细

【2014-11-22】《The Hardware/Software Interface》– Section 6

时间:2014-11-23 13:06:18      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   ar   sp   on   2014   log   

Buffer Overflows

  1. 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
  2. bubuko.com,布布扣
  3. bubuko.com,布布扣
  4. bubuko.com,布布扣
  5. bubuko.com,布布扣

【2014-11-22】《The Hardware/Software Interface》– Section 6

标签:style   blog   http   io   ar   sp   on   2014   log   

原文地址:http://www.cnblogs.com/sjtujoe/p/4116375.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!