Skip to content

Commit 932ea7f

Browse files
authored
Merge pull request #1337 from joren485/update-amcache-description
Improve windows.amcache plugin description
2 parents efa4959 + 20317e0 commit 932ea7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/windows/amcache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def _get_datetime_str_value(
215215

216216

217217
class Amcache(interfaces.plugins.PluginInterface, timeliner.TimeLinerInterface):
218-
"""Scans for windows services."""
218+
"""Extract information on executed applications from the AmCache."""
219219

220220
_required_framework_version = (2, 0, 0)
221221
_version = (1, 0, 0)

0 commit comments

Comments
 (0)