From ab877b3907fae77b1e7129556045e1ca4019ab6d Mon Sep 17 00:00:00 2001 From: Andrew Case Date: Wed, 19 Dec 2018 11:14:44 -0600 Subject: [PATCH] move plugins into proper directory --- volatility/{ => framework}/plugins/mac/lsmod.py | 0 volatility/{ => framework}/plugins/mac/malfind.py | 0 volatility/{ => framework}/plugins/mac/pstree.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename volatility/{ => framework}/plugins/mac/lsmod.py (100%) rename volatility/{ => framework}/plugins/mac/malfind.py (100%) rename volatility/{ => framework}/plugins/mac/pstree.py (100%) diff --git a/volatility/plugins/mac/lsmod.py b/volatility/framework/plugins/mac/lsmod.py similarity index 100% rename from volatility/plugins/mac/lsmod.py rename to volatility/framework/plugins/mac/lsmod.py diff --git a/volatility/plugins/mac/malfind.py b/volatility/framework/plugins/mac/malfind.py similarity index 100% rename from volatility/plugins/mac/malfind.py rename to volatility/framework/plugins/mac/malfind.py diff --git a/volatility/plugins/mac/pstree.py b/volatility/framework/plugins/mac/pstree.py similarity index 100% rename from volatility/plugins/mac/pstree.py rename to volatility/framework/plugins/mac/pstree.py