mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 03:37:39 +02:00
General code refactor.
This commit is contained in:
@@ -5,10 +5,13 @@ import os
|
||||
import sys
|
||||
import logging
|
||||
import inspect
|
||||
|
||||
import volatility.plugins as plugins
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def class_subclasses(cls):
|
||||
"""Returns all the (recursive) subclasses of a given class"""
|
||||
if not inspect.isclass(cls):
|
||||
|
||||
Reference in New Issue
Block a user