Skip to content

Commit 635237b

Browse files
committed
rollback to already patched version
1 parent dcbcb96 commit 635237b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/symbols/linux/utilities/module_extract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
class ModuleExtract(interfaces.configuration.VersionableInterface):
3939
"""Extracts Linux kernel module structures into an analyzable ELF file"""
4040

41-
_version = (1, 0, 2)
41+
_version = (1, 0, 1)
4242
_required_framework_version = (2, 25, 0)
4343

4444
framework.require_interface_version(*_required_framework_version)

0 commit comments

Comments
 (0)