Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.OBJ - File Extension for Object Code Files
File extension OBJ is used for object files generated by compilers from source code files. An OBJ sample file is provided.
✍: FYIcenter.com
File Extension: .OBJ
File Content: Object code.
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:
7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 .ELF............ 01 00 03 00 01 00 00 00 00 00 00 00 00 00 00 00 ................ 34 01 00 00 00 00 00 00 34 00 00 00 00 00 28 00 4.......4....... 08 00 07 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 55 89 e5 81 ec 00 00 00 00 90 b8 00 00 00 00 50 U..............P e8 fc ff ff ff 83 c4 04 c9 c3 00 00 00 00 00 00 ................ 48 65 6c 6c 6f 20 77 6f 72 6c 64 21 0a 00 00 00 Hello.world..... 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
OBJ sample file: Click sample.obj to download.
2012-07-01, 6711👍, 0💬
Popular Posts:
What is BIN? BIN, short name for Binary, is used as the file extension for Binary Data files. .BIN f...
What is XPS or OXPS? XPS stands for for XML Paper Specification. OXPS stands for for Open XML Paper ...
File extension EXE is used for executable files ready to be executed on computer systems. An EXE sam...
What is MPP? MPP, short name for Microsoft Project Plan, is used as the file extension for Microsoft...
What is MHT or MHTML? MHT or MHTML, short name for MIME HTML, is used as the file extension for MIME...