Timestomping
Timestomping Windows
# Check the original time
.\nTimeView C:\program.exe
# Forge a creation time/date
.\nTimeStomp.exe -F C:\program.exe -A "2022-09-17 12:18:43.0000001" -C "2022-09-17 12:18:43.0000001"Timestomping Linux
# Generic usage
touch -a -t 197001010000.00 $targetfile
# Match a referenced files timestamps
touch -acmr $referencedfile $targetfileReferences
Last updated