Skip to content

Parse Intel Relocatable Object Module Format (OMF) files for MS-DOS

Notifications You must be signed in to change notification settings

JohnVillalovos/omf_parser_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Work in Progress: Parse Intel Relocatable Object Module Format (OMF) files for MS-DOS

Intel Relocatable Object Module Format (OMF) is used in MS-DOS by compilers, assemblers, and linkers.

This is just some Python code I am playing around with to parse a OMF file.

It definitely does NOT work yet.

References

Documentation on the Relocatable Object Module Format (OMF) is in the document "Tool Interface Standard (TIS) Portable Formats Specification Version 1.1" located at: https://refspecs.linuxfoundation.org/elf/TIS1.1.pdf The later version 1.2 removed documentation on OMF.

About

Parse Intel Relocatable Object Module Format (OMF) files for MS-DOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages