954,498 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Use of timestamp in primary header of a file

Any file's primary header contains some things which are common to all operating system like entry point function, time stamp etc and then other things. What is the purpose of keeping this time stamp in the header.

Thanks

DJSAN10
Posting Whiz in Training
249 posts since Dec 2010
Reputation Points: 38
Solved Threads: 26
 

Which date? Creation? Last Write? Last Access?
All seem important to me, albeit to differing degrees.

And what are you considering a header?

WaltP
Posting Sage w/ dash of thyme
Moderator
10,506 posts since May 2006
Reputation Points: 3,348
Solved Threads: 944
 

Okay, honestly speaking I don't know the exact contents of time stamp.

And what are you considering a header?


The header I am talking about is the one attached by a linker which is removed when a program becomes a process (i.e. brought into memory). Since linkers are operating system dependent their headers differ from OS to OS. But there are a few common things which every linker adds to the header of a (can say COFF) file. One such thing being Time stamp. I want to know what is this time stamp exactly and what difference would it make if this primary header of a file does not contain any time stamp as such

DJSAN10
Posting Whiz in Training
249 posts since Dec 2010
Reputation Points: 38
Solved Threads: 26
 

Look here , specifically in the discussion of "bound imports". This is the only use I am aware of.

nezachem
Posting Shark
903 posts since Dec 2009
Reputation Points: 719
Solved Threads: 194
 
Look here, specifically in the discussion of "bound imports". This is the only use I am aware of.

Hey thanks a lot for your reply .I' ll go through the link

DJSAN10
Posting Whiz in Training
249 posts since Dec 2010
Reputation Points: 38
Solved Threads: 26
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: