Skip to content
Library to identify and decode information from executable files.
C#
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
exeinfo
exeinfogui.Desktop
exeinfogui.XamMac
exeinfogui
iconviewer
libexeinfo
tests
.gitignore
LICENSE
README.md
libexeinfo.sln

README.md

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)
You can’t perform that action at this time.