brechtsanders / pedeps

Cross-platform C library to read data from PE/PE+ files (the format of Windows .exe and .dll files)
MIT License
38 stars 8 forks source link

pedeps

Cross-platform C library to read data from PE/PE+ files (the format of Windows .exe and .dll files).

Description

The pedeps C library provides functions to retrieve data from Windows .exe and .dll files.

These files are in either PE (Windows 32-bit) or PE+ (Windows 64-bit) format, which are extensions of the COFF format.

Currently the library allows iterating through:

Goal

The library was written with the following goals in mind:

Libraries

The following libraries are provided:

Command line utilities

Some command line utilities are included:

Dependencies

The library has no depencancies.

The utilities have the following dependency:

Building from source

Requirements:

Building

Microsoft Visual C++

License

pedeps is released under the terms of the MIT License (MIT), see LICENSE.txt.

This means you are free to use pedeps in any of your projects, from open source to commercial.