[Mono-list] Re: Bug in Mono.PEToolkit

Miguel de Icaza miguel@ximian.com
Fri, 07 May 2004 19:58:29 -0400


Hello,

> It only takes three instructions to reproduce it. Basically, I'm trying
> to inspect some of .Net's core libraries with Mono:
> 
> using Mono.PEToolkit;
> using Mono.PEToolkit.MetaData;

The PEToolkit is outdated at this point.  We have moved to use PEAPI,
and there is a new writing version of the PEAPI that is soon to be
released.

Miguel