![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#21 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 329
Rep Power: 3
![]() |
How about making some kind of rootkit that will over see all files that are opened and then just chuck away anything with an avi extension. You could properly give the rootkit a password or a setup file and make it ask for passwords and if the wrong passwords is entered have it play a video from a pool of "safe videos" that way it won't seem as if you're hiding something and if she asks how come she can put in any password and it still works, just say it's a project that you havent finished yet.
__________________
Quote:
|
|
|
|
|
|
|
#22 | |
|
Expert Programmer
|
Quote:
Any quicker solutions?
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
|
#23 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 329
Rep Power: 3
![]() |
You could have the program(not rootkit) go through the system and make a list of all the media files and associate all media files with that program and then have the program verify the person, if they fail verification open up the default player and play the requested file, if the person is verified provide them with the list and play the requested files from there.
But the downside of this maybe that if the person just gets the player out and opens the file, the program would not help at all, you could overwrite the header of all media files to something that your program is familiar with, or just have your program running in the background and scramble all files coming in unless specified and then descramble the file when it’s being played (after being verified of course). You might want to look into truecrypt, that gives you to containers an outside one and all so an inner hidden one, save all your files in the inner one and password protect it but don’t password protect the outer one (optional).
__________________
Quote:
|
|
|
|
|
|
|
#24 |
|
Hobbyist Programmer
Join Date: Jan 2006
Location: Menidi, Athens, Greece
Posts: 239
Rep Power: 3
![]() |
I would have some ideas on how to do this on OS X... I don't know for Windows, but let me give you an idea, if anyone hasn't already done that.
You need a small program that will open at startup, and remain open until the user logs off. When a user opens a file, the program will check its extension, and if it is one of the extensions you don't want to open, then you will close that file immediately after it opens. I know that in OS X you can do that with Cocoa, or even a simple applescript application, but I don't know what technologies you can use on Windows, sorry. But I hope I gave you an idea.
__________________
Project::Soulstorm (personal homepage) |
|
|
|
|
|
#25 | |
|
Expert Programmer
|
I'm not sure why this thread was moved. I need to know how to tackle this programmaticaly using C# and not for 1 computer for 20+.
Quote:
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org Last edited by Kilo; Aug 31st, 2007 at 3:04 PM. Reason: added text |
|
|
|
|
|
|
#26 |
|
Professional Programmer
|
Even if you check the extension ... what makes you think the user won't just change the extension ?
I'll stick with my idea : have a list of allowed programs and close all others .Cause if you allow media player just for music, i'll change the extension and still be able to play. You would have to find the actual file type - ... and i have no idea how to do that ![]() Found something : This is probably the way to go, maybe see if you can found a ready made library ... or something http://www.microsoft.com/whdc/driver...v/default.mspx http://channel9.msdn.com/Showpost.aspx?postid=36907
__________________
Don't take life too seriously, it's not permanent ! Last edited by xavier; Aug 31st, 2007 at 11:47 PM. |
|
|
|
|
|
#27 |
|
Professional Programmer
|
I made a program called Download Blocker, but i've added a thing for users to specify what to block, it includes programs to. I'd be willing to let you have it. All your boss has to do is add the EXE to all the video players on his computer, and when they are run the program shuts them down.
__________________
Forgiveness is the fragrance that the violet sheds on the heal that has crushed it. - Mark Twain Destruction leads to a very rough road, but it also breeds creation. |
|
|
|
|
|
#28 | |
|
Expert Programmer
|
Quote:
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
|
#29 |
|
Professional Programmer
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 375
Rep Power: 0
![]() |
If you don't want AVI files to run on the computer, why don't you just remove all the AVI files off of the computer?
__________________
I am Addicted to Linux! |
|
|
|
|
|
#30 |
|
Expert Programmer
|
Doing so still gives the user the option to download and run more AVI files. Remember this is for about 20+ computers. I need to be able to detect when a file is going to be executed and stop it from opening. This is the only way to do it. Now all I need is some methods to getting this done.
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem processing file into a char array | csrocker101 | C++ | 1 | May 8th, 2007 11:50 PM |
| converting string to float | beginnerCCC | C | 22 | Oct 2nd, 2006 11:59 PM |
| OnlineTextEditor.Com! | Sane | Show Off Your Open Source Projects | 43 | Jun 16th, 2006 8:55 AM |
| After execution - Error cannot locate /Skin File? | wchar | Visual Basic | 1 | Mar 5th, 2005 9:04 PM |
| airport Log program using 3D linked List : problem reading from file | gemini_shooter | C++ | 0 | Mar 2nd, 2005 4:12 PM |