Search found 1 match
- Sat Dec 14, 2024 3:43 am
- Forum: Technical questions
- Topic: Unable to protect single file in .net 8
- Replies: 6
- Views: 10094
Re: Unable to protect single file in .net 8
Your published application is just a container with required files of your application, so any modifications of this container will not protect your real code inside it. Just look at your application before publishig - usually it contains 2 files: EXE (required environment to execute dotnet) and DL...