Why cannot my encrypted app to run
JaradatISCO
Posts: 9 New member
Hello
I have an application (C# code) , i want to start working with smart assembly but when i download the trail version and start testing my application failed to run after i rebuild it. How can any body help me in this and what information you need from me to investigate more?
I have an application (C# code) , i want to start working with smart assembly but when i download the trail version and start testing my application failed to run after i rebuild it. How can any body help me in this and what information you need from me to investigate more?
Tagged:
Best Answer
-
Russell D Posts: 1,324 Diamond 5In these cases its best to strip your assembly back to basics, ie build it with zero obfuscation. Then, turn things on one by one until it breaks. This gives you both a point at which you can release (ie breakage - 1 step), and highlights what obfuscation type might be causing it.
Have you visited our Help Centre?
Answers
and the output is Resources.dll come from (.resx) files.
These resourced loaded in load page then after encryption they did a crash as i mentioned above.
and till now i cannot exclude any class or DLL from being obfuscated since it takes long time and crashes when i log in to that page using your tool
Can you please explain how to check obfuscation rules..
It will be a great help for me.
Regards,
Rajesh Pawar
https://doramasmp4.dev/tag/doramas-go/
The discussion highlights troubleshooting steps for a C# application encountering issues with Smart Assembly, particularly around resource files and obfuscation. has identified that the is likely due to improperly embedded or obfuscated resources from third-party DLLs used for localization. A suggestion is made to create a separate configuration that excludes certain namespaces or classes from obfuscation to pinpoint the problem. The comment also invites a break from debugging by trying out the Getting Over It APK for some light-hearted challenge.