Accessing IL-code through reflection

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
 
W

Wiktor Zychla

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top