pJokse / exedump

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • LIBOMF OMF Library File
  • W3 Windows VxD Compacted file (*.exe, *.vxd)

About

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

License:MIT License


Languages

Language:C 99.9%Language:Shell 0.1%