Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed Jan 23, 2025
1 parent ec1f11e commit 620e967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/features/extractors/vmray/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self, analysis: VMRayAnalysis):

def get_base_address(self) -> Address:
# value according to submission file header, the actual trace may use a different imagebase
# value may be zero for certain submission file types, e.g. PS1
# value may not exist for certain submission file types, e.g. PS1
if self.analysis.submission_base_address is None:
return NO_ADDRESS
else:
Expand Down

0 comments on commit 620e967

Please sign in to comment.