Great add-in for Reflector!

I have been using this great add-in for Lutz Roeder's Reflector.  It is written by Jason Bock and it allows you to generate the source files from an assembly and save them to your hard drive!  Unfortunately, it only works with version 3.2.5.0 of Reflector.   (I think Reflector is now up to 3.3.1.0)  Jason was kind enough to provide the source code but it looks like Reflector has gone through a lot of changes since 3.2.5.0. 

My question is, has anyone else written an add-in like this or does anyone know what has changed since 3.2.5.0 so I could modify Jason's add-in?  Thanks!

Recent Posts

Tag Cloud

3 Comments

  • Andy,



    Well, Translator and Optimizer are internal classes, so it's going to be problematic to use them ;). I'm going to see if I can update my add-in as well. Funny that the decompilation stuff is now all internal, at least from what my initial glances at Reflector's object model is telling me.



    Regards,



    Jason

  • Well, using Reflection on Reflector did the trick ;)



    I'll post an updated version soon. I'm going to clean up the code base, but it will definitely compile against 3.4.0.0 (unfortunately, it will NOT be backwards compatiable with my previous version, so I'll make sure to differentiate this new code base with the old one). Watch my web log for details.



    BTW thanks for asking about this one - it was fun to figure out a workaround ;).



    Regards,



    Jason

  • is there anay place to download Version 3.2.5.0 of the Reflector package?

Comments have been disabled for this content.