Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 523 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 523 Bytes

libptmalloc

libptmalloc is a python library to examine ptmalloc (the glibc userland heap implementation). It is currently designed for use with GDB but could easily be adapted to work with other debuggers.

Installation

Please refer to the Install Guide.

Usage

Please refer to the User Guide.

Supported versions

Please refer to the Supported Versions.

Development

Please refer to the Development Guide.