From 4bbb9c3b5e9a5571ed03bb5b67f09348a117a653 Mon Sep 17 00:00:00 2001 From: xshadow0x <106351155+xshadow0x@users.noreply.github.com> Date: Thu, 23 Oct 2025 09:35:57 +0200 Subject: [PATCH] Update __init__.py debug fix --- pythonmemorymodule/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()