Tagged Questions
.NET Reflector® is a proprietary software utility for Microsoft .NET combining class browsing, static analysis and decompilation, originally written by Lutz Roeder. Currently Reflector is sold by Red Gate Software, who no longer offer a free version.
214
votes
10answers
31k views
Open Source Alternatives to Reflector?
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 not ...
93
votes
8answers
17k views
Something Better than .NET Reflector?
I used to love Reflector back in the day, but ever since RedGate took over it has gone downhill dramatically. Now it forces me to update (which is absolutely ridiculous), half the time the update ...
36
votes
3answers
12k views
Is there a “free” alternative to .NET Reflector? [closed]
Possible Duplicate:
Something Better than .NET Reflector?
Possible Duplicate:
Open Source Alternatives to Reflector?
I don't consider this to be a duplicate, as the contact of ...
35
votes
6answers
2k views
Why check this != null?
Occasionally I like to spend some time looking at the .NET code just to see how things are implemented behind the scenes. I stumbled upon this gem while looking at the String.Equals method via ...
27
votes
3answers
878 views
Ethical Software Installs - Affecting other software
I'd like to get a community view on this, as I was personally very offended at the way some software I have used for a long time recently changed in behavior.
In this particular case, it's the .Net ...
13
votes
10answers
5k views
What do you use to protect your .NET code from reverse engineering? [closed]
For a while we were using a tool called CodeVeil. I'm just wondering if there are better alternatives out there.
Edit: Before more people misunderstand the question, I'm aware that a determined ...
12
votes
7answers
790 views
Is it legal to use Reflector to analyze binaries when the owner forbids a viewing of the source?
I've been commissioned to perform a review of an application.
Company A buys software from Company
B.
The software crashes often and is
not performant.
Company A hires me to
review software and to ...
11
votes
8answers
3k views
How can I protect my .NET assemblies from decompilation?
One if the first things I learned when I started with C# was the most important one. You can decompile any .NET assembly with Reflector or other tools. Many developers are not aware of this fact and ...
10
votes
2answers
3k views
How to use Deblector?
I am working with a 3rd party framework, and the code is pretty bad, and I'm getting exceptions that I can't figure out. I was able to decompile using Reflector, and now I'm trying to debug using ...
9
votes
5answers
2k views
.NET Reflector for Mono
Is there an equivalent of .NET Reflector for Mono? Quick googling did not find anything... Or can I run Reflector on Mono (say, in Mac OS X)?
9
votes
7answers
2k views
Can you use Reflector to get the source code of an app and then debug using that source code?
It seems like you could use a mashup of Relector and a Debugger to be able to debug any .NET app WITHOUT having the source code at all. Is this possible? Has anyone seen this before?
8
votes
3answers
3k views
Reflector will not be free anymore. Any alternatives? [closed]
Possible Duplicate:
Open Source Alternatives to Reflector?
Since March, this tool is no longer free even for all its old versions. Any alternatives?
8
votes
7answers
1k views
Experience with .NET Reflector Pro
Does anyone have experience with .NET Reflector Pro (not the free version)?
I have searched for some way to easily debug an application in an external environment (e.g. a production server that is ...
8
votes
6answers
1k views
C# encryption in the age of reflector
I have a program, where the password to a database is set by a remote user. The program saves the username and password to an encrypted string in an xml file that otherwise should be human readable. ...
8
votes
2answers
290 views
Is there a tool like Reflector for COM libraries?
Is there a tool like Reflector for COM libraries? I would like to open a COM library and browse the classes and interfaces just like in Reflector. I would rather not install Visual Basic 6.0 in order ...
7
votes
4answers
1k views
Reflector doens't show class implementation
I'm trying to decompile a library but when I click on a class name or a method name, the implementation code is empty.
For example:
public bool MethodOne(string str)
{
// nothing
}
What could ...
6
votes
1answer
849 views
Why does Console.Out.WriteLine exist?
Actually the question should be why does Console.WriteLine exist just to be a wrapper for Console.Out.WriteLine
I found this little method using intellisense, then opened .NET reflector and ...
6
votes
8answers
4k views
Is there a way to prevent Reflector from being able to reflect my source code?
Is there a way (reliable and preferably not commercial) to prevent from Reflector to reflect my source code???
Thanks,
Adi
5
votes
1answer
89 views
Can't see how the compiler uses the classes he creates for my closures
I wrote this very basic programm to examine what the compiler is doing behind the scenes:
class Program
{
static void Main(string[] args)
{
var increase = Increase();
...
5
votes
2answers
1k views
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 the appropriate place on my disk, and launching it. From within the UI, I was able to ...
5
votes
4answers
204 views
Can .NET dissemblers like Reflector access the comments in the origial source code?
the comments are not XML comments, just normal comments
5
votes
3answers
264 views
Can someone please explain this lazy evaluation code?
So, this question was just asked on SO:
http://stackoverflow.com/questions/2740001/how-to-handle-an-infinite-ienumerable
My sample code:
public static void Main(string[] args)
{
foreach (var ...
5
votes
1answer
267 views
Opening XNA Xbox 360 assemblies in Reflector
I'd like to get a look at the differences between the Xbox 360 and Windows XNA assemblies. I know the 360 runs the .NET Compact Framework and I was under the impression that Reflector could read CF ...
5
votes
3answers
4k views
Can I use .NET reflector to modify & recompile the code quickly?
Is it possible to use .NET reflector (or an other tool) to modify & recompile the code quickly (i.e. without dumping the source and then use VS to recompile it)?
5
votes
2answers
446 views
What are these opcodes for?
Using reflector I get the following output:
.method private hidebysig static class myModelTestarea.Foo Method() cil managed
{
.maxstack 1
.locals init ([0] class myModelTestarea.Foo CS$1$0000)
...
4
votes
3answers
347 views
How to get Visual Studio to step into third party assemblies
When I'm debugging or even coding, it would be really uesful to examine third party assemblies but I can only see their metadata.
Given that tools like reflector can decompile assemblies, is there ...
4
votes
3answers
217 views
Overloading the ++ and — operators in c#
It appears in C# you can not override the post decrement operator?
I was "reflectoring" and ran across some code that reflector translated to decimal.op_Decrement(x) and I was trying to figure out ...
4
votes
3answers
528 views
Does anyone know of a free tool to integrate Reflector with Visual Studio, besides TestDriven.NET?
I love the Go to Reflector menu option installed by TD.NET. However, TD.NET is not free for commercial use and so I do not have it at work.
I am wondering if there is another tool out there that does ...
4
votes
3answers
894 views
Can i reverse engineer my own dll?
We've got a .NET project at work, which we lost (human error). The person who wrote the code said she had three projects in the solution => one webform, one winform and one class library.
Now, we ...
4
votes
13answers
2k views
Why do people disassemble .NET (CLR) binaries?
I'm somewhat new to .NET but not new to programming, and I'm somewhat puzzled at the trend and excitement about disassembling compiled .NET code. It seems pointless.
The high-level ease of use of ...
4
votes
9answers
1k views
Have you ever reflected Reflector? [closed]
Lutz Roeder's Reflector, that is.
Its obfuscated.
I still don't understand this. Can somebody please explain?
3
votes
1answer
100 views
Reflection Gurus: Why aren't my MethodInfo objects equal?
Basically, some internal check that happens in the static System.Linq.Expressions.Expression.Bind() method says "Method is not a property accessor" on my property that is clearly a property. Using ...
3
votes
2answers
119 views
Is int32 a polymorphism of object?
When i do
int k=3;
where in the reflector can i find the pseudo statement?
Object k = new Int32();
where can i find the value assign?
3
votes
6answers
957 views
Is there any concept in c++ like reflector in .Net?
i like to get code from c++ dll ,i know we easily get from .Net dll by reflector. Is there any method available in c++ for this?
Thanks In Advance
3
votes
3answers
237 views
How to have reflector load a different framework on load
When you first start .NET Reflector, it'll ask you what framework's base assemblies it should load. I often switch from framework to framework and wondered how I could have it popup that question each ...
3
votes
3answers
463 views
Reflector issue when decompiling a WPF assembly (i.e. PresentationCore, PresentationFramework)
I just downloaded the last version of Reflector from RedGate and I was unable to decompile classes in some core WPF assemblies like PresentationCore and PresentationFramework.
Here is a link to a ...
3
votes
4answers
2k views
Using Reflector To Create VisualStudio Project
I have a .exe app which I want to understand better - I can see it in reflector
Is there any way to get reflector to create a VS project with the code so I can view it properly in Visual Studio?
3
votes
2answers
1k views
Reflector: Does the comment in this code mean the whole thing is obfuscated?
So in the code below you'll notice the comment "// This item is obfuscated and can not be translated."
What I'm wondering is does that mean that the comment is there in place of some obfuscated code ...
3
votes
1answer
236 views
Launch Reflector from Visual Studio 2008 References Section in Solution Explorer
How do you configure Visual Studio 2008 to launch the Redgate .Net Reflector from a right click on an assembly in the references section in the solution explorer? I have it set up at the office to do ...
3
votes
3answers
1k views
Silverlight Canvas: How does it work?
In silverlight Canvas class (with Reflector) has very simple implementation: 3 attached dependency properties (Left, Top, ZIndex) and 2 ovverides of MeasureOverride and ArrangeOverride methods which ...
3
votes
6answers
521 views
Static analysis of .net assembly
I have a C# project for which I need to find the all private methods which are not called from any other public method directly or indirectly.
In addition, for each private method which is called ...
3
votes
1answer
255 views
Clutter in mixed C++/CLI assemblies
Is there any way to hide native placeholder definitions from the managed metadata (visible in Reflector)?
I'm creating a mixed-mode C++/CLI assembly containing some files compiled with /clr and some ...
3
votes
4answers
328 views
Matching ASP.NET source code to a compiled web application
My client has a compiled ASP.NET 2.0 application that was compiled & deployed a year ago. They also have 4 versions of source code projects/solutions not under source control (stored on previous ...
3
votes
2answers
381 views
How to see XML comments of the code from Reflector
I prefer to browse the assemblies using reflector even though i have source code with me specially in case when i move to new project.
But I feel it would be nice if i could see the XML comments of ...
3
votes
3answers
613 views
Possible to display actual source code from codebehind on aspx page (for code example pages)
I am working on doing an aspx page to display code usage examples of a library.
So basically, I'd like to for example have:
Description
Source Code
Button
Output (in a datagrid)
Rather than copying ...
3
votes
1answer
860 views
How to make Reflector an addin for Visual Studios?
I downloaded Reflector.Net and it's an .Exe outside VS. I remember (last year) when I downloaded it, it was an Addin to VS. How can I make it back to an Addin?
2
votes
3answers
67 views
Passing class objects across different assembly versions
The scenario goes like this -
I have an assembly say 'MyAssembly'. An interface say 'IMyInterface' is defined in this assembly.
In the same assembly i have one class(MyClass) with a method define in ...
2
votes
4answers
100 views
c# protect a database connection string in Settings prevent Decompiling?
Is there anyway to prevent people from using Reflector.net to decompile my .exe c# application? I know there is a tons of post about this but I don't really care if people can see my code the only ...
2
votes
3answers
93 views
Using the Reflector API to get decompiled source code
I am looking for some framework that allows decompiling a .NET assembly to get the source code.
I know Reflector offers some sort of API to perform operations on assemblies, when i used it it seems ...
2
votes
1answer
83 views
How to get a nice class diagram for built-in .net classes?
To get an overview for the CodeDom classes in .Net I tried to create a class diagramm using Visual Studio 2010 built-in class designer, but I did not find the way how I could feed the .Net built-in ...