reflector
decompiling an asp.net site
hallo all i have an asp.net site which i have no source code for it. anyway i开发者_开发知识库 would like to decompile the whole site and that way i can work on it agian.[详细]
2023-01-05 12:29 分类:问答How can I trace where potential exceptions might be thrown from?
We have many questions here about stack traces and analyzing exceptions that have been thrown. I am using RedGate Reflector to examine the workings of some .net classes.In particular, I am looking at[详细]
2023-01-04 14:33 分类:问答.NET Reflector and getters/setters issue
I\'m using an up-to-date .NET Reflector to disassemble an internal legacy app whose source code is almost impossible to recover. I need to find the cause of a nasty bug, and then possibly patch it. Re[详细]
2023-01-03 08:45 分类:问答How can I get bitmap from .resources (not .resx) file
I have opened assembly with reflector and saved some .resources files to my hard drive. There is some bitmaps in there, how can I get them from saved .resources file?[详细]
2022-12-30 07:00 分类:问答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.[详细]
2022-12-30 06:19 分类:问答Is it possible to link a method marked with MethodImplOptions.InternalCall to its implementation?
In trying to find the possible cause of an exception, I\'m following a code path using Reflector. I\'ve got deeper and deeper, but ended up at a method call that looks like:[详细]
2022-12-29 13:08 分类:问答If Visual Studio 2010 based on WPF, why I cannot open it with reflector?
If Visual Studio 2010 based on WPF, why I cannot open it with reflector? In other words, devenv.exe se开发者_运维技巧ems to be native assembly, so where is the WPF UI code?The Visual Studio devenv.ex[详细]
2022-12-27 19:27 分类:问答Reflector and compiler generated code
I have a dll which I disassemble in Reflector, I then generate a class. The class contains code which does not compile in Visual Studio.[详细]
2022-12-27 14:43 分类:问答Something better than .NET Reflector? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2022-12-27 05:08 分类:问答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 de开发者_JS百科velopers are not aware of th[详细]
2022-12-24 00:59 分类:问答