Нема описа

John Gough 6643bee4b6 Add files via upload пре 5 година
PERWAPI 75469c5172 пре 11 година
SymbolRW 75469c5172 пре 11 година
.gitattributes 83c5b7a795 Add git configuration files for Visual Studio. пре 8 година
.gitignore 83c5b7a795 Add git configuration files for Visual Studio. пре 8 година
LICENSE.md ea1f79fd3e Imported existing License description into LICENSE.md пре 8 година
PERWAPI.pdf 6643bee4b6 Add files via upload пре 5 година
PERWAPI.sln 75469c5172 пре 11 година
README.md e075ccc0a9 Imported existing Home description into README.md пре 8 година

README.md

Project Description

PERWAPI is a reader writer module for .NET program executables. It has been used as back-end for progamming language compilers such as Gardens Point Component Pascal, the Ruby.NET prototype and .NET assemblers. PERWAPI is written in C# and optionally produces PDB files also.

PERWAPI is a module that reads and writes .NET program executable files. It was developed primarily as a file reader writer for programming language compilers. It defines classes for all of the features of the IL model, and methods to read and write the metadata of the PE-file. The module is written in C#, and does not rely on any facilities outside the base class libraries. It uses neither unmanaged code nor COM interop.

In its current form it supports most of the features of the .NET V3.5 framework.

A second module of the project SymbolRW provides a managed interface to the COM interface for reading and writing PDB debug files. This module is a minimal interface for the features typically required for debug information of compilers. It does not provide access to all of the features of mscoree.dll.