View Single Post
  #1 (permalink)  
Old March 22nd, 2005, 08:05 AM
davidlock davidlock is offline
Registered User
 
Join Date: Mar 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Security of DLL vs static linking


If I have a mehtod that returns an important security call that tells me whether I am entitled to launch the application or not. It is a security hole to access this through a DLL rather than by statically linking to the library?

In what way might this compromise security?

Cheers,
David

Reply With Quote