|
-
April 23rd, 2010, 09:26 AM
#2
Re: Restricting User to Access Text File
Only way I can think of to lock down the file is encryption, however this leaves the problem that the 3rd party app wont understand the encrypted file. Its possible you can use dll injection to allow the 3rd party app to decrypt the file. I'm not sure if it will work as i haven't much experience of dll injection but it might be worth looking into.
Get Microsoft Visual C++ Express here or CodeBlocks here.
Get STLFilt here to radically improve error messages when using the STL.
Get these two can't live without C++ libraries, BOOST here and Loki here.
Check your code with the Comeau Compiler and FlexeLint for standards compliance and some subtle errors.
Always use [code] code tags [/code] to make code legible and preserve indentation.
Do not ask for help writing destructive software such as viruses, gamehacks, keyloggers and the suchlike.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|