Skip to content

Commit bb3e936

Browse files
committed
pe_symbols req
1 parent 4fd822a commit bb3e936

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

volatility3/framework/plugins/windows/inlinehooks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]
4242
component=modules.Modules,
4343
version=(3, 0, 0), # Updated from 2.0.0 to 3.0.0
4444
),
45+
requirements.VersionRequirement(
46+
name="pe_symbols", component=pe_symbols.PESymbols, version=(3, 0, 0)
47+
),
4548
requirements.ListRequirement(
4649
name="pid",
4750
description="Filter on specific process IDs",

0 commit comments

Comments
 (0)