Tagged Questions

5
votes
2answers
223 views

ILSpy, how to resolve dependencies?

I want to disassemble an entire .NET assembly with ILSpy. I used this code as base: http://skysigal.xact-solutions.com/Blog/tabid/427/entryid/2488/Default.aspx And it works fine, just when I have an ...
1
vote
3answers
83 views

Good Tool to analyse assembly dependency in .NET application [closed]

I know there are many tools. I want to find out a good tool to show me what assembly is missing. I encountered an exception saying that one of the dependency assembly might be missing when I tried to ...
1
vote
4answers
169 views

Is this valid C# code?

Is this valid C# code ? public class Product { [CompilerGenerated] private string <Name>k__BackingField; [CompilerGenerated] private decimal ...
1
vote
4answers
591 views

How to decompile pdb to get C# source code?

My scenario: I want to write in log file part of code where exception has happened (for example 5 lines before and 5 lines after line where exception happened - or at least all the code of that ...
1
vote
1answer
158 views

What is the C# equivalent to JAD?

What is the C# equivalent to Java's JAD and is there a VS plugin similar to Eclipse's JadClipse?
0
votes
1answer
459 views

Decompile Class that have resource file

I've been decompiled an aplication exe to learn about how they handle command. But I do not know exactly what type of the following file.because the file is inherit from superclass that inherit from ...
0
votes
0answers
330 views

Deobfuscator for Macrobject

Hope to not get any down votes for my question: More info about macrobject obfuscator: http://3d2f.com/programs/58-267-macrobject-obfuscator-net-download.shtml It causes .Net Reflector Crash. Anyone ...
0
votes
1answer
963 views

.net Reflector “Object reference not set to an instance of an object”

I'm working with .net Reflector to view some .net Compact Framework .dlls and I'm getting an "Object reference not set to an instance of an object" error for one of them. I downloaded the trial ...