Skip to content

Commit fb55f0f

Browse files
Update solution.md
1 parent a995790 commit fb55f0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Forensics/Blast from the past/solution.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ I used ImHex for this task. at the end of the file, I found this line: UTC_Data1
3535
I tried to make sense out of the numbers and realized it was our original Unix timestamp in milliseconds(2023:11:20 20:46:21.420+00:00).
3636

3737
Therefore, we need to convert our desired value(1970:01:01 00:00:00.001+00:00) to milliseconds and replace the previous value.
38+
3839
[This](timestamp.py) Python code will do the trick for us.
3940

4041
the output is 1, so we modify our value to UTC_Data0000000000001.

0 commit comments

Comments
 (0)