Sandboxie Plus (open source fork of Sandboxie)
#41
Information 
Quote:Changelog

[0.9.1 / 5.51.1] - 2021-07-31

Added
  • added tray icon indicating no connection to the driver if it happens
  • added option to customize the tray icon
  • added "DllSkipHook=some.dll" option to disable installation of hooks into selected DLLs
  • added localization support for Plus installer (by yfdyh000 and mpheath) #923
Changed
  • reworked NtClose handling for better performance and extendibility
  • improved tray box menu and list
Fixed
  • fixed issue with fake admin and some NSIS installers #1052
  • fixed more issued with FileDispositionInformation behaviour, which resulted in bogus file deletion handling
  • fixed issue with checking WFP status
  • fixed issue WFP failing to initialize at boot
  • fixed issue with tray sandbox options not being available just after boot
  • fixed issue access changed flag not being proeprly set in box options #1065
Download
[-] The following 1 user says Thank You to harlan4096 for this post:
  • silversurfer
Reply
#42
Information 
Quote:Changelog

[0.9.2 / 5.51.2] - 2021-08-07

Added
  • added ability to reconfigure teh driver, allowing to enable/disable WFP and otehr features without a reload/reboot
Fixed
  • fixed issue with process start handling introduced in 5.51.0 #1063
  • fixed issue with quick recovery introduced in 5.51.0
  • fixed incompatybility with CET Hardware-enforced Stack Protection on intel 11th gen and AMD 5xxxX cpu's #1067 #1012
Removed
  • commented out all windows xp specific support code
Download
[-] The following 1 user says Thank You to harlan4096 for this post:
  • silversurfer
Reply
#43
Information 
Quote:Changelog

[0.9.3 / 5.51.3] - 2021-08-08

Added
  • ability to use the "run unsandboxed" option with Sandboxie links #614
Fixed
  • fixed open template does not load the edit tab #1054
  • fixed issue with "explore sandboxed" #972
  • fixed start directory for sandboxed processes #1071
  • fixed issue with language auto-detection #1018
  • fixed issue with multiple files with the same name, by always showing the extension #1041
  • fixed multiple program grouping issues with the SandMan UI #1054
  • fixed "no disk" error #966
  • fixed issue with 32bit build using qMake, the -O2 option resulted in a crash in the QSbieAPI.dll #995
  • fixed issue with UserSettings introduced in a recent build #1054
Download
[-] The following 2 users say Thank You to harlan4096 for this post:
  • Mohammad.Poorya, silversurfer
Reply
#44
Information 
Quote:Sandboxie+ v0.9.4 / 5.51.4:

Changelog

added
  • added clear commands to log sub menus #391
  • added option to disable prompt to confirm process termination #514
  • added settings to sandboxie-plus.ini "Options/InstantRecovery" to use the recovery window instad of the notification popUp #988
  • added ability to rename a non empty sandbox #1100
  • added ability to remove a non empty sandbox
  • added file browser window to sandman ui to cover the files view functionality of sbie ctrl #578
Changed
  • generic error in sbie ui now show the status code as hex and provide a string description when available
fixed
  • "del" shortcut to terminate a process did not always work
  • fixed group display issue #1094
  • fixed issue when using run sandboxed on a file located already in a sandbox #1099
Download
[-] The following 1 user says Thank You to harlan4096 for this post:
  • silversurfer
Reply
#45
Information 
Quote:Sandboxie+ v0.9.5 / 5.51.5:

ChangelogAdded
  • added option to run a sandbox in session 0
    -- Note: the processes then have a system token, hence its recommended to enable "DropAdminRights=y"
  • when the UI is run with admin privileges it now can terminate sandboxed processes in other sessions
  • added "StartSystemBox=" option to auto run a box on sbie start/system boot in session 0
    -- Note: box start is done through issuing start.exe /box:[name] auto_run
  • add start.exe auto_run command to start all sandboxed auto start locations
  • add start.exe /keep_alive command line switch it keeps a process running in the box untill it gracefully terminates
  • added "StartCommand=" it starts a complex command through start.exe on box startup
  • added menu option to start regedit and load the box reg key
Changed
  • changed command prompt icon and string from "terminal" to "command prompt" #1135
  • sys tray can now also use the classic icon #963
  • reworked box menu layout a bit
fixed
  • fixed driver compatybility with windows server 2022 (build 20348) #1143
  • fixed issue with creating shortcuts #1134
Download
[-] The following 1 user says Thank You to harlan4096 for this post:
  • silversurfer
Reply
#46
Information 
Quote:Sandboxie Plus 0.9.6 / Classic 5.51.6:

Changelog

Added
  • added ability to rename groups #1152
  • added ability to define a custom order for the sandboxes, they can be moved by using the move context menu, or holding Alt + Arrow Key
  • added recovery to list to the recovery window: #988
  • added finder to the recovery window
Changed
  • updated the BlockPort rule inside Template_BlockPorts to the new NetworkAccess format (by isaak654) #1162
  • default for immediate recovery behaviour is now to show the recovery window instead of using the notifications window #988
  • the new run dialog now requires a double-click #1171
  • reworked the recovery window
Fixed
  • fixed issue with create group menu #1151
  • fixed issue that caused a box to lose its group association when renaming
  • fixed issue with Thunderbird 91+ #1156
  • fixed an issue with file disposition handling #1161
  • fixed issue with Windows 11 22449.1000 #1164
  • fixed SRWare Iron template (by Dyras) #1146
  • fixed label positioning in Classic UI (by isaak654) #1088
Download
[-] The following 1 user says Thank You to harlan4096 for this post:
  • silversurfer
Reply
#47
Information 
Quote:Sandboxie Plus / Classic v0.9.7 / 5.52.1

Changelog

Added
  • added forced process indicator to process status column #1174
  • added "SbieTrace=y" option to trace the interaction between Sandboxie processes and the Sandboxie core components
  • when initializing an empty sandbox, MSI debug keys are set to generate the debug output of MSI installer service
  • added "DisableComProxy=y" allowing to disable COM proxying through the service
  • added "ProcessLimit=..." that allows to limit the max count of processes in a sandbox #1230
  • added missing IPC logging
Changed
  • reworked SbieSvc ini server to allow settings caching and greatly improve performance
    -- Now comments in the Sandboxie.ini are being preserved as well as the order of all entries
  • enabled configuration section list replacement with a hash map to improve configuration performance
  • improved progress and status messages for the Plus installer (by mpheath) #1168
  • reworked RpcSs start mechanics, sandboxed RpcSs and DcomLaunch can now be run as system, use "RunRpcssAsSystem=y"
    -- note: this is generally not recommended for security reasons but may be needed for compatibility in some scenarios
  • reworked WTSQueryUserToken handling to work properly in all scenarios
  • reworked configuration value list to use a hash table for better performance
Fixed
  • fixed Plus upgrade install in Windows 7 (by mpheath) #1194
  • fixed custom autoexec commands being executed on each box start instead of only on the initialization
  • fixed a design issue limiting the maximal amount of processes in one box to 511
  • fixed handle leaks in the lingering process monitor mechanism
  • fixed issue with opening device paths like "\??\FltMgr"
  • fixed build issue with an explicit FileDigestAlgorithm option for driver sign (by isaak654) #1210
  • fixed issue with resource access log sometimes getting corrupted
  • fixed issue with Microsoft Office Click-to-Run #428 #882
removed
  • removed support for Microsoft EMET (Enhanced Mitigation Experience Toolkit), as it was EOL in 2018
  • removed support for Messenger Plus! Live, as MSN Messenger is EOL since 2013
  • disabled Turkish language on Plus UI for inactivity (by isaak654) #1215
Download
Reply
#48
Information 
Quote:Changelog

[0.9.7b / 5.52.2] - 2021-10-04

Fixed
  • fixed issue loading not unicode sandboxie.ini introduced with the previouse build
[0.9.7 / 5.52.1] - 2021-10-02

Added
  • added forced process indicator to process status column #1174
  • added "SbieTrace=y" option to trace the interaction between Sandboxie processes and the Sandboxie core components
  • when initializing an empty sandbox, MSI debug keys are set to generate the debug output of MSI installer service
  • added "DisableComProxy=y" allowing to disable COM proxying through the service
  • added "ProcessLimit=..." that allows to limit the max count of processes in a sandbox #1230
  • added missing IPC logging
Changed
  • reworked SbieSvc ini server to allow settings caching and greatly improve performance
    -- Now comments in the Sandboxie.ini are being preserved as well as the order of all entries
  • enabled configuration section list replacement with a hash map to improve configuration performance
  • improved progress and status messages for the Plus installer (by mpheath) #1168
  • reworked RpcSs start mechanics, sandboxed RpcSs and DcomLaunch can now be run as system, use "RunRpcssAsSystem=y"
    -- note: this is generally not recommended for security reasons but may be needed for compatibility in some scenarios
  • reworked WTSQueryUserToken handling to work properly in all scenarios
  • reworked configuration value list to use a hash table for better performance
Fixed
  • fixed Plus upgrade install in Windows 7 (by mpheath) #1194
  • fixed custom autoexec commands being executed on each box start instead of only on the initialization
  • fixed a design issue limiting the maximal amount of processes in one box to 511
  • fixed handle leaks in the lingering process monitor mechanism
  • fixed issue with opening device paths like "\??\FltMgr"
  • fixed build issue with an explicit FileDigestAlgorithm option for driver sign (by isaak654) #1210
  • fixed issue with resource access log sometimes getting corrupted
  • fixed issue with Microsoft Office Click-to-Run #428 #882
removed
  • removed support for Microsoft EMET (Enhanced Mitigation Experience Toolkit), as it was EOL in 2018
  • removed support for Messenger Plus! Live, as MSN Messenger is EOL since 2013
  • disabled Turkish language on Plus UI for inactivity (by isaak654) #1215
Download
Reply
#49
Information 
Quote:Sandboxie Plus / Classic v0.9.7c / 5.52.3

Changelog


Added
  • added forced process indicator to process status column #1174
  • added "SbieTrace=y" option to trace the interaction between Sandboxie processes and the Sandboxie core components
  • when initializing an empty sandbox, MSI debug keys are set to generate the debug output of MSI installer service
  • added "DisableComProxy=y" allowing to disable COM proxying through the service
  • added "ProcessLimit=..." that allows to limit the max count of processes in a sandbox #1230
  • added missing IPC logging
Changed
  • reworked SbieSvc ini server to allow settings caching and greatly improve performance
    -- Now comments in the Sandboxie.ini are being preserved as well as the order of all entries
  • enabled configuration section list replacement with a hash map to improve configuration performance
  • improved progress and status messages for the Plus installer (by mpheath) #1168
  • reworked RpcSs start mechanics, sandboxed RpcSs and DcomLaunch can now be run as system, use "RunRpcssAsSystem=y"
    -- note: this is generally not recommended for security reasons but may be needed for compatibility in some scenarios
  • reworked WTSQueryUserToken handling to work properly in all scenarios
  • reworked configuration value list to use a hash table for better performance
Fixed
  • fixed Plus upgrade install in Windows 7 (by mpheath) #1194
  • fixed custom autoexec commands being executed on each box start instead of only on the initialization
  • fixed a design issue limiting the maximal amount of processes in one box to 511
  • fixed handle leaks in the lingering process monitor mechanism
  • fixed issue with opening device paths like "\??\FltMgr"
  • fixed build issue with an explicit FileDigestAlgorithm option for driver sign (by isaak654) #1210
  • fixed issue with resource access log sometimes getting corrupted
  • fixed issue with Microsoft Office Click-to-Run #428 #882
removed
  • removed support for Microsoft EMET (Enhanced Mitigation Experience Toolkit), as it was EOL in 2018
  • removed support for Messenger Plus! Live, as MSN Messenger is EOL since 2013
  • disabled Turkish language on Plus UI for inactivity (by isaak654) #1215
Download
Reply
#50
Information 
Quote:Sandboxie Plus / Classic v0.9.7d / 5.52.4:

Changelog

Added
  • added forced process indicator to process status column #1174
  • added "SbieTrace=y" option to trace the interaction between Sandboxie processes and the Sandboxie core components
  • when initializing an empty sandbox, MSI debug keys are set to generate the debug output of MSI installer service
  • added "DisableComProxy=y" allowing to disable COM proxying through the service
  • added "ProcessLimit=..." that allows to limit the max count of processes in a sandbox #1230
  • added missing IPC logging
Changed
  • reworked SbieSvc ini server to allow settings caching and greatly improve performance
    -- Now comments in the Sandboxie.ini are being preserved as well as the order of all entries
  • enabled configuration section list replacement with a hash map to improve configuration performance
  • improved progress and status messages for the Plus installer (by mpheath) #1168
  • reworked RpcSs start mechanics, sandboxed RpcSs and DcomLaunch can now be run as system, use "RunRpcssAsSystem=y"
    -- note: this is generally not recommended for security reasons but may be needed for compatibility in some scenarios
  • reworked WTSQueryUserToken handling to work properly in all scenarios
  • reworked configuration value list to use a hash table for better performance
Fixed
  • fixed Plus upgrade install in Windows 7 (by mpheath) #1194
  • fixed custom autoexec commands being executed on each box start instead of only on the initialization
  • fixed a design issue limiting the maximal amount of processes in one box to 511
  • fixed handle leaks in the lingering process monitor mechanism
  • fixed issue with opening device paths like "\??\FltMgr"
  • fixed build issue with an explicit FileDigestAlgorithm option for driver sign (by isaak654) #1210
  • fixed issue with resource access log sometimes getting corrupted
  • fixed issue with Microsoft Office Click-to-Run #428 #882
removed
  • removed support for Microsoft EMET (Enhanced Mitigation Experience Toolkit), as it was EOL in 2018
  • removed support for Messenger Plus! Live, as MSN Messenger is EOL since 2013
  • disabled Turkish language on Plus UI for inactivity (by isaak654) #1215
Download
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)
[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Recent Posts
EV batteries
Where EV batteries g...jAcos — 13:04
Dependence on AI weakens thinking
I don't use any AI s...harlan4096 — 06:21
Dependence on AI weakens thinking
Dependence on AI wea...jAcos — 06:02
Surfshark VPN : Award-winning VPN servi...
Surfshark's 7th bi...jasonX — 12:39
New Surfshark Antivirus Feature - Extern...
NEW SURFSHARK ANTI...jasonX — 12:04

[-]
Birthdays
Today's Birthdays
avatar (46)creatralGuelm
avatar (37)procnipsut
avatar (43)accenwibly
avatar (40)ahyvily
Upcoming Birthdays
avatar (44)wapedDow
avatar (48)oapedDow
avatar (41)Sanchowogy
avatar (45)MeighGoask
avatar (37)urumahiz
avatar (43)techlignub
avatar (42)Stevenmam
avatar (49)onlinbah
avatar (49)fuspeukChark
avatar (43)werriewWaiNg
avatar (37)Freemanleo
avatar (42)cdoubapKit
avatar (37)lystraPonia
avatar (30)smith8395john
avatar (50)steakelask
avatar (44)Termoplenka
avatar (42)bycoPaist
avatar (48)pieloKat
avatar (42)ilyagNeexy
avatar (50)donitascene
avatar (50)burntLaw
avatar (40)MrDoorsskibheeds
avatar (50)Toligo
avatar (45)Rodneykak
avatar (48)tradeSmode
avatar (38)vemedProkbior
avatar (37)RobertUtelt

[-]
Online Staff
There are no staff members currently online.

>