pwndbg_mp
Print the mp_ struct contents to inspect malloc parameters like mmap_threshold and trim_threshold for GLibc heap debugging.
Instructions
Print the mp_ (malloc parameters) struct contents.
pwndbg command: mp Source: pwndbg/commands/ptmalloc2.py Category: GLibc ptmalloc2 Heap
Shows global malloc tuning parameters like mmap_threshold, trim_threshold, top_pad, etc.
Args: session_id: The UUID of the session.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/ptmalloc2/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |