Accessing IL-code through reflection

  • Thread starter Thread starter Daniel Weber
  • Start date Start date
D

Daniel Weber

Hello,

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 ??

thanks

Daniel Weber
 
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.ILReader/

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
 
Back
Top