diff --git a/pythonmemorymodule/__init__.py b/pythonmemorymodule/__init__.py index 0968e89..f5866ae 100644 --- a/pythonmemorymodule/__init__.py +++ b/pythonmemorymodule/__init__.py @@ -475,7 +475,7 @@ class MemoryModule(pe.PE): _foffsets_ = {} def __init__(self, name = None, data = None, debug=False, command=None): - self._debug_ = debug or debug_output + self._debug_ = debug self.new_command=command pe.PE.__init__(self, name, data) self.load_module()