Sandboxie Forum - Utilities for sandboxie (4892) http://www.sandboxie.com/phpbb/viewtopic.php?t=4892 en-us 90 Wed Feb 11, 2009 8:26 am Wed Feb 11, 2009 8:26 am Buster: http://www.sandboxie.com/phpbb/viewtopic.php?p=32915#32915 Wed Feb 11, 2009 8:26 am http://www.sandboxie.com/phpbb/viewtopic.php?p=32915#32915 ]]>Quoting raid: ]]>Busters tends to stop various installers dead in their tracks, and yours does not. ]]> What installers are not supported by my DLL? raid: http://www.sandboxie.com/phpbb/viewtopic.php?p=32908#32908 Wed Feb 11, 2009 5:25 am http://www.sandboxie.com/phpbb/viewtopic.php?p=32908#32908 ]]>Quoting tzuk: ]]>Mark_, that may be true, but I feel silly "contributing" my own DLL. Which is exactly why I put Buster's DLL there. Buster, I agree on the educational value of the DLL, but I still think it makes more sense in the context of an API help page rather than as a utility. As for multiple programming languages, that's where I draw the line. :) ]]> Your DLL and buster's dll do vary slightly. Busters tends to stop various installers dead in their tracks, and yours does not. Users should have access to both for this reason. :) raid: Re: Utilities for sandboxie http://www.sandboxie.com/phpbb/viewtopic.php?p=32907#32907 Wed Feb 11, 2009 5:20 am http://www.sandboxie.com/phpbb/viewtopic.php?p=32907#32907 ]]>Quoting Buster: ]]> ]]>Quoting raid: ]]>As some of you are into customizations and various things concerning Sandboxie. Programs such as nodelete provided by Tzuk himself, and Antidelete provided by another individual, ]]> The another individual is your old buddy from the IRC. :roll: :wink: I see you are still using your old nick along with your real name. I also see you passed from one side to other... or on both now? :shock: :twisted: Still coding in Asic or you gave up for good with that damn HLL? Nice to meet you again! ]]> I can't think of who you are.. :) But you obviously know me... <G> I still occasionally write stuff in asic yes, mostly small tools and things for home use. Yes, I converted over from the darkside. :) Buster: http://www.sandboxie.com/phpbb/viewtopic.php?p=32621#32621 Thu Feb 05, 2009 7:00 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32621#32621 Itīs up to you, man! :P tzuk: http://www.sandboxie.com/phpbb/viewtopic.php?p=32611#32611 Thu Feb 05, 2009 4:48 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32611#32611 Mark_, that may be true, but I feel silly "contributing" my own DLL. Which is exactly why I put Buster's DLL there. Buster, I agree on the educational value of the DLL, but I still think it makes more sense in the context of an API help page rather than as a utility. As for multiple programming languages, that's where I draw the line. :) Mark_: http://www.sandboxie.com/phpbb/viewtopic.php?p=32605#32605 Thu Feb 05, 2009 3:46 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32605#32605 as for dll's, a small c++ dll is always preferred over a delphi dll, performance wise :) Buster: http://www.sandboxie.com/phpbb/viewtopic.php?p=32602#32602 Thu Feb 05, 2009 2:14 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32602#32602 ]]>Quoting tzuk: ]]>1. No, what's the point? Your DLL does the same thing. As for it being sample code, I'd rather properly document the Sandboxie API, which is something that I do consider. ]]> The point is the source code. Itīs true the DLLs do the same but if anyone wants to hook other API he will have a base from where start. So C++ coders will have available your source and Delphi coders mine. The documentation of the Sandboxie API would be great and you could complete it with examples in several coding languages. tzuk: http://www.sandboxie.com/phpbb/viewtopic.php?p=32597#32597 Thu Feb 05, 2009 1:18 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32597#32597 1. No, what's the point? Your DLL does the same thing. As for it being sample code, I'd rather properly document the Sandboxie API, which is something that I do consider. 2. You should look before you advise. :P Buster: http://www.sandboxie.com/phpbb/viewtopic.php?p=32568#32568 Wed Feb 04, 2009 11:04 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32568#32568 tzuk: You should include too: 1) Your DLL to avoid file deletion. Donīt forget to include source code as it will be useful for C++ coders. 2) SandboxDiff by majoMo: http://sandboxie.com/phpbb/viewtopic.php?t=3606 Itīs something that many people ask often as feature: track changes in registry and files. tzuk: http://www.sandboxie.com/phpbb/viewtopic.php?p=32556#32556 Wed Feb 04, 2009 7:55 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32556#32556 Updated: http://www.sandboxie.com/index.php?ContributedUtilities tzuk: http://www.sandboxie.com/phpbb/viewtopic.php?p=32510#32510 Wed Feb 04, 2009 1:55 am http://www.sandboxie.com/phpbb/viewtopic.php?p=32510#32510 I see. For sake of completeness, there is also the possibility of NtOpenFile/NtCreateFile with the flag FILE_DELETE_ON_CLOSE. But I suppose the DLL did the job for you, so most deletions probably go through DeleteFile, and that's good enough. In any case I'll add it tomorrow. Buster: http://www.sandboxie.com/phpbb/viewtopic.php?p=32507#32507 Wed Feb 04, 2009 1:05 am http://www.sandboxie.com/phpbb/viewtopic.php?p=32507#32507 ]]>Quoting tzuk: ]]>Good! You were talking about NtSetInformationFile there so your solution may be more comprehensive than mine. I'll add it tomorrow. ]]> My DLL avoids file deletion using DeleteFile API, just like yours. I asked about NtSetInformationFile because in last term, if I was told correctly, thatīs what itīs used to delete a file. So it would be more effective to control NtSetInformationFile than DeleteFile API. tzuk: http://www.sandboxie.com/phpbb/viewtopic.php?p=32506#32506 Wed Feb 04, 2009 12:43 am http://www.sandboxie.com/phpbb/viewtopic.php?p=32506#32506 Good! You were talking about NtSetInformationFile there so your solution may be more comprehensive than mine. I'll add it tomorrow. Buster: http://www.sandboxie.com/phpbb/viewtopic.php?p=32501#32501 Wed Feb 04, 2009 12:25 am http://www.sandboxie.com/phpbb/viewtopic.php?p=32501#32501 ]]>Quoting tzuk: ]]>Buster, DLLs -- plural? There is the DLL that I published, which may be useful as a sample how to use some Sandboxie APIs. Which other DLL(s) are you referring to? ]]> Yes, plural. I was talking about yours and mine. I coded a DLL doing the same stuff but in Delphi. The source code is included so Delphi coders may use it as code base to use with other APIs. http://sandboxie.com/phpbb/viewtopic.php?t=4008&start=15 tzuk: http://www.sandboxie.com/phpbb/viewtopic.php?p=32491#32491 Tue Feb 03, 2009 11:38 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32491#32491 wraithdu, I'm not sure if I can do that. The server does collect some statistics about site usage but I'm not sure if it can tracks particular links. Buster, DLLs -- plural? There is the DLL that I published, which may be useful as a sample how to use some Sandboxie APIs. Which other DLL(s) are you referring to? Buster: http://www.sandboxie.com/phpbb/viewtopic.php?p=32452#32452 Tue Feb 03, 2009 7:38 am http://www.sandboxie.com/phpbb/viewtopic.php?p=32452#32452 tzuk: I miss in the page the DLLs to avoid file deletion. Iīm certain some people will consider them useful. wraithdu: http://www.sandboxie.com/phpbb/viewtopic.php?p=32440#32440 Tue Feb 03, 2009 3:05 am http://www.sandboxie.com/phpbb/viewtopic.php?p=32440#32440 The new page looks really good! I'll keep you up to date with any app updates of course. Can you track download statistics? I like to keep track of how popular different packages are. tzuk: http://www.sandboxie.com/phpbb/viewtopic.php?p=32428#32428 Mon Feb 02, 2009 10:30 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32428#32428 Great! I updated the page, and added a link from the download page. wraithdu: http://www.sandboxie.com/phpbb/viewtopic.php?p=32425#32425 Mon Feb 02, 2009 9:12 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32425#32425 Looks great! I had one more older utility, [url=http://www.sandboxie.com/phpbb/viewtopic.php?t=1983]Sandboxie Shorcut Creator[/url]. Maybe obsolete? Up to you. And a short description of SandboxiePortable - ---------- The SandboxiePortable package guides you in creating a Sandboxie installation that you can take with you on removable media and use on other computers. It keeps all your sandbox data and settings on the media with it. Notes: You must have Administrator privileges to use SandboxiePortable. Due to licensing restrictions, SandboxiePortable cannot take your registration data with it. ---------- I also updated the forum page with the MD5's for the files. I don't think there's a need to include the standalone 'Updater.exe' on the new page. tzuk: http://www.sandboxie.com/phpbb/viewtopic.php?p=32412#32412 Mon Feb 02, 2009 2:18 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32412#32412 OK then, here is my first draft: http://www.sandboxie.com/index.php?ContributedUtilities I wasn't sure what to write about the portable utility/launcher/updater so I left it for you to fill in the blanks. Also let me know if you don't like anything there or want to add anything at all. If I left out any other utility that you -- or anyone else -- want to add then also let me know. When it's ready I can link to it from the main download page. wraithdu: http://www.sandboxie.com/phpbb/viewtopic.php?p=32398#32398 Mon Feb 02, 2009 5:03 am http://www.sandboxie.com/phpbb/viewtopic.php?p=32398#32398 That was always your call tzuk :) If you'd like to host them that's great, I have no problem with that! They're all up to date. Many haven't been changed in a while because they don't need to be :) If you'd like to host, I can get you a list with some descriptions and get you the packages however you'd prefer. I don't have a website or anything right now, but if you'd like to link to a page instead, I can get some hosting going and get you a page link instead. Buster: http://www.sandboxie.com/phpbb/viewtopic.php?p=32362#32362 Sun Feb 01, 2009 4:50 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32362#32362 ]]>Quoting tzuk: ]]>Regarding nodelete I believe raid means the sample DLL that I made available (but since deleted) in the topic that describes InjectDll and the SbieDll_Hook API. ]]> Iīm sure youīre right about that. I kept a copy of the DLL. If anyone is interested just let me know and Iīll re-share it. tzuk: http://www.sandboxie.com/phpbb/viewtopic.php?p=32361#32361 Sun Feb 01, 2009 4:47 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32361#32361 Regarding nodelete I believe raid means the sample DLL that I made available (but since deleted) in the topic that describes InjectDll and the SbieDll_Hook API. Regarding hosting stuff. Now that wraithdu has a nice collection of utilities I was going to ask. I can link to a page that describes your utilities and possibly host them here (at least the ones that no longer change if not all of them). What do you think wraithdu? wraithdu: http://www.sandboxie.com/phpbb/viewtopic.php?p=32360#32360 Sun Feb 01, 2009 4:34 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=32360#32360 I'm curious what this 'nodelete' is that tzuk created? I googled it last night and came up with a hit for an app by 'Welshware Unltd', but their homepage does not exist. Seemed kinda fishy. Buster: Re: Utilities for sandboxie http://www.sandboxie.com/phpbb/viewtopic.php?p=32345#32345 Sun Feb 01, 2009 7:57 am http://www.sandboxie.com/phpbb/viewtopic.php?p=32345#32345 ]]>Quoting raid: ]]>As some of you are into customizations and various things concerning Sandboxie. Programs such as nodelete provided by Tzuk himself, and Antidelete provided by another individual, ]]> The another individual is your old buddy from the IRC. :roll: :wink: I see you are still using your old nick along with your real name. I also see you passed from one side to other... or on both now? :shock: :twisted: Still coding in Asic or you gave up for good with that damn HLL? Nice to meet you again! raid: Utilities for sandboxie http://www.sandboxie.com/phpbb/viewtopic.php?p=32341#32341 Sun Feb 01, 2009 4:33 am http://www.sandboxie.com/phpbb/viewtopic.php?p=32341#32341 Hi All. As some of you are into customizations and various things concerning Sandboxie. Programs such as nodelete provided by Tzuk himself, and Antidelete provided by another individual, along with The registry tools mentioned in previous threads. The Mitec Tool, as well as SandBoxDif utilities. Does anyone have more? And does anyone have a site setup someplace dedicated to hosting the addons for us more technical? If not, I'd be happy to host the ones I have permission for on my BugHunter site.