Ankit Jain 66d84ed501 Fix bug #79860. Add support for Retargetable assembly flag. 19 years ago
..
Assembly 431f1b3485 Moved assembly version and assembly reference constants to a common Consts.cs file. Updated 2.0.3600.0 assembly versions to 2.0.0.0. Updated some old beta version numbers to recent ones. Fixed hard coded assembly references to use constants with the appropriate version number. 20 years ago
ChangeLog 66d84ed501 Fix bug #79860. Add support for Retargetable assembly flag. 19 years ago
Code.cs 3c22594b57 * PEAPI.cs: Clean up indentation. Split into ... 20 years ago
Makefile 3f761fefe4 New build system from Peter Williams ([email protected]) 22 years ago
Metadata.cs 66d84ed501 Fix bug #79860. Add support for Retargetable assembly flag. 19 years ago
PEAPI.cs 7669023479 * PEAPI.cs (PEFile.GetNextSectStart): Handle the case when (tide % 19 years ago
PEAPI.dll.sources 3c22594b57 * PEAPI.cs: Clean up indentation. Split into ... 20 years ago
README.txt f34ab3ffa7 In class/PEAPI: 21 years ago

README.txt

PEAPI
-----

This is a preliminary version of our PE writer component. It is a managed
component which presents on the client side an API and constructs program
executable files.

We have tested this component as an alternative backend for Gardens Point
Component Pascal .NET. Our previous versions of gpcp produced textual CIL and
invoked ilasm. The new backend can create a program executable file in almost
exactly the same length of time as it takes to write the equivalent CIL text
file.

PEAPI is written in C# and is released as open source under a FreeBSD-like
licence. Included in this release is pdf documentation and both html and
chm documentation. The main documentation is written as if it was a new
Appendix to John Gough's book Compiling for the .NET Common Language Runtime,
Prentice-Hall 2002.

The current release implements most of the facilities of the API however,
some final features not required for component pascal have yet to be added.
We expect to update the component incrementally as additional features are
added. Currently the component does not produce debugger information (pdb
files). We are considering possible ways of doing this or alternatively
producing rotor-format debugging information.

The team has a committment to maintain and update the component into the
foreseeable future, as several other projects here depend on it. Users are
encouraged to send feedback on missing features, bug reports etc. to assist
in this quest.

Update (18th Apr 2005)

Some portions of the code have been taken from PERWAPI (http://www.plas.fit.qut.edu.au/perwapi/Default.aspx), which extends PEAPI. It is developed by Diane Corney.