DLL protection

Hello, everybody!
App uses some third-party DLLs, which should be protected from any outside access. However, the app should have full access to this DLLs. Are there a ways to do this without writing DLLs on hard disc(including extracting DLLs to TEMP directory during runtime)?
Thanks!
What do you mean by protected? Lots of programs do fine just listening to M$ and putting version specific DLL's in Program Files with the rest of the content. Do you mean you don't want anything to access them offline? Because that's doable but a little shadey.
Use BoxedApp Packer ( http://boxedapp.com/ )
Topic archived. No new replies allowed.