mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Plugins: change class name to original
This commit is contained in:
@@ -8,7 +8,7 @@ from volatility3.plugins.windows.malware import unhooked_system_calls
|
||||
vollog = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class UnhookedSystemCalls(
|
||||
class unhooked_system_calls(
|
||||
interfaces.plugins.PluginInterface,
|
||||
deprecation.PluginRenameClass,
|
||||
replacement_class=unhooked_system_calls.UnhookedSystemCalls,
|
||||
|
||||
Reference in New Issue
Block a user