mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 05:07:38 +02:00
Update volatility3/framework/plugins/windows/etwpatch.py
Co-authored-by: ikelos <ikelos@users.noreply.github.com>
This commit is contained in:
@@ -86,8 +86,8 @@ class EtwPatch(interfaces.plugins.PluginInterface):
|
||||
|
||||
# Map of opcodes to their instruction names
|
||||
opcode_map = {
|
||||
"c3": "RET",
|
||||
"e9": "JMP",
|
||||
0xc3: "RET",
|
||||
0xe9: "JMP",
|
||||
}
|
||||
|
||||
for dll_name, functions in found_symbols.items():
|
||||
|
||||
Reference in New Issue
Block a user