Page 1 of 1
What is the meaning of 'plain binary file'?
Posted: Tue Mar 16, 2004 12:00 am
by pepito
Or where can I get a definition?
pepito
RE:What is the meaning of 'plain binary file'?
Posted: Tue Mar 16, 2004 12:00 am
by Neptune
It simply means very first byte of the file is executable code, and you won't find the specialized sections that other formats have, such as import/export directories, resources, etc.
RE:What is the meaning of 'plain binary file'?
Posted: Tue Mar 16, 2004 12:00 am
by carbonBased
It's a binary without any format to it. In other words, you must setup the environment (data, code segments, etc) yourself... it's basically a glorified boot sector, when you think about it
Cheers,
Jeff
RE:What is the meaning of 'plain binary file'?
Posted: Wed Mar 17, 2004 12:00 am
by pepito
Thank you very much!
pepito