mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 12:17:38 +02:00
Update volatility3/framework/plugins/windows/etwpatch.py
Co-authored-by: ikelos <ikelos@users.noreply.github.com>
This commit is contained in:
@@ -95,8 +95,7 @@ class EtwPatch(interfaces.plugins.PluginInterface):
|
||||
try:
|
||||
opcode = (
|
||||
self.context.layers[proc_layer_name]
|
||||
.read(func_addr, 1)
|
||||
.hex()
|
||||
.read(func_addr, 1)[0]
|
||||
)
|
||||
if opcode in opcode_map:
|
||||
instruction = opcode_map[opcode]
|
||||
|
||||
Reference in New Issue
Block a user