This tutorial version is obsolete - jump to the newest one
Debugging obfuscated code on production
Obfuscated applications giving you obfuscated stack trace, which may made debugging them a real nightmare. Fortunetly RevDeBug is solving also this problem.
Estimated reading time: 1 min
Last edited: 18 Apr 2019
Debug obfuscated code
What are two the most common problems, which are occuring while debugging an obfuscated code?
- You obfuscated executable files and you can't use PDB symbols.
- You received only obfuscated Stack Trace
RevDeBug is the only .NET tool that allows monitoring your obfuscated applications on production and dealing with those. Thanks to unique technology we implemented, standard obfuscators do not affects functionality of our software.

Bulding pipeline with standard obfuscators and RevDeBug.