reflector
Reverse Engineering asp.net web app
I have an asp.net web application.I don\'t have the source code.The bin contains 10 assemblies and a .compiled file.I used Reflector on the App_Code.dll and it shows me classes and na开发者_高级运维me[详细]
2023-02-10 17:46 分类:问答Possible to inject resource files into .net assembly?
There\'s a .net program for students that I\'ve been messing around with in Reflector and Reflexil, but it doesn\'t look like they can work with resource files. I want to replace the default backgroun[详细]
2023-02-09 16:49 分类:问答NetValidatePasswordPolicy issue on XP
My project has a requirement that it needs to check the password complexity before create the new account.[详细]
2023-02-06 00:25 分类:问答DLL Decompilation
I\'m trying to decompile a dl开发者_高级运维l with the tool called Reflector, but it shows only the definitions, not the complete code. What is the reason? How can I decompile it completely?[详细]
2023-02-05 21:50 分类:问答Decompiling a Method Implemented with extern keyword
when I decompiled a dll file with Reflector, I saw that the method I need is implemented as below. What does it mean? Is that possible to see the source code behind it?[详细]
2023-02-05 11:18 分类:问答Decompile C# Exe with partial source code available
I maintain a C# program at work and due to a hard disk crash i lost a big chunk of code for an already deployed version (which is my own fault for not pushing the git repository often enough) and now[详细]
2023-02-04 14:41 分类:问答Best disassembler tool for the .NET reflector?
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.[详细]
2023-02-03 21:58 分类:问答How to directly access .NET Reflector from VS2008
I\'m sure this is very simple, but I\'m having some trouble.I want to be able to disassemble a class in reflector directly from VS2008.[详细]
2023-01-29 18:05 分类:问答C# compiling optimizations: null coalescing operator - UPDATED - Reflector's bug?
Greetings! I am slightly confused about how does C# compiler perform its optimizations. I have written the following getter to make up \"lazy\" initialization, and default value in case of null:[详细]
2023-01-27 09:19 分类:问答.NET Reflector Add-in for renaming
开发者_Python百科Is there an existing .NET Reflector add-in that allows renaming of namespaces/classes/methods etc?Not for Reflector, but there is an add-in called ReSharper that plugs into VS itself,[详细]
2023-01-24 10:15 分类:问答