Comments
Sort by recent activity
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...