diff --git a/pwndbg/commands/slab.py b/pwndbg/commands/slab.py index 715e1f465..824edb127 100644 --- a/pwndbg/commands/slab.py +++ b/pwndbg/commands/slab.py @@ -1,3 +1,8 @@ +""" +Commands for dealing with Linux kernel SLAB memory allocator + +Some of the code here was inspired from https://github.com/NeatMonster/slabdbg +""" import argparse import sys from typing import Iterator