heap-exploitation – This book on heap exploitation is a guide to understanding the internals of glibc’s heap and various attacks possible on the heap structure 6 This short book is written for people who want to understand the internals of ‘heap memory’, particularly the implementation of glibc’s ‘malloc’ and ‘free’ procedures, and also for security researchers who want to get started in the field of heap exploitation.The first section of the book covers and in-depth, yet concise, description about heap internals. The second section covers some of the most famous attacks.
Read full news article on Best Open Source