Skip to content

Latest commit

 

History

History

cat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

cat is a good challenge to understand how glibc heap handles fast bins. You can populate the content of fast bins to influence the program data flow if the developers do not initialize the memory (allocated via malloc) correctly.