mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
18 lines
545 B
Markdown
18 lines
545 B
Markdown
libexeinfo v0.2
|
|
===============
|
|
|
|
Copyright © 2017-2018 Natalia Portillo <claunia@claunia.com>
|
|
|
|
libexeinfo is a library to identify and decode information from executable files.
|
|
It is also accompanied by a command line application as an example of usage.
|
|
|
|
Supported executable formats
|
|
============================
|
|
* Atari ST executable
|
|
* Common Object File Format (COFF)
|
|
* LE (Microsoft Linear Executable)
|
|
* LX (IBM Linear eXecutable)
|
|
* MZ (aka DOS relocatable executable)
|
|
* NE (Microsoft New Executable)
|
|
* PE (Microsoft Portable Executable)
|