diff --git a/pwnlib/util/fiddling.py b/pwnlib/util/fiddling.py index 3788aa1f61..6a81e78c58 100644 --- a/pwnlib/util/fiddling.py +++ b/pwnlib/util/fiddling.py @@ -765,7 +765,7 @@ def hexdump(s, width=16, skip=True, hexii=False, begin=0, style=None, Return a hexdump-dump of a string. Arguments: - s(str): The data to hexdump. + s(bytes): The data to hexdump. width(int): The number of characters per line groupsize(int): The number of characters per group skip(bool): Set to True, if repeated lines should be replaced by a "*"