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, 7306👍, 0💬
Popular Posts:
What is BMP? BMP, short name for Bitmap, is used as the file extension for bitmap image files. .BMP ...
Karaoke files storing MIDI music messages and synchronized lyrics to play on Karaoke machines. A KAR...
What is TIF or TIFF? TIFF, short name for Tagged Image File Format, is used as the file extension fo...
What is SCR? SCR, short name for Screen Saver, is used as the file extension for Screen Saver files....
What is PRN? PRN, short name for Printable, is used as the file extension for files padded with spac...