From 65358b774ebe6d3fc9acd493b3d514f3bf86a3af Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Wed, 29 Mar 2023 17:51:16 +0200 Subject: [PATCH] Update slab.py (#1654) --- pwndbg/commands/slab.py | 5 +++++ 1 file changed, 5 insertions(+) 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