[Pkg-mono-devel] dh_mono or something

Jackson Harper jackson@ximian.com
Fri, 11 Jun 2004 06:39:06 -0700


On Fri, 2004-06-11 at 01:58, Paolo Molaro wrote:
> On 06/10/04 Jackson Harper wrote:
> > This actually on the mono todo list
> > (http://www.go-mono.com/mono-todo.html) scroll to Linker Tool. Post 1.0
> > this might be one of my tasks, unless anyone from the community decides
> > to start working on it.
> 
> The linker is a different thing.
> What Jerry needs is already basically implemented as:
> 	monodis --assemblyref stuff.exe/dll
> 	monodis --moduleref stuff.exe/dll
> 
> lupus

Yeah I realized that right after I sent this message and corrected
myself on irc. The tool would have to go one step further and resolve
the dependancies recursively, which would not be very hard. Also there
are some cases where Assembly.Load is used to load non referenced
assemblies....this wont be too common but could be handled pretty easily
by doing something along the lines of monodis <assembly> | grep "call
[mscorlib]System.Reflection.AssemblyLoad*"

Thanks for clearing this up on the list,
Jackson