linuxchixin / talks

Propose your talks/workshops here
14 stars 9 forks source link

Exploring the Heap #37

Closed jaiverma closed 6 years ago

jaiverma commented 6 years ago

Abstract

An examination of the glibc heap memory manager.

About

A behind the scenes look at how dynamic memory management works on Linux and what happens when you call malloc or free in a program.

An examination of common programmer mistakes in memory management which could lead to security vulnerabilities and methods on exploiting them. This includes a look at vulnerabilities like Use-After-Free and Heap Overflow and how to achieve arbitrary code execution.

Pre-requisites

Expected duration

1 hour

Level

Intermediate

Resources

Speaker Bio

Independent infosec researcher and freelancer. CTF player with ByteBandits team.

- Can be done after the talk/workshop -

Include link to slides here

Include link to video here

mfrw commented 6 years ago

The url to the resources is broken.

jaiverma commented 6 years ago

Fixed the resources links.