Sandboxie

Sandboxie Plus & Classic

GPL-3.0 License

Stars
12.1K
Committers
67

Bot releases are visible (Hide)

Sandboxie - Release v1.3.4 / 5.58.4

Published by DavidXanatos about 2 years ago

0 5 5

This build improves window class name handling, resolves issues with WinUI apps and Windows 11 Explorer, it also fixes various minor issues and adds some improvements.

Known regression: https://github.com/sandboxie-plus/Sandboxie/issues/2252

You can support the project through donations, any help will be greatly appreciated.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

Changelog

Added

  • Added NoRenameWinClass to the Plus UI
  • Added Windows.UI.* to the list of hardcoded well-known classes to resolve issues with WinUI apps #2109

Changed

  • NoRenameWinClass now supports wildcards

Fixed

  • fixed issue with default box not being detected on start #2195
  • fixed move sandbox menu issue #2225 (thanks okrc)
  • fixed issues with stale data in Sandboxie-Plus.ini #2234 (thanks okrc)
  • fixed autostart issue #2219
  • fixed firewall UI issue, all programs entries were missing *, prefix #2247
  • fixed BlockPorts template with a missing *, prefix 4420ba4
  • fixed issues with various Electron apps #2217 #2235 #2201 #2166
    -- now the default behaviour is UseElectronWorkaround=n

Removed

  • removed obsolete VPNTunnel template
Sandboxie - Release v1.3.3 / 5.58.3

Published by DavidXanatos about 2 years ago

0 5 5

This build fixes various issues and adds various minor improvements.

You can support the project through donations, any help will be greatly appreciated.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

Changelog

Added

  • added domain\user notation when the LogFile registry setting is applied as workaround for #2207
    -- usage: in "HKLM\SYSTEM\CurrentControlSet\Services\SbieSvc" add REG_SZ "LogFile" with "3;[path]\Sandboxie.log"
  • added option to block host processes from accessing sandboxed ones #2132
    -- usage: DenyHostAccess=Program.exe,y
    -- note: by default, this protection only applies for write access, that is, unsandboxed processes will still be able to obtain read-only access
    -- to prevent host processes from obtaining read access, ConfidentialBox=y must also be set, which requires a supporter certificate
  • added compatibility template for ReHIPS
  • added creation of all default folders in privacy box type #2218

Changed

  • improved SandMan settings behaviour for non admin users #2123

Fixed

  • fixed issues with group moving via drag and drop
  • approved more required syscalls #2190
  • fixed issues when deleting box content and the file panel view is open
  • fixed issue with config protection #2206
  • fixed issue with default box #2195
  • fixed issue with keyboard delete shortcut for process termination

Removed

  • removed obsolete Online Armor template
Sandboxie - Release v1.3.2 / 5.58.2

Published by DavidXanatos about 2 years ago

0 5 5

This build fixes various issues and adds various minor improvements.

You can support the project through donations, any help will be greatly appreciated.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

Changelog

Added

  • added icons to sub tabs in the box options dialog
  • recovery and message pop-up menu options are not persisting across UI restarts any more
  • added new box color, a white box indicates that its not really a sandbox and is displayed when the user specified OpenFilePath=* or alike

Changed

  • Sandboxie no longer issues message 1301 when forced processes are temporarily disabled
    -- the message can be re-enabled with "NotifyForceProcessDisabled=y"
  • reworked the "Open COM" checkbox mechanism in the plus UI
    -- Now it uses a template and it can also keep COM closed while OpenIpcPath=* is set

Fixed

  • fixed compatibility issue with Proxifier #2163
  • fixed encoding issue with Korean translation #2173
  • fixed issues with update available message
Sandboxie - Release v1.3.1 / 5.58.1

Published by DavidXanatos about 2 years ago

0 5 5

This build adds 2 new isolation mechanisms to increase security of hardened boxes, hence boxes previously designated hardened will now be downgraded in the UI to normal, and the hardened icons will be used to the new box type.
The first isolation mechanism "SysCallLockDown=y" limits the amount of ntdll syscalls which are executed with the original process token to a list of known approved syscalls
The second isolation mechanism "RestrictDevices=y" leverages rule specificity to limit the accessible driver/device endpoints to a list of known required endpoints plus whatever the user opens using the resource access rules.

You can support the project through donations, any help will be greatly appreciated.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

Changelog

1.3.1

Added

  • added ability to switch fusion theme independently of the dark theme
  • added ability to download updates from the support page
  • added missing system calls to the hardened box type 88bc06a b775264 04b2377 (thanks Mr.X)
  • added search box to the Plus UI Settings and box option dialogs #2134
  • added Korean translation to the Plus UI #2133 (thanks VenusGirl)
  • added grouping to sandman tray menu #2148

Changed

  • improved info label
  • the look of vintage mode is even more vintage
  • reloading the configuration with the Sandman command "Options -> Reload ini file" now updates the list of approved syscalls
  • made rule specificity more specific, now a rule with less wildcards overrules a rule with more wildcards
    -- Note: tailing wildcards are evaluated separately

Fixed

  • fixed issue with displaying sandbox configuration #2111
  • fixed flashing issue when switching views #2050
  • fixed inconsistencies with various checkboxes in the Plus UI ef4ac1b 06c89e3
  • fixed a certificate validation issue 238cb44
  • fixed issue with "UseRuleSpecificity" setting #2124 file.c#L965-L966

1.3.0

Added

  • Added hook configuration for ntoskrnl/ntdll
    -- individual ntdll hooks can be disabled using "DisableWinNtHook=..."
  • Added new Super Extra Security Enhanced Box Mode to enable set "UseSecurityMode=y"
    -- then this setting is enabled it combines "SysCallLockDown=y" that limits the use of Nt system calls with "DropAdminRights=y" and "RestrictDevices=y"
    -- Only calls configured in the global section as "ApproveWinNtSysCall=..."/"ApproveWin32SysCall=..." wil be executed with the original token
    -- all not aproved Nt sys calls will be executed with the sandboxed token, this may break compatybility in certain scenarios
    -- hence additional syscalls may need to be allowed, this is to be done in the [GlobalSettings] and the driver must be restarted
    -- Note: Boxes created as Security Enhanced with prior builds will be displayed in the UI to normal from now on
    -- The Security Enhanced icons are now repurposed for the new Super Extra Security Enhanced Box Mode
    -- Note: The new enhanced security features require a supporter certificate
  • added browse option to the force processes tab

Changed

  • replaced the "DeviceSecurity" template with a dedicated setting "RestrictDevices=y"
    -- Note: when needed more "NormalFilePath=..." entries can be added to open specific devices
  • rule specificity is now even more specific a exact rule now overrules once that end with a wildcard
Sandboxie - Release v1.3.0 / 5.58.0

Published by DavidXanatos about 2 years ago

0 5 5

This build adds 2 new isolation mechanisms to increase security of hardened boxes, hence boxes previously designated hardened will now be downgraded in the UI to normal, and the hardened icons will be used to the new box type.
The first isolation mechanism "SysCallLockDown=y" limits the amount of ntdll syscalls which are executed with the original process token to a list of known approved syscalls
The second isolation mechanism "RestrictDevices=y" leverages rule specificity to limit the accessible driver/device endpoints to a list of known required endpoints plus whatever the user opens using the resource access rules.

Please note that the installers for this test build are not signed.

You can support the project through donations, any help will be greatly appreciated.

Known Issues

  • ApproveWinNtSysCall=OpenKeyEx is missing, you can add it to [GlobalSettings] of your sandboxie.ini and reload the driver to fix issues with the hardened box type, additional syscalls to approve
    ApproveWinNtSysCall=SetInformationFile
    ApproveWinNtSysCall=CreatePrivateNamespace
    ApproveWinNtSysCall=AlpcCreateSecurityContext
  • Hardened box type is not available on first driver load when no sandboxie.ini was found, reload driver/reboot to fix

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

Changelog

Added

  • Added hook configuration for ntoskrnl/ntdll
    -- individual ntdll hooks can be disabled using "DisableWinNtHook=..."
  • Added new Super Extra Security Enhanced Box Mode to enable set "UseSecurityMode=y"
    -- then this setting is enabled it combines "SysCallLockDown=y" that limits the use of Nt system calls with "DropAdminRights=y" and "RestrictDevices=y"
    -- Only calls configured in the global section as "ApproveWinNtSysCall=..."/"ApproveWin32SysCall=..." wil be executed with the original token
    -- all not aproved Nt sys calls will be executed with the sandboxed token, this may break compatybility in certain scenarios
    -- hence additional syscalls may need to be allowed, this is to be done in the [GlobalSettings] and the driver must be restarted
    -- Note: Boxes created as Security Enhanced with prior builds will be displayed in the UI to normal from now on
    -- The Security Enhanced icons are now repurposed for the new Super Extra Security Enhanced Box Mode
    -- Note: The new enhanced security features require a supporter certificate
  • added browse option to the force processes tab

Changed

  • replaced the "DeviceSecurity" template with a dedicated setting "RestrictDevices=y"
    -- Note: when needed more "NormalFilePath=..." entries can be added to open specific devices
  • rule specificity is now even more specific a exact rule now overrules once that end with a wildcard
Sandboxie - Release v1.2.8b / 5.57.7

Published by DavidXanatos about 2 years ago

0 5 5

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

Fixed

  • fixed issue with context menu setup on windows 11
  • fixed column issue in vintage mode #2103
Sandboxie - Release v1.2.8 / 5.57.7

Published by DavidXanatos about 2 years ago

0 5 5

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

Fixed

  • fixed missing uninstall routine in sandman
Sandboxie - Release v1.2.7 / 5.57.7

Published by DavidXanatos about 2 years ago

0 5 5

This build fixed a couple of issues.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

[1.2.7 / 5.57.7] - 2022-07-31

Added

  • added option to alternate row color in all lists #2073

Changed

  • SandboxieLogon is now disabled by default as it was not compatible with 3rd party antimalware tools #2025
  • the access view list now adds in display the tailing * to file and key paths the same way the driver does 2039
  • setup of shell integration is now done by sandman, no longer by the installer
  • uninstaller can now remove the sandbox folders #1235
Sandboxie - Release v1.2.6 / 5.57.6

Published by DavidXanatos about 2 years ago

0 5 5

This build changes two core Sandboxie mechanics.
It reworks the hooking mechanism to enable proper unhooking on dll unload which should solve various compatibility issues.
It lets Sandboxie to use custom logon tokens instead of the anonymous one, the option is on by default and can be controlled with the "SandboxieLogon" setting.

This build also adds various UI improvements and a Vintage View Mode which makes Sandman.exe look almost like the classic SbieCtrl.exe.

Known Issues

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

[1.2.6 / 5.57.6] - 2022-07-25

Changed

  • reworked saving of global options

Fixed

  • fixed issue with the Delete Content option #2043
  • fixed issue with box prefs #2046
  • fixed issue with Delete V2 registry

[1.2.5 / 5.57.5] - 2022-07-22

Changed

  • improved a few icons

Fixed

  • fixed certificate validation issue

[1.2.4 / 5.57.4] - 2022-07-21

Added

  • added delete button to the recovery window #2024

Changed

  • improved tree selection display

Fixed

  • fixed issues with file panel
  • fixed issue with key bindings #2030
  • fixed issue wtih RemoveSidName when terminating sbiesvc
  • fixed issue with the new hooking mechanism
  • fixed BSOD issue with win32k hooks introduced in 1.2.0 #2035
  • fixed issue with element11 and electron workaround #2023

[1.2.3 / 5.57.3] - 2022-07-13

Fixed

  • fixed issues with new menu code

Changed

  • reworked frame drawing

[1.2.2 / 5.57.2] - 2022-07-13

Fixed

  • fixed issues with frame-drawing
  • fixed issues with the tray and box menu introduced in the last build
  • removed focus rectangle from the tree list

Changed

  • refactored menu creation code

[1.2.1 / 5.57.1] - 2022-07-11

Added

  • added Swedish translation to Plus UI (thanks pb1)
  • added Vintage View Mode to make SandMan UI look like SbieCtrl
  • added alternative tray menu mechanics
  • added ability to auto-generate sandbox icons based on the border colour

Changed

  • changed box group icon to a dedicated one
  • "browse content" is now available as a side panel in the main window
  • animated hourglass icon overlay

Fixed

  • fixed DPI issue on Windows 7
  • fixed issue with Software Compatibility tab
  • fixed issue with OpenKeyPath introduced in build 1.1.1 #2006

[1.2.0 / 5.57.0] - 2022-06-28

Added

  • re-engineered "SandboxieLogon=y"; it's on by default, as every sandbox gets its own SID now
    -- Note: this enforces strict isolation of sandboxes from each other.

Changed

  • reworked hook management, unloaded DLLs are properly unhooked now #1243
  • box order is now stored in the Sandboxie-Plus.ini
  • improved DPI scaling behaviour
Sandboxie - Release v1.2.5 / 5.57.5

Published by DavidXanatos about 2 years ago

0 5 5

This build is a test build, it changes two core Sandboxie mechanics.
It reworks the hooking mechanism to enable proper unhooking on dll unload which should solve various compatibility issues
It lets Sandboxie to use custom logon tokens instead of the anonymous one, the option is on by default in the test build and can be controlled with the "SandboxieLogon" setting

This build also adds various UI improvements and a Vintage View Mode which makes Sandman.exe look almost like the classic SbieCtrl.exe

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

[1.2.5 / 5.57.5] - 2022-07-22

Changed

  • improved a few icons

Fixed

  • fixed certificate validation issue
Sandboxie - Release v1.2.4 / 5.57.4

Published by DavidXanatos about 2 years ago

0 5 5

Now available as v1.2.5 / 5.57.5 because of the following issue: https://github.com/sandboxie-plus/Sandboxie/issues/2044

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

[1.2.4 / 5.57.4] - 2022-07-21

Added

  • added delete button to the recovery window #2024

Changed

  • improved tree selection display

Fixed

  • fixed issues with file panel
  • fixed issue with key bindings #2030
  • fixed issue wtih RemoveSidName when terminating sbiesvc
  • fixed issue with the new hooking mechanism
  • fixed BSOD issue with win32k hooks introduced in 1.2.0 #2035
  • fixed issue with element11 and electron workaround #2023
Sandboxie - Release v1.2.3 / 5.57.3

Published by DavidXanatos over 2 years ago

0 5 5

This build fixes a few issues introduced in the last v1.2.2 build.

Please note that the installers for this build are not signed.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

Changelog

Fixed

  • fixed issues with new menu code

Changed

  • reworked frame-drawing
Sandboxie - Release v1.2.2 / 5.57.2

Published by DavidXanatos over 2 years ago

0 5 5

This build fixes a few issues introduced in the last v1.2.1 build.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

ChangeLog

Fixed

  • fixed issues with frame-drawing
  • fixed issues with the tray and box menu introduced in the last build
  • removed focus rectangle from the tree list

Changed

  • refactored menu creation code
Sandboxie - Release v1.2.1 / 5.57.1

Published by DavidXanatos over 2 years ago

0 5 5

This build adds various UI improvements and a Vintage View Mode which makes Sandman.exe look almost like the classic SbieCtrl.exe

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

ChangeLog

Added

  • added Swedish translation to Plus UI (thanks pb1)
  • added Vintage View Mode to make SandMan UI look like SbieCtrl
  • added alternative tray menu mechanics
  • added ability to auto-generate sandbox icons based on the border colour

Changed

  • changed box group icon to a dedicated one
  • "browse content" is now available as a side panel in the main window
  • animated hourglass icon overlay

Fixed

  • fixed DPI issue on Windows 7
  • fixed issue with Software Compatibility tab
  • fixed issue with OpenKeyPath introduced in build 1.1.1 #2006
Sandboxie - Release v1.2.0 / 5.57.0

Published by DavidXanatos over 2 years ago

0 5 5

This build is a test build, it changes two core Sandboxie mechanics.

  1. It reworks the hooking mechanism to enable proper unhooking on dll unload which should solve various compatibility issues
  2. It lets Sandboxie to use custom logon tokens instead of the anonymous one, the option is on by default in the test build and can be controlled with the "SandboxieLogon" setting

EDIT: there was an issue with the Plus builds v1.2.0, so they were rebuilt and re-uploaded, but due to lack of time they were not signed: https://www.wilderssecurity.com/threads/sandboxie-plus-v1-2-0.445783/#post-3090370

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

ChangeLog

Added

  • Reenginiered "SandboxieLogon=y" and set it on by default, now every sandbox gets its own SID
    -- Note: this enforces the isolation of individual sandboxes from each other.

Changed

  • reworked hook management, now unloaded dll's are properly unhooked #1243
  • box order is now stored in the plus ini
  • improved dpi scaling behavioure
Sandboxie - Release v1.1.3 / 5.56.3

Published by DavidXanatos over 2 years ago

0 5 5

Known Issue

- OpenKeyPath settings do not work between v1.1.1 and v1.1.3: https://github.com/sandboxie-plus/Sandboxie/issues/2006 https://github.com/sandboxie-plus/Sandboxie/issues/1276#issuecomment-1179549904

This release changes how sandboxie marks deleted host files as deleted, instead of creating dummy entries it uses an internal data structure to keep the stat of changes to the host file system. With the new mechanics it is possible to rename folders and keys properly.
This new behavior needs to be enabled by specifying UseFileDeleteV2=y sand UseRegDeleteV2=y in later builds this will be enabled by default, hence please test this build and report back if there are any issues.

This build also adds a new UI functionality, sandman.exe now monitors the size of sandboxes and reports it in the info column, this functionality needs to be enabled in the global settings.

Last but not least this build reduces the cpu usage of sandman.exe a lot.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

ChangeLog

[1.1.3 / 5.56.3] - 2022-06-20

Added

  • added group first sorting #1922

Changed

  • updated Classic UI Swedish translation (thanks pb1)
  • restored Plus UI Turkish translation #1419 (thanks fmbxnary)

Fixed

  • fixed issue with recovery window on delete #1948
  • fixed double-click issue on path column #1951
  • "AllowBoxedJobs=n" is back to the default behaviour as issues were reported #1954
  • fixed issue with internet block #1955
  • fixed grouping issue in the Plus UI #1950
  • fixed issue with CredentialUIBroker.exe on win 11 with win32k hooks #1839
  • fixed issue with delete V2 #1939

[1.1.2 / 5.56.2] - 2022-06-14

Added

  • added missing file recovery log to SandMan #425
  • the immediate recovery window will now auto-close when all files have been recovered #1498
  • the immediate recovery window of SandMan is always on top by default like in SbieCtrl; this can be disabled with "Options/RecoveryOnTop=n" #1465
  • added option to toggle immediate recovery from the presets submenu #1653
  • added option to disable file recovery and message pop-up globally
  • added per box refresh option #1945

Changed

  • the desktop security workaround used for Chrome, Firefox and Acrobat can now be enabled for all processes using "UseSbieDeskHack=y"
  • improved double-click behaviour #1935
  • box size info is refreshed on file recovery

Fixed

  • fixed issue with unnecessary Sandboxie config reloads introduced in 1.1.1 #1938
  • fixed issue with recovery window focus #1374
  • fixed issues with desktop objects introduced in 1.1.1 #1934
  • fixed issues with Edge startup boost using a GPO preset #1913

[1.1.1 / 5.56.1] - 2022-06-07

Added

  • compatibility templates can now be viewed from the settings window #1891
  • the refresh command is now bound to F5 #1885
  • added more first start wizard options
  • added option to permanently disable immediate recovery for any given box when it opens #1478
  • double click on the path column now opens the box root in explorer #1924

Changed

  • changed Move Box behaviour #1879
  • improved implementation of the PreferExternalManifest option
  • Win32k hooks are now by default only used for Edge and Chromium apps as they cause issues with other software #1902 #1912 #1897
  • "AllowBoxedJobs=y" is now the default behaviour

Fixed

  • fixed Edge issue with Windows 11 after KB5014019
  • fixed issues with the new delete V2 mechanism when using "SeparateUserFolders=y" #1885
  • fixed credential issue #1770
  • fixed force process priorities #1883
  • fixed issues with the new delete V2 mechanism
  • fixed issue with the Windows 11 menu on older Windows builds 1877
  • refresh now works without WatchBoxSize option #1885
  • fixed crash issue with WatchBoxSize=true #1885
  • fixed issue with recovery folder paths #1840
  • fixed issues with Sbie desktop and wndStation affecting Acrobat Reader #1863
  • fixed issues with box grouping #1921 #1920
  • fixed issues when changing language #1914
  • fixed issue with BreakoutFolder #1908
  • fixed issue with SbieDll.dll for x86 exception handling
  • fixed issues with application-specific hives (RegLoadAppKey) affecting Visual Studio #1576 #1452

[1.1.0 / 5.56.0] - 2022-05-24

Added

  • added support for NtRenameKey (this requires UseRegDeleteV2=y) #205
  • added box size info #1780

Changed

  • reworked the mechanism Sandboxie uses to mark host files as deleted
    -- under the new behaviour a data file (FilePaths.dat) is created in the box root instead of dummy files
    -- it can be enabled with UseFileDeleteV2=y and also for the registry with UseRegDeleteV2=y which creates a reg file (RegPaths.dat)
  • reworked the TlsNameBuffer mechanism to be more versatile and less error-prone
  • significantly reduced the CPU usage of SandMan.exe

Fixed

  • fixed folder rename issues (this requires UseFileDeleteV2=y) #71
  • fixed issue with process access #1603
  • fixed translation issue #1864
  • fixed UI issue with the box selection window #1867
  • fixed UI issue when switching languages #1871
Sandboxie - Release v1.1.2 / 5.56.2

Published by DavidXanatos over 2 years ago

0 5 5

This is an experimental release it changes how sandboxie marks deleted host files as deleted, instead of creating dummy entries it uses an internal data structure to keep the stat of changes to the host file system. With the new mechanics it is possible to rename folders and keys properly.
This new behavior needs to be enabled by specifying UseFileDeleteV2=y sand UseRegDeleteV2=y in later builds this will be enabled by default, hence please test this pre release build and report back if there are any issues.

This build also adds a new UI functionality, sandman.exe now monitors the size of sandboxes and reports it in the info column, this functionality needs to be enabled in the global settings.

Last but not least this build reduces the cpu usage of sandman.exe a lot.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

ChangeLog

Added

  • added missing file recovery log from sbiectrl to sandman #425
  • Imminent recovery window will now auto close when all files are recovered #1498
  • the imminent recovery window of sandman is now by default alway on top like in sbiectrl this can be disabled with "Options/RecoveryOnTop=n" #1465
  • added option to toggle Imminent recovery from the presets sub menu #1653
  • added option to disable file recovery and or message pop up globally
  • added per box refresh opzion #1945

Changed

  • desktop security workaround used for chrome, firefox and acrobat can now be enabled for all processes using "UseSbieDeskHack=y"
  • inproved double click behavioure #1935
  • box size info is refreshed on file recovery

Fixed

  • fixed issue with unnececery sandboxie config reloads introduced in 1.1.1
  • fixed issue with recovery window focus #1374
  • fixed issues with desktop objects introduced in 1.1.1 #1934
  • fixed issues with edge startup boost using a gpo preset
Sandboxie - Release v1.1.1 / 5.56.1

Published by DavidXanatos over 2 years ago

0 5 5

This is an experimental release it changes how sandboxie marks deleted host files as deleted, instead of creating dummy entries it uses an internal data structure to keep the stat of changes to the host file system. With the new mechanics it is possible to rename folders and keys properly.
This new behavior needs to be enabled by specifying UseFileDeleteV2=y sand UseRegDeleteV2=y in later builds this will be enabled by default, hence please test this pre release build and report back if there are any issues.

This build also adds a new UI functionality, sandman.exe now monitors the size of sandboxes and reports it in the info column, this functionality needs to be enabled in the global settings.

Last but not least this build reduces the cpu usage of sandman.exe a lot.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

ChangeLog

Added

  • compatibility templates can now be viewed from the settings window #1891
  • the refresh command is now bound to F5 #1885
  • added more first start wizard options
  • added option to permanently disable immediate recovery for any given box when it opens #1478
  • double click on the path column now opens the box root in explorer #1924

Changed

  • changed Move Box behaviour #1879
  • improved implementation of the PreferExternalManifest option
  • Win32k hooks are now by default only used for Edge and Chromium apps as they cause issues with other software #1902 #1912 #1897
  • "AllowBoxedJobs=y" is now the default behaviour

Fixed

  • fixed Edge issue with Windows 11 after KB5014019
  • fixed issues with the new delete V2 mechanism when using "SeparateUserFolders=y" #1885
  • fixed credential issue #1770
  • fixed force process priorities #1883
  • fixed issues with the new delete V2 mechanism
  • fixed issue with the Windows 11 menu on older Windows builds 1877
  • refresh now works without WatchBoxSize option #1885
  • fixed crash issue with WatchBoxSize=true #1885
  • fixed issue with recovery folder paths #1840
  • fixed issues with Sbie desktop and wndStation affecting Acrobat Reader #1863
  • fixed issues with box grouping #1921 #1920
  • fixed issues when changing language #1914
  • fixed issue with BreakoutFolder #1908
  • fixed issue with SbieDll.dll for x86 exception handling
  • fixed issues with application-specific hives (RegLoadAppKey) affecting Visual Studio #1576 #1452
Sandboxie - Release v1.1.0 / 5.56.0

Published by DavidXanatos over 2 years ago

0 5 5

This is an experimental release it changes how sandboxie marks deleted host files as deleted, instead of creating dummy entries it uses an internal data structure to keep the stat of changes to the host file system. With the new mechanics it is possible to rename folders and keys properly.
This new behavior needs to be enabled by specifying UseFileDeleteV2=y sand UseRegDeleteV2=y in later builds this will be enabled by default, hence please test this pre release build and report back if there are any issues.

EDIT: please note due to a bug in the current build the UseFileDeleteV2=y sand UseRegDeleteV2=y requires also SeparateUserFolders=y this will be fixed in the next build.

This build also adds a new UI functionality, sandman.exe now monitors the size of sandboxes and reports it in the info column, this functionality needs to be enabled in the global settings.

Last but not least this build reduces the cpu usage of sandman.exe a lot.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

ChangeLog

Added

  • added support for NtRenameKey (this requires UseRegDeleteV2=y) #205
  • added box size info #1780

Changed

  • reworked the mechanism sandboxie uses to mark host files as deleted
    -- the new behavioure creates a data file in the box root FilePaths.dat instead of creating dummy files
    -- it can be enabled with UseFileDeleteV2=y sane for the registry UseRegDeleteV2=y using RegPaths.dat
  • reworked the TlsNameBuffer mechanism to be more versatile and less error prone
  • significantly reduced the CPU usage of sandman.exe

Fixed

  • fixed folder rename issues (this requires UseFileDeleteV2=y) #71
  • fixed issue with process access #1603
  • fixed translation issue #1864
  • fixed ui issue with box selection window #1867
  • fixed ui issue when switching language #1871
Sandboxie - Release v1.0.22 / 5.55.22

Published by DavidXanatos over 2 years ago

0 5 5

This build brings a few fixes as well as a few small features, most notably support for the new windows 11 explorer context menu.
For now to get it enabled the setting needs to be manually toggled on windows 11, a later installer update will automate this for win 11.

If you have issues with an update installation, just uninstall the previous version keeping the sandboxie.ini and reinstall the new build.

You can support the project through donations, any help will be greatly appreciated.

ChangeLog

Added

  • added auto update download and silent install option to sandman.exe #917
  • trace monitor mode can now also save to file #1851
  • trace log now shows ipc object type information
  • added support for windows 11 context menus

Fixed

  • fixed sandman crash issue #1846
  • fixed issue with windows server 2022 build 20348
  • fixed translation switching issues #1852
Package Rankings
Top 4.35% on Proxy.golang.org
Badges
Extracted from project README
Plus license Classic license GitHub Release GitHub Pre-Release GitHub Build Status GitHub Codespell Status Roadmap Join our Discord Server