mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Remove automatic IDE-inserted attributions.
They weren't consistent and they show just remind me how slowly I've been getting vol 3 written! 5:S There's git commits to track all of that stuff if we need it.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
__author__ = 'mike'
|
||||
|
||||
import volatility.cli
|
||||
|
||||
|
||||
@@ -21,8 +21,6 @@ from volatility.framework.configuration import requirements
|
||||
from volatility.framework.interfaces.configuration import HierarchicalDict
|
||||
from volatility.framework.renderers.text import QuickTextRenderer
|
||||
|
||||
__author__ = 'mike'
|
||||
|
||||
# Make sure we log everything
|
||||
logging.basicConfig(filename = 'example.log',
|
||||
format = '%(asctime)s %(name)-12s %(levelname)-8s %(message)s',
|
||||
|
||||
@@ -1,6 +1 @@
|
||||
"""
|
||||
Created on 7 May 2013
|
||||
|
||||
@author: mike
|
||||
"""
|
||||
from volatility.framework.configuration import requirements
|
||||
|
||||
@@ -7,8 +7,6 @@ to act on multiple different contexts without them interfering eith each other.
|
||||
from volatility.framework import constants, interfaces, symbols
|
||||
from volatility.framework.interfaces.configuration import HierarchicalDict
|
||||
|
||||
__author__ = 'mike'
|
||||
|
||||
|
||||
class Context(interfaces.context.ContextInterface):
|
||||
"""Maintains the context within which to construct objects
|
||||
|
||||
@@ -19,8 +19,6 @@ from volatility.framework import constants
|
||||
from volatility.framework import validity
|
||||
from volatility.framework.interfaces.context import ContextInterface
|
||||
|
||||
__author__ = 'mike'
|
||||
|
||||
CONFIG_SEPARATOR = "."
|
||||
"""Use to specify the separator between configuration hierarchies"""
|
||||
|
||||
|
||||
@@ -1,6 +1 @@
|
||||
"""
|
||||
Created on 4 May 2013
|
||||
|
||||
@author: mike
|
||||
"""
|
||||
from volatility.framework.layers import intel, lime, physical, segmented, vmware
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
"""
|
||||
Created on 7 May 2013
|
||||
|
||||
@author: mike
|
||||
"""
|
||||
import math
|
||||
import struct
|
||||
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
"""
|
||||
Created on 6 May 2013
|
||||
|
||||
@author: mike
|
||||
"""
|
||||
|
||||
import os.path
|
||||
|
||||
from volatility.framework import exceptions, interfaces
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
"""
|
||||
Created on 17 Feb 2013
|
||||
|
||||
@author: mike
|
||||
"""
|
||||
|
||||
import collections
|
||||
import struct
|
||||
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
"""
|
||||
Created on 1 Mar 2013
|
||||
|
||||
@author: mike
|
||||
"""
|
||||
import logging
|
||||
|
||||
from volatility.framework import interfaces, validity
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
"""
|
||||
Created on 7 Feb 2013
|
||||
|
||||
@author: mike
|
||||
"""
|
||||
|
||||
import collections
|
||||
import collections.abc
|
||||
import enum
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
"""
|
||||
Created on 10 Apr 2013
|
||||
|
||||
@author: mike
|
||||
"""
|
||||
import copy
|
||||
|
||||
from volatility.framework import constants, interfaces, objects
|
||||
|
||||
@@ -2,8 +2,6 @@ from volatility.framework.configuration import requirements
|
||||
from volatility.framework.symbols import intermed
|
||||
from volatility.framework.symbols.windows import extensions
|
||||
|
||||
__author__ = 'mike'
|
||||
|
||||
|
||||
class WindowsKernelIntermedSymbols(intermed.IntermediateSymbolTable):
|
||||
provides = {"type": "interface"}
|
||||
|
||||
Reference in New Issue
Block a user