Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 482 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 482 Bytes

exedump

Dumping information for various PC executable formats, primarily DOS, Windows and OS/2.

Still WIP.

Supported filetypes

  • MZ MS-DOS MZ Executable (.exe)
  • LE Windows VxD, OS/2 Executable (.exe, .dll, .vxd, .386, .sys)
  • LX OS/2 Executable (.exe, .dll)
  • NE Windows New Executable (.exe, .dll, .fon, .drv)
  • PE Windows Portable Executable (.exe, .dll)
  • OBJ/OMF OMF Object File (.obj, .o)
  • LIBOMF OMF Library File (.lib)
  • W3 Windows VxD Compacted file (.exe, .vxd)