Obfuscation + .NET + RayGun
ashokgelal
Posted on
Sep 10 2015
I'm evaluating RayGun right now and I want to know what is the best practices for using RayGun with obfuscated dlls? I'm using an obfuscator which can generate mapping files. Is there a way to upload the mapping files (for .net applications) or any other way that I can read into the obfuscated messages?
Jamie Penney
Posted on
Sep 10 2015
Hi,
We don't support obfuscated .NET stack traces unfortunately.
Out of interest, which obfustation product are you using?
Regards, Jamie
ashokgelal
Posted on
Sep 11 2015
That's a bummer! Obfuscation is really important to us and we're hoping that RayGun would allow us to upload a map file.
We use Babel Obfuscator: http://www.babelfor.net/
SK76
Posted on
Jan 19 2018
Is there still no obfuscation support? I'm using https://www.ssware.com/cryptoobfuscator/obfuscator-net.htm
SK76
Posted on
Sep 20 2018
Btw, I've done some digging and found out that once I downloaded and decrypted my crash reports from Crypto Obfuscator, it's an easy to read XML file. I'm wondering if there's an API or something to push those decrypted errors/stack traces into Raygun. That would solve the issue.
Jason Fauchelle
Raygun
Posted on
Oct 09 2018
Hi SK76,
Information about sending crash reports to Raygun can be found here: https://raygun.com/docs/integrations/api
The Raygun providers (clients) are open source, so you could use our provider code to help rolling your own. Here is the Raygun4Net source code for example: https://github.com/MindscapeHQ/raygun4net/tree/master/Mindscape.Raygun4Net
I hope that helps.
-Jason Fauchelle
SK76
Posted on
Oct 09 2018
Hi Jason,
thanks for the hint. That looks promising. I will look into that...
cheers, Stefan