diff --git a/pwndbg/ida.py b/pwndbg/ida.py index 9a9e71add..171de4a8d 100644 --- a/pwndbg/ida.py +++ b/pwndbg/ida.py @@ -130,7 +130,6 @@ def base(): @withIDA @takes_address def Comment(addr): - addr = l2r(addr) return _ida.GetCommentEx(addr, 0) or _ida.GetCommentEx(addr)