随笔分类 -  笔记-computer system

摘要:link: Hack the Virtual Memory: malloc, the heap & the program break 目录The heapmallocno malloc, no [heap]malloc(x)brk and sbrkmany mallocs - 首次malloc b 阅读全文
posted @ 2025-05-10 18:33 LiYanbin 阅读(16) 评论(0) 推荐(0)
摘要:link: Hack the Virtual Memory: drawing the VM diagram 目录The stackThe heapdiagram v1The executablediagram v2Command line arguments and environment vari 阅读全文
posted @ 2025-05-10 18:32 LiYanbin 阅读(13) 评论(0) 推荐(0)
摘要:目录IntroHack The Virtual Memory, Chapter 0: Play with C strings & /procEnvironmentPrerequisitesVirtual MemoryC programstrdupHow big is the virtual memo 阅读全文
posted @ 2025-05-10 18:28 LiYanbin 阅读(5) 评论(0) 推荐(0)