On 8/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Has someone an example using Mono.Cecil.Binary Namespace. I don't know
> how I can use this namespace. There are a lot of interesting classes
> in this namespace, but I don't know I can use them. I have taken a
> look at some projects using Cecil but found nothing. :((
You can get a PE binary by using
Image img = Image.GetImage ("foo.dll");
Then you can have access to the pe structure, like the headers and the sections.
--
Jb Evain <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---