Tweak a comment

This commit is contained in:
j-t-1
2024-12-20 17:34:52 +00:00
committed by GitHub
parent 6262fcf315
commit cc8fbd5b68
@@ -41,7 +41,7 @@ class SvcList(svcscan.SvcScan):
@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
"""