Posts
Sort by recent activity
Profiling Web services..
I believe I read somewhere that to profile web services, the code must be something that is invoked form Internet Explorer. I want to confirm my understanding of this.
So if I have a (big) asp.net ...
How to debug an obfuscated and merged assemblies.
After a set of assemblies where merged and obfuscated, the program will no longer run. Is it possible to debug obfuscated code. I attached a debugger to it, but the call stack is mangled. Is there ...