Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Old 05-30-2009, 11:32 PM DLLs protection
Average Talker

Posts: 16
Trades: 0
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!
Termito is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-31-2009, 03:59 PM Re: DLLs protection
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
lol, so you want to use them without them existing ?

there are techniques such as downloading them off of the network directly into ram. However, it's going to eat bandwidth and the app will be unusable offline.

Perhaps static linking is what you want. You'll effectively be embedding the dll inside of your executable.
__________________

Please login or register to view this content. Registration is FREE

willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 06-02-2009, 02:17 AM Re: DLLs protection
Average Talker

Posts: 16
Trades: 0
Static linking is good, but after static linkage I did in C# linked DLL is still as separeted file and I don't know how to embed it into .exe...
Termito is offline
Reply With Quote
View Public Profile
 
Old 07-12-2009, 04:11 PM Re: DLLs protection
Average Talker

Posts: 16
Trades: 0
Oh yeah!!!! I've found solution: BoxedApp Packer! Whooohoah!! Dr12, thanx for this!
Termito is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to DLLs protection
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.37346 seconds with 12 queries