Jan 8, 2013 at 9:32pm UTC
And what do you mean by "Image" file.
Jan 8, 2013 at 11:02pm UTC
He means some of the file's content. I can't really explain you, you should have to look into PE file format. (Portable Executable)
Jan 9, 2013 at 7:16am UTC
> And what do you mean by "Image" file
In this context, a file that contains an executable image. Right at the beginning, it has an image header containing information that the loader uses for creating a process image.
Jan 9, 2013 at 8:15pm UTC
So, all binary executables are image files?
Jan 9, 2013 at 9:19pm UTC
It's just a convention to call it image file. It doesn't mean it's a picture, stop looking at us with that face!
Last edited on Jan 9, 2013 at 9:19pm UTC
Jan 10, 2013 at 12:42am UTC
I meant like an image of a partition or a file system.