开发者

How to release partial DLL in .NET

开发者 https://www.devze.com 2023-01-23 15:45 出处:网络
I am used to deliver DLLs that built on top of several static libraries(.lib) in the unmanaged environment. Now I need to do similar thing but most lower level libraries are already managed DLLs. For

I am used to deliver DLLs that built on top of several static libraries(.lib) in the unmanaged environment. Now I need to do similar thing but most lower level libraries are already managed DLLs. For security reasons, I don't want include every functions in these 开发者_运维技巧managed libraries. Any suggestions?


Not much you can do here. Your choices are:

  1. Obfuscate the lower level libraries. You still ship all functions, but they are harder to decompile.
  2. Refactor the libaries into different assemblies, so you can ship them more granularly.
0

精彩评论

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

关注公众号