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