Activity overview
Latest activity by Petchi
How to deobfuscate a Exception report caught in the Assembly which is obfuscated by SmartAssembly
Hi,
I have obfuscated a Windows forms application using SmartAssembly. I caught & writing the exceptions throws in the application to a file. I need to look into the exception message. As the appli...
Socket listener(TCP) for listening incoming connections not working after Obfuscation
Hi,
I have developed a Windows Desktop application using C# .NET for listening a Socket for a given IP Address and Port.
I used .NET Socket class for this and followed the code here https://msdn.mi...
could not load an dependency assembly after Obfuscation
Hi,
In my Application i have used the Newtonsoft.Json.dll of version 9.0.1. Before obfuscation everything works fine. But after obfuscating my application, it throws the below error when any funct...
How to add more information to error reporting?
Hi,
I have obfuscated my Window Forms code and is used in more than one sites.
If i get error report upon any exception, i can only get the information about the version and date of the build obfu...