https://github.com/dosworld/objview
OBJ/OMF, RDF/RDOFF investigation tool.
https://github.com/dosworld/objview
compiler file link linker nasm obj object omf rdf rdoff x86
Last synced: about 1 month ago
JSON representation
OBJ/OMF, RDF/RDOFF investigation tool.
- Host: GitHub
- URL: https://github.com/dosworld/objview
- Owner: DosWorld
- License: mit
- Created: 2020-11-15T04:02:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T10:33:39.000Z (over 2 years ago)
- Last Synced: 2025-01-31T11:34:18.074Z (3 months ago)
- Topics: compiler, file, link, linker, nasm, obj, object, omf, rdf, rdoff, x86
- Language: Pascal
- Homepage:
- Size: 263 KB
- Stars: 12
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Object file viewers
Here is MS-DOS tools for investigation object formats:
* omfview - OBJ/LIB files in OMF format.
* rdfview - OBJ files in RDOFF2 format (NASM version 0.98.39).# Using
omfview objfile.obj
rdfview rdffile.rdfor
omfview "Long file name.obj"
rdfview "Long file name.rdf"# Screenshots
OMFView :

RDFView :

# Dependencies
Requires System2 library:
https://github.com/DosWorld/libsystem2
# Build
You need Turbo Pascal and my small make in path.
Just type:make
# License
MIT License