Plugins: Add in __init__ files to create submodules for OS plugins

This commit is contained in:
Mike Auty
2025-06-07 10:16:22 +01:00
parent 8924776698
commit 0d7f985ef6
3 changed files with 16 additions and 0 deletions
@@ -0,0 +1,8 @@
# This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0
# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0
#
"""All core linux malware plugins.
These modules should only be imported from volatility3.plugins NOT
volatility3.framework.plugins
"""
@@ -0,0 +1,8 @@
# This file is Copyright 2019 Volatility Foundation and licensed under the Volatility Software License 1.0
# which is available at https://www.volatilityfoundation.org/license/vsl-v1.0
#
"""All core windows malware plugins.
These modules should only be imported from volatility3.plugins NOT
volatility3.framework.plugins
"""