首页 > 其他 > 详细

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

时间:2014-11-23 13:04:30      阅读:254      评论:0      收藏:0      [点我收藏+]

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!