Kris Stanton's WebLogThe things I learn working for the CLR teamExploring pe file headers using managed code- March 31, 2004 One of the test apps that I am updating needs to determine what type of assembly a particular file is (I386, Itanium, x64, etc.) and also to determine whether a file is managed or not. I talked to Josh Willams, a dev on the 64-bit team, and he pointed me to checking out the file header with a myriad of complicated structures. All the articles I saw on the web was in unmanaged code, I thought it would be fun to explore this from a managed perspective. So, the first thing I did was to scour the...http://blogs.msdn.com/kstanton/archive/2004/03/31/105060.aspx Hello and welcome to my blog!- March 27, 2004 Hello! I would just like to welcome y'all to my new blog. I am a tester on the CLR team and wanted to post things here that I learn. The people on this team are spectacularly smart, so I am always learning something new every day!http://blogs.msdn.com/kstanton/archive/2004/03/27/100511.aspx |