Activity overview
Latest activity by MikeDev
I am all clear now. Thank you. / comments
I am all clear now. Thank you.
Thank you for your response. I believe my original binaries are not obfuscated. I am debugging a service that steps into a dll of mine which I have set to "Enable Debugging". When I step into the method of the dll I see obfuscated code. At the top there is "Generated by .NET Reflector" and in the method there are lines such as: <>c__DisplayClass19_0 class_; ParameterExpression expression; ParameterExpression expression2; I may be doing something wrong. Is there was way to just step into my original code, or else have the .NET Reflector code be non-obfuscated? / comments
Thank you for your response. I believe my original binaries are not obfuscated. I am debugging a service that steps into a dll of mine which I have set to "Enable Debugging". When I step into the m...
For .NET Reflector 10 Extension in Visual Studio 2017 - How to Disable Obfuscation During Debugging
I recently installed this extension. It is letting me step into the source code of dlls the source of which I own. Unfortunately I see the code I am stepping into has been obfuscated. This defeats...