<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.sandboxie.com/phpBB3/app.php/feed/topic/16656" />

	<title>Sandboxie Support</title>
	<subtitle>Support Forum for Sandboxie</subtitle>
	<link href="https://forums.sandboxie.com/phpBB3/index.php" />
	<updated>2013-10-15T05:09:39-04:00</updated>

	<author><name><![CDATA[Sandboxie Support]]></name></author>
	<id>https://forums.sandboxie.com/phpBB3/app.php/feed/topic/16656</id>

		<entry>
		<author><name><![CDATA[baselsayeh]]></name></author>
		<updated>2013-10-15T05:09:39-04:00</updated>

		<published>2013-10-15T05:09:39-04:00</published>
		<id>https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94682#p94682</id>
		<link href="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94682#p94682"/>
		<title type="html"><![CDATA[NoDelete for 32 and 64-bit platforms]]></title>

		
		<content type="html" xml:base="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94682#p94682"><![CDATA[
Thanks you MiRo<p>Statistics: Posted by <a href="https://forums.sandboxie.com/phpBB3/memberlist.php?mode=viewprofile&amp;u=17261">baselsayeh</a> — Tue Oct 15, 2013 5:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Buster]]></name></author>
		<updated>2013-10-07T11:05:30-04:00</updated>

		<published>2013-10-07T11:05:30-04:00</published>
		<id>https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94506#p94506</id>
		<link href="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94506#p94506"/>
		<title type="html"><![CDATA[NoDelete for 32 and 64-bit platforms]]></title>

		
		<content type="html" xml:base="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94506#p94506"><![CDATA[
Thanks for the utility, MiRo!<p>Statistics: Posted by <a href="https://forums.sandboxie.com/phpBB3/memberlist.php?mode=viewprofile&amp;u=904">Buster</a> — Mon Oct 07, 2013 11:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MiRo]]></name></author>
		<updated>2013-10-07T10:56:59-04:00</updated>

		<published>2013-10-07T10:56:59-04:00</published>
		<id>https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94505#p94505</id>
		<link href="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94505#p94505"/>
		<title type="html"><![CDATA[NoDelete for 32 and 64-bit platforms]]></title>

		
		<content type="html" xml:base="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94505#p94505"><![CDATA[
It prevents programs running under Sandboxie to delete files - useful for example during installation of a program or when some malware creates temporary files, do something with them and then deletes them to hide it's activity. With this plugin the programs think they were successful when deleting files although in reality the files are left in the sandbox.<br><br>Of course this could cause a different response from the program if it checks if the file is really deleted, but that's a trade-off.<p>Statistics: Posted by <a href="https://forums.sandboxie.com/phpBB3/memberlist.php?mode=viewprofile&amp;u=18006">MiRo</a> — Mon Oct 07, 2013 10:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Domochevsky]]></name></author>
		<updated>2013-10-07T10:12:58-04:00</updated>

		<published>2013-10-07T10:12:58-04:00</published>
		<id>https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94504#p94504</id>
		<link href="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94504#p94504"/>
		<title type="html"><![CDATA[NoDelete for 32 and 64-bit platforms]]></title>

		
		<content type="html" xml:base="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94504#p94504"><![CDATA[
What exactly does this do?<p>Statistics: Posted by <a href="https://forums.sandboxie.com/phpBB3/memberlist.php?mode=viewprofile&amp;u=16059">Domochevsky</a> — Mon Oct 07, 2013 10:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[MiRo]]></name></author>
		<updated>2013-10-06T19:53:53-04:00</updated>

		<published>2013-10-06T19:53:53-04:00</published>
		<id>https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94487#p94487</id>
		<link href="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94487#p94487"/>
		<title type="html"><![CDATA[NoDelete for 32 and 64-bit platforms]]></title>

		
		<content type="html" xml:base="https://forums.sandboxie.com/phpBB3/viewtopic.php?t=16656&amp;p=94487#p94487"><![CDATA[
As there was no 64-bit version of Buster's Anti Delete DLL available, I've created a similar plugin called NoDelete, which is available for both 32 and 64-bit platforms. I've hooked API functions, which have the delete functionality that I know of:<br><br>- DeleteFile<br>- CreateFile<br>- NtDeleteFile<br>- NtSetInformationFile<br>- SHFileOperation<br><br>Usage is the same as for other plugins (see readme.txt). Full source of the plugin is included (released under MIT license).<br><br>Download from here:  <a href="https://app.box.com/NoDelete-104-zip" class="postlink">https://app.box.com/NoDelete-104-zip</a><p>Statistics: Posted by <a href="https://forums.sandboxie.com/phpBB3/memberlist.php?mode=viewprofile&amp;u=18006">MiRo</a> — Sun Oct 06, 2013 7:53 pm</p><hr />
]]></content>
	</entry>
	</feed>
