Top ".net-reflector" questions

.NET Reflector is an assembly browser that can be used to explore, analyze, decompile, and debug the contents of any .NET assembly.

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

Is it possible to use .NET Reflector (or an other tool) to modify and recompile the code quickly (that is, …

.net reflector .net-reflector
Obfuscation of .NET exe/dll

Possible Duplicate: .NET obfuscation of a DLL: how can I protect my code? Hi all, I'm using .net framework 4.0 and …

c# .net .net-reflector
Is there a way to "override" a method with reflection?

Without inherit but only with reflection is it possible to dynamically change the code of a method in C#? something …

c# reflection .net-reflector
How do I completely uninstall Red Gate's .NET Reflector?

When I installed .NET Reflector for the first time, it was as easy as unzipping it, dragging the folder to …

.net windows reflector .net-reflector
Why can't I pass a property or indexer as a ref parameter when .NET reflector shows that it's done in the .NET Framework?

Okay, I will cut and paste from .NET reflector to demonstrate what I'm trying to do: public override void UpdateUser(…

c# .net .net-reflector
"The module was expected to contain an assembly manifest."

I have a C# .NET DLL that I'm trying to patch. I chose .NET Reflector with the Reflexil plugin for …

c# dll reverse-engineering .net-reflector reflexil
Viewing the IL code generated from a compiled expression

Is it possible to view the IL code generated when you call Compile() on an Expression tree? Consider this very …

c# expression-trees il .net-reflector
Dotpeek recompile decompiled files

How i can recompile my edited codes Or replace it with original files and save it as exe in dotpeek ? …

.net-reflector dotpeek
Extract/Decompile source files from exe

There is a client specific solution that we cannot find the source code for, but we do have the .exe …

c# visual-studio-2010 decompiling reflector .net-reflector
Adding extensions in Visual Studio Express 2012 for Window8 Desktop

I realise that VS2012 Express Edition now supports NuGet packages. Any idea if the limitations on adding productivity tools like …

visual-studio-2012 resharper vsix .net-reflector