mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-03 08:18:52 +02:00
Update volatility3/framework/plugins/windows/etwpatch.py
Co-authored-by: ikelos <ikelos@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user