> is there a way to load an existing assembly into an AssemblyBuilder to
> access and modify the IL-code contained within methods, or is ILDASM the
> only way to get to the IL ??
once there was Lutz Roeder's ILREADER library. however, I am afraid it's
gone for some reason. there's no sign of it on the Lutz Roeder page.
google reveals that the code is a part of nunitaddin but I am afraid that
this is an old version of ilreader:
http://cvs.sourceforge.net/viewcvs.py/nunitaddin/NUnitAddin/System.Reflection.IL
Reader/
anyone knows what happened to ILREADER? I remember downloading version 1.1
(Ilreader.dll: 61440 bytes) but now I cannot find it anywhere on the
Internet?
Is anyone officially working on the ilreader library?
thanks in advance,
Wiktor Zychla