C# 创建虚拟驱动器来运行文件

发布于 2024-10-03 08:32:18 字数 154 浏览 6 评论 0原文

我将如何创建一个只有我的程序可以访问并且我可以下载和运行程序的安全虚拟驱动器。

这包括当您在“我的电脑”上查看驱动器时它是不可见的,

我将使用它作为我的程序的防泄漏。我已使用 C# Assembly.Load 来运行某些程序,但我想运行非 .NET 的应用程序。

How would I go about creating a secure virtual drive that only my program has access to and I can download and run programs.

This would include it being invisible when you look at your drives on "My Computer"

I would be using this as an anti leak for my programs. I have used the C# Assembly.Load to run certain programs, but I want to run applications that aren't .NET.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

私野 2024-10-10 08:32:18

您可以使用 IsolatedStorage 为您存储数据应用。但我不认为您可以从独立存储下载和运行应用程序。

您可以创建一个虚拟驱动器并使用 Windows 7 中提供的工具,然后使用 Windows 权限和其他操作系统技巧使其只有您可以访问。我不确定是否要使其对所有用户不可见,但除您之外的任何人都可能无法访问它。

如果您运行的不是Windows 7,我认为还有其他方法可以达到相同的效果。

You could use IsolatedStorage to store data for you application. I do not think that you can download and run applications from Isolated Storage though.

You could create a Virtual Drive and mount it using the tools available in Windows 7 and then use Windows permissions and other OS tricks to make it only accessible to you. I'm not sure about making it invisible to all users, but it could be inaccessible to anyone other than you.

If you aren't running Windows 7, I think there are other ways to achieve the same effect.

网名女生简单气质 2024-10-10 08:32:18

使用我们的 SolFS 操作系统版本。它允许您创建具有自己的文件系统(具有内置加密)的虚拟磁盘。当虚拟磁盘安装到 UNC 路径时,它在“我的电脑”中不可见,因为它没有驱动器号。此外,您可以限制仅您的应用程序和操作系统本身对此磁盘的访问。

Use our SolFS OS Edition. It lets you create a virtual disk with own filesystem (which has built-in encryption). When the virtual disk is mounted to UNC path, it's not visible via My Computer as it doesn't have a drive letter. Further you can restrict access to this disk to only your application and the OS itself.

枕花眠 2024-10-10 08:32:18

TrueCrypt 会做你想做的事 - 它会做一些你要求的事情。

Would TrueCrypt do what you want - it does some of the things you're asking for.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文