Obfuscation

Answered
0
0

Hi,

With Gixmoz I can obfuscate my dll with confuser (a customized version)

if I obfuscate my Wisej dll the project don’t run and say error license… (I obfuscate only my dll not wisej dlls)

Is there a ofuscator or methods for protect my code?

regards

Cristian

  • You must to post comments
Best Answer
0
0

Looked at the obfuscated assembly you sent to support (JustDecompile – Telerik, it’s free). The problem is that the class Program (Program.Main) is missing from the assembly. The obfuscator you are using may have removed it because it’s not referenced. It’s used as the startup method through reflection.

  • Cristian Zerbinati
    Great Luca! I have excluded Program.Main from ofuscation and the project run. The image in the pannellum are not loaded… the rest of the code run correctly. With reversing, as you suggest, I confirm that the obfuscator remove same methods. Many thanks!
  • You must to post comments
0
0

Hi Christian,

can you please send a us a sample dll that you obfuscated ? Please send it to supportATwisej.com

Thanks in advance !

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.