Types of binaries

Programming, for all ages and all languages.
Post Reply
beyondsociety

Types of binaries

Post by beyondsociety »

What types of binaries are there for an operating system?

Definitions and examples would be appreciated!
Tom

Re:Types of binaries

Post by Tom »

You mean file-type? Depends on how your OS loads them, and the FS...

http://www.mega-tokyo.com/os/os-faq-exec.html#exec_files

http://www.mega-tokyo.com/os/os-faq-fs.html#file_systems

Your Windows uses PE ( Portable Executable ).
Tim

Re:Types of binaries

Post by Tim »

Any file that's not just ASCII text can be considered a binary. :) You need to be more specific.
Post Reply