Skip to content

Commit

Permalink
Update amcache.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Dec 14, 2024
1 parent 0dbaca1 commit ff4f6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plaso/parsers/winreg_plugins/amcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class AMCacheFileEventData(events.EventData):
file_creation_time (dfdatetime.DateTimeValues): file entry creation date
and time.
file_description (str): description of file.
file_identifier (str): identifier of file (SHA-1 of the first 31,457,280
bytes of file, preceded by '0000').
file_identifier (str): identifier of file (SHA-1 of the first 30 MiB
(31457280 bytes) of file, preceded by "0000").
file_modification_time (dfdatetime.DateTimeValues): file entry last
modification date and time.
file_reference (str): file system file reference, for example 9-1 (MFT
Expand Down

0 comments on commit ff4f6af

Please sign in to comment.