본문 바로가기
STUDY

heap 공부 시 참고링크 정리

by CH@3M 2019. 12. 12.
 

MallocInternals - glibc wiki

One Heap to malloc them all, One Heap to free them, One Heap to coalesce, and in the memory bind them... Overview of Malloc The GNU C library's (glibc's) malloc library contains a handful of functions that manage allocated memory in the application's addre

sourceware.org

 

Understanding glibc malloc

I always got fascinated by heap memory. Questions such as How heap memory is obtained from kernel? How efficiently memory is managed? Is it managed by kernel or by library or by application itself?…

sploitfun.wordpress.com

불러오는 중입니다...
 

Heap Exploitation

This book on heap exploitation is a guide to understanding the internals of glibc's heap. It also describes, in detail, various attacks possible on the heap structure.

heap-exploitation.dhavalkapil.com

 

Understanding glibc malloc

I always got fascinated by heap memory. Questions such as How heap memory is obtained from kernel? How efficiently memory is managed? Is it managed by kernel or by library or by application itself?…

sploitfun.wordpress.com

 

Heap Exploitation

This book on heap exploitation is a guide to understanding the internals of glibc's heap. It also describes, in detail, various attacks possible on the heap structure.

heap-exploitation.dhavalkapil.com

반응형

'STUDY' 카테고리의 다른 글

보안 챌린지 사이트  (0) 2019.12.13
리버싱 기초  (0) 2019.10.14
Docker 명령어  (0) 2019.10.07
HITCONTraining lab12 secretgarden  (0) 2019.10.07