About 10,900 results
Open links in new tab
  1. Something Better than .NET Reflector? - Stack Overflow

    Mar 11, 2014 · From their website: ILSpy is the open-source .NET assembly browser and decompiler. Development started after Red Gate announced that the free version of .NET Reflector would cease …

  2. c# - Examples of using .NET Reflector - Stack Overflow

    Feb 8, 2009 · 4 As a programmer who is new to .NET and C#, I find that using .NET Reflector is an incredible utility to use to see how the "professionals" write their code. Can anyone suggest good …

  3. Can I use .NET Reflector to modify & recompile the code quickly?

    Feb 17, 2010 · Is it possible to use .NET Reflector (or an other tool) to modify and recompile the code quickly (that is, without dumping the source and then use Visual Studio to recompile it)?

  4. Is there a “free” alternative to .NET Reflector? [duplicate]

    Sep 26, 2011 · ILSpy is the open-source .NET assembly browser and decompiler. Development started after Red Gate announced that the free version of .NET Reflector would cease to exist by end of …

  5. How do I decompile a .NET EXE into readable C# source code?

    May 2, 2010 · 210 Reflector and its add-in FileDisassembler. Reflector will allow to see the source code. FileDisassembler will allow you to convert it into a VS solution.

  6. .NET reflector + Reflexil Plugin - Stack Overflow

    Mar 9, 2016 · I've just installed reflexil v2.0 plugin but when I click on it after highliting a method it only displays 3 sub menus : Delete, Rename, Update Reflector object model...I'm not seeing Save as, Inject

  7. .net - Open Source Alternatives to Reflector? - Stack Overflow

    Just to ask if anyone knows of an open source alternative to RedGate's Reflector? I'm interested in checking out how a tool similar to Reflector actually works. Note, if you know of a free but ...

  8. How can I open DLL files to see what is written inside?

    Aug 5, 2013 · The most popular (and best) tool is Reflector, but there are also other .NET decompilers (such as Dis#). You can also decompile the CIL using ILDASM, which comes bundled with the .NET …

  9. Best disassembler tool for the .NET reflector? - Stack Overflow

    Mar 1, 2011 · What's the best disassembler tool for the .NET reflector? By best I mean, saving a .NET assembly in a disassembled state in most readable, most likely to compile with fewer changes. The …

  10. How do I completely uninstall Red Gate's .NET Reflector?

    Jun 27, 2011 · When I installed .NET Reflector for the first time, it was as easy as unzipping it, dragging the folder to the appropriate place on my disk, and launching it. From within the UI, I was able to conf...