reflector
Decompile with Reflector
I have done decompile the code. But instead of display string, it display an negative number. How can I find the original string?[详细]
2023-04-13 09:58 分类:问答Reflector generated Lambda Expression, how to get back back actual Linq Query?
I\'m using Reflector to decompile some binaries. I\'m having problem with Lambda Expressions and methodof which doesn\'t compile. lambda Expression seems super complicated to me and I have no idea how[详细]
2023-04-13 09:26 分类:问答How do WF4 parse the Expressions?
How do WF4 parse expressions and return the values. for example the If activity has the Condition attribute that we can write expression like [ true = true ] or [ \"str\" = \"str\" ] or guids...[详细]
2023-04-10 05:04 分类:问答Reflect WF4 System.Activities [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Reflector Not Decompiling 'System.Data.Entity.dll' .NET 4.0[详细]
2023-04-08 14:37 分类:问答Decompiling VB.Net assembly produces code with invalid member variable names; names starting with $STATIC$
I am doing work for a client who has lost the source code for one of their VB.Net WinForms applications. The assembly they have is not obfuscated at all. I am trying to recover as much of the 开发者_S[详细]
2023-04-03 06:57 分类:问答.NET Reflector - Reflexil, Change private to public
I have an assembly loaded into .NET reflector and I have the reflexil addin. I found a method in the assembly but it\'s private. Copying the whole method to my code is too much work because it uses ma[详细]
2023-03-26 00:21 分类:问答.NET Reflector export controls
I have an assembly made by myself but I lost the source. That time I obfuscated it but I have de-obfuscated it. But it\'s full of crap now xD Reflector crashes when i\'m trying to view some parts of t[详细]
2023-03-25 05:48 分类:问答Why can't Reflector show byte arrays? Is this due to some technical limitation? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want开发者_StackOverflow社区 to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-03-22 13:56 分类:问答Swap resource-files in .NET exe?
.NET Reflector can dissassemble .NET-files beautifully but I found no way to swap resource-files (pictures) from within an assembly.[详细]
2023-03-22 00:01 分类:问答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 configu[详细]
2023-03-16 01:01 分类:问答