Skip to content

Commit

Permalink
Tweak a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
j-t-1 authored Dec 20, 2024
1 parent 6262fcf commit cc8fbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volatility3/framework/plugins/windows/svclist.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]
@classmethod
def _get_exe_range(cls, proc) -> Optional[Tuple[int, int]]:
"""
Returns a tuple of starting,ending address for
Returns a tuple of starting address and size of the
the VAD containing services.exe
"""

Expand Down

0 comments on commit cc8fbd5

Please sign in to comment.