TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Sandboxie: Sandbox-based isolation software for Windows NT-based OS's

131 pointsby tirrexabout 3 years ago

9 comments

iamevnabout 3 years ago
I rarely feel the need for sandboxie but the times I do, I feel that I'd be better served by a full VM. Got burned once because I misjudged risk level and the thing I ran within sandboxie managed to grab my browser's saved passwords.
评论 #31405571 未加载
评论 #31404577 未加载
评论 #31405546 未加载
评论 #31405272 未加载
评论 #31409022 未加载
评论 #31404867 未加载
评论 #31404610 未加载
staticassertionabout 3 years ago
Since when is Sandboxie open source?<p>edit: 2020. Awesome. I remember having to rely on reverse engineering to understand wtf it was doing. Now I can check!<p>When I was younger I wanted to start a company around automatic sandboxing very similar to Sandboxie, but dealing with Windows Kernel Drivers was miserable. Having something open source to derive inspiration and design from would have been so helpful.
pvgabout 3 years ago
Couple of previous big related threads from 2020 and 2019:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23809736" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=23809736</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21496164" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21496164</a>
GuB-42about 3 years ago
I still use it to test installers.<p>We are working on traditional Windows apps, with an installer (NSIS or Qt) and Sandboxie is a great way to test it. During development, we can&#x27;t trust that the installer won&#x27;t leave a ton of crap that will break future installs, and running it under Sandboxie is a simple and effective way of starting with a clean slate every time. Also, by inspecting the content of the sandbox, it is also possible to see what the installer has done exactly and identify what wasn&#x27;t properly removed during the uninstall so that it can be fixed.
xenophonfabout 3 years ago
Sandboxie is pretty great. This is how I&#x27;ve managed to multibox Elite: Dangerous ever since Frontier changed how they issue game keys in 2019. I can have multiple versions of Steam and multiple versions of the game running side by side. The only thing that can get a little wonky is the Steam Controller, with both the desktop and game-specific bindings getting activated simultaneously in some cases.<p>I would never use it for security-sensitive process isolation, like malware analysis. It&#x27;s safer to use a dedicated computer or virtual machine for that sort of thing. But for gaming? <i>chef&#x27;s kiss</i>
butzabout 3 years ago
Used it way back in my Windows 7 days, it was a great solution to keep system directories clean from all clutter that installed programs add and fail to remove during uninstall.
DeathArrowabout 3 years ago
I wonder what&#x27;s the difference at the implementation level between this and Windows containers.
hellooooooooabout 3 years ago
Why not use Siloes instead of a custom driver?
评论 #31405101 未加载
nsonhaabout 3 years ago
wow this thing&#x27;s still alive?
评论 #31406976 未加载