문제

I have an application consist of various dll and one exe. In exe we have reference various dll say for example business logic dll , data access dll etc.

With dotfuscator we were able to obfuscate only exe part of application, if we try to obfuscate dll then they get obfuscated but application does not run. But when only exe is obfuscated and dll does not obfuscated then application runs fine.

My query is that will application at later stage can give problem if we obfuscate one exe and not dll's?

도움이 되었습니까?

해결책

Well... it should'nt be a problem if you app is well designed. I mean that it will works well if your exe references your DLLs but your DLLs don't have any reference to your exe project.

I recomend you to check Eazfuscator.NET, we're working with it in our company and we haven't any complaints. We ofuscate both DLLs and Exe projects.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top