Update volatility3/framework/plugins/windows/etwpatch.py

Co-authored-by: ikelos <ikelos@users.noreply.github.com>
This commit is contained in:
Elad Levi
2025-04-29 13:11:58 +03:00
committed by GitHub
co-authored by ikelos
parent cc1df7b461
commit 4738efefa3
@@ -107,7 +107,7 @@ class EtwPatch(interfaces.plugins.PluginInterface):
dll_name,
func_name,
format_hints.Hex(func_addr),
f"{opcode} ({instruction})",
f"{opcode:02x} ({instruction})",
),
)
except exceptions.InvalidAddressException: