mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Bug fix
This commit is contained in:
@@ -463,7 +463,7 @@ class ModuleExtract(interfaces.configuration.VersionableInterface):
|
||||
)
|
||||
e_machine_int = 0x3E # EM_X86_64
|
||||
e_ehsize_int = 64
|
||||
e_shentsize_int = 52
|
||||
e_shentsize_int = 64
|
||||
header_size = 64
|
||||
|
||||
e_type = struct.pack("<H", 1) # relocateble
|
||||
|
||||
Reference in New Issue
Block a user