开发者

Obfuscate Winform and its external dependencies (dlls)

开发者 https://www.devze.com 2023-02-04 10:27 出处:网络
I have a .NET winform which calls several methods from an external .NET DLL.I obfuscated the winform no issue.But when I obfuscated the DLL, my Winform doesn\'开发者_如何学JAVAt run anymore.

I have a .NET winform which calls several methods from an external .NET DLL. I obfuscated the winform no issue. But when I obfuscated the DLL, my Winform doesn'开发者_如何学JAVAt run anymore.

Any idea how to protect the winform and the external DLL from reflector?

Thanks!


Since you've obfuscated both the winforms app and the DLL, I assume that means you have access to the source code for both. If so, try incorporating the DLL into your winforms app as code (rather than as a DLL reference) and then obfuscating the whole thing.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号