mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 21:27:39 +02:00
rollback to already patched version
This commit is contained in:
@@ -38,7 +38,7 @@ vollog = logging.getLogger(__name__)
|
||||
class ModuleExtract(interfaces.configuration.VersionableInterface):
|
||||
"""Extracts Linux kernel module structures into an analyzable ELF file"""
|
||||
|
||||
_version = (1, 0, 2)
|
||||
_version = (1, 0, 1)
|
||||
_required_framework_version = (2, 25, 0)
|
||||
|
||||
framework.require_interface_version(*_required_framework_version)
|
||||
|
||||
Reference in New Issue
Block a user