pwnlib.exception — Pwnlib exceptions

exception pwnlib.exception.PwnlibException(msg, reason=None, exit_code=None)[source]

Exception thrown by pwnlib.log.error().

Pwnlib functions that encounters unrecoverable errors should call the pwnlib.log.error() function instead of throwing this exception directly.

bar

__init__(msg, reason=None, exit_code=None)[source]

bar

__repr__()[source]

Return repr(self).

__weakref__[source]

list of weak references to the object (if defined)