On Thu, Sep 30, 2010 at 2:52 PM, dineshde <[email protected]> wrote: > Thank you very much JB it works fine now .. Like the system.reflection > in .net is it possible to read the PEKinds using mono cecil ?..
Cecil exposes something similar. See: ModuleDefinition.Kind ModuleDefinition.Architecture ModuleDefinition.Attributes ModuleDefinition.Runtime To analyze the specifics of PE modules. -- Jb EvainĀ <[email protected]> -- -- mono-cecil
