Skip to content

Commit

Permalink
move heapanalysis into its own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarofe committed Sep 10, 2016
1 parent a13f067 commit 755b4aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions 2016/talks/05-HeapAnalysis/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Sat 10 - 10:00 - Glibc Heap Analysis in Linux Systems with Radare2 (n4x0r)

Even though the functionality of the Heap is well known between Reverse
Engineers and Exploit Developers, generally the internal mechanisms of this
memory region are unknown due to the poor documentation and complexity of the
different dynamic memory allocators and their differences across systems. For
that reason, this talk is intended to familiarize the audience with the Linux
Heap structure formed by the glibc malloc dynamic memory allocator algorithm
along with its analysis using radare2.

0 comments on commit 755b4aa

Please sign in to comment.