[Mono-dev] Mono.Cecil: Support for PE File Headers (FileVersionInfo)
Jb Evain
mono at evain.net
Wed Sep 27 08:34:08 EDT 2006
Hi,
Christian Birkl wrote:
> 1) what's the schedule for the support of reading and writing PE file
> headers (like MS Windows FileVersionInfo/AssemblyFileVersion) in
> Mono.Cecil?
> Currently Cecil "looses" all AssemblyFileVersion infos (like companyname,
> file version, ...) when roundtripping such an assembly.
Someone is sponsoring me to implement that, it should land in the SVN
before Oct 6th.
> 2) what's the schedule (if any) for the support of pdb files in Mono.Cecil?
There is already some code in the SVN. The pdb support will work only
when Cecil is running on Microsoft's .net framework. On Mono, Cecil will
use the mdb file format.
For the moment you can read and write back a pdb file, only the local
variables infos are not written back. On the mdb side, you can only read
them for the moment.
Jb
More information about the Mono-devel-list
mailing list