[Pkg-mono-devel] dh_mono

Jackson Harper jackson@ximian.com
Thu, 17 Jun 2004 12:36:45 -0700


Hello,

	Last night I wrote a little bit of code to pull all the assemblyrefs
from an assembly using Mono.PEToolkit and dump the assemblyrefs to
stdout. This is a little more reliable then using monodis --assemblyref
as it doesn't try to completely load the assembly and all its references
so there are allot less chances of errors occurring. It simply parses
the metadata that it needs from the assembly.

	Would it be better to keep this tool as is and have the perl dh_mono
script use it, or make this tool create the same output as the current
dh_mono tool?

Cheers,
Jackson