Computing.Net > Forums > Programming > DLL protection

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

DLL protection

Reply to Message Icon

Name: Amatory
Date: November 2, 2009 at 07:19:50 Pacific
OS: Windows XP
Subcategory: General
Comment:

Hello!
For security I should not to use any temporary files except single .exe. DLLs should be embedded in exe file. Would you, please, advice me how can I load DLLs, used in my app, without extracting them run-time?
Thanks!



Sponsored Link
Ads by Google

Response Number 1
Name: StuartS
Date: November 2, 2009 at 18:27:15 Pacific
Reply:

DLLs should be embedded in exe file.

If they are embedded in the .exe then they wont be Dynmic Linked any more, they would be Static Linked and that is done at compile time.

Stuart


0

Response Number 2
Name: Liana2009
Date: November 16, 2009 at 07:14:59 Pacific
Reply:

You need special packer, like BoxedApp Packer for that.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: DLL protection

DLL protection www.computing.net/answers/programming/dll-protection/19242.html

Exact difference b/w a protected PU www.computing.net/answers/programming/exact-difference-bw-a-protected-pu/13930.html

MSVCR71.DLL needed www.computing.net/answers/programming/msvcr71dll-needed/11718.html