How can we help you today? How can we help you today?

Have you used Reflector addins? Which would you recommend?

I'm curious to know how many people have used any addins for Reflector.

If so, which would you recommend to others?
Amir C
0

Comments

2 comments

  • AndrewJacksonZA
    Reflexil by Sebastien Lebreton.

    I've found that it's a great tool to learn IL with. It's also useful to show developers why they should take reasonable steps to protect their software, and not just use statements like:
    if (IsRegistered() == false)
    {
       Application.Exit();
    }
    
    AndrewJacksonZA
    0
  • reflexil
    Playing with Reflexil 1.2 and Reflector 7 : http://bit.ly/kill3rv1d - Advanced alteration techniques (IL edit, C#/class/method injection)

    :p
    reflexil
    0

Add comment

Please sign in to leave a comment.