What is OBJ? OBJ is a short name for object code, which is generated by a compiler from a source code file.
Object files are also called binaries.
OBJ is the file extension for files storing object codes.
Object files are machine dependent, because they contain machine codes.
Object files may also contain application data, relocation information, and program symbols.
Multiple object files are linked together to generate executable code by linker programs.
.OBJ files are binary files.
Here are the first 128 bytes of a sample OBJ file dumped in HEX values: