Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

0cat-r/FakeTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

FakeTime

修改文件和目录的创建时间 修改时间 访问时间 PE的话可以修改编译时间

参数说明

•	-f:需要更新时间的文件或目录(必需)
•	-t:要设置的目标时间(格式:"2006-01-02 15:04:05")(必需)
•	-pe:修改更新 PE 文件编译时间(可选,默认false,不加-pe就是false,加-pe就是true)
•	-r:随机时间范围(分钟)(可选,默认 0 表示不添加随机时间)

//修改11.txt的时间,并且随机30min

FakeTime.exe -f 11.txt -t "2016-03-12 12:00:00" -r 30

//修改dir目录包括递归子目录和文件的时间,并且随机30min

FakeTime.exe -f dir/ -t "2016-03-12 12:00:00" -r 30

//修改11.exe的时间,并且修改编译时间

FakeTime.exe -f 11.exe -t "2016-03-12 12:00:00" -r 30 -pe

小工具 只支持windows amd64 和386

About

修改文件和目录的创建时间 修改时间 访问时间

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /