Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
Open Source Alternatives to Reflector?

Hi,

Does anyone know if there is a tool like reflector that can reflect .net code???
Since reflector is not free anymore, i want a replacement tool.

share|improve this question

marked as duplicate by Kev, Oded, Michael Burr, Groo, Graviton Apr 20 '11 at 11:02

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

5 Answers

ILSpy, link

Telerik Just Decompile, link

share|improve this answer
Thanks Antonio for Telerik link.. it works beautiful. – dotnet-practitioner Dec 28 '12 at 20:07

There is still a free version of Reflector available and I'm using it on a daily basis. Reflector is still your friend!

Update:

Red Gate announced that Reflector 6.0 stays free and will not expire.

share|improve this answer
No man every time i oppen the reflector asks me to update to get the new version. If i click "No" the reflector doesn't open and if i click yes it is not free!!!!! The free version is not available anymore – Gaby Apr 20 '11 at 7:56
1  
@Gaby, I second that. It's not free anymore. – Å¡ljaker Apr 20 '11 at 7:59
I had it yesterday, when I clicked on "No" for the update, the .exe was deleted from the hard drive. Very nice Red Gate! – Philippe Apr 20 '11 at 8:00
I clicked "Yes" last week and it updated to the latest free version. It is still the free version. It has a banner at the bottom promoting the pro versino. – Steven Apr 20 '11 at 9:35
@Steven - if you hit yes last week, is it possible that you're in the 14 day trial period? It's quite well documented that it's no longer free: reflector.red-gate.com/download.aspx?TreatAsUpdate=1 – Damien_The_Unbeliever Apr 20 '11 at 10:46
show 1 more comment

What about the good old ILDASM: http://msdn.microsoft.com/en-us/library/f7dy01k1(v=VS.100).aspx

share|improve this answer

But there is

  • monodis (part of mono, open source) which does what ildasm does
  • monodevelopo (which decompiles code in the assembly reference browser)

A nice list of reflector alternatives is here

share|improve this answer

A good list of alternatives is here

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.