On Mon, May 31, 2010 at 11:10 AM, waschlappen <[email protected]> wrote: > Thanks for the prompt answer!
Sure! >> Do you use Mono.Cecil 0.9.* from github? > That's a good point. I just verified and it turns out that I am still > using 0.6. I will switch to latest version then. Let us know if you have any assembly that make Cecil crash. > Do you have any idea how I could examine the unmanaged part of the > binary as well? As pointed out earlier, I am only interested in the > API signatures. I never had to do that. A quick googling shows: http://www.pelib.com/index.php You want to look at the export directory of the PE file. But then you probably just get a mangled name and you enter an interesting painful world to get their signature by unmangling them. > But being able to check the managed part is a good step forward for > me. So you've already helped me a great deal here. Cool! -- Jb Evain <[email protected]> -- -- mono-cecil
