Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-01 | Beginnings of a crude utility to dump the contents of an OMF file | H. Peter Anvin | 1 | -0/+223 | |
Beginnings of a crude utility to dump the contents of an OMF (obj) file. At this point all it does it breaks it down into the individual records and dumps those, but it is still easier to read than a pure hexdump. See http://www.azillionmonkeys.com/qed/Omfg.pdf for the format spec. Signed-off-by: H. Peter Anvin <hpa@zytor.com> |