Sandboxie Plus (open source fork of Sandboxie)
|
Posts: 13,656
Threads: 9,193
Thanks Received: 8,903 in 7,059 posts
Thanks Given: 9,584
Joined: 12 September 18
10 June 20, 08:01
(This post was last modified: 19 June 20, 07:51 by silversurfer.)
Quote:[0.2 / 5.41] - 2020-06-08
Added:- IniWatcher, no more clicking reload, the ini is now reloaded automatically every time it changes
- Added Mainanance menu to the Sandbox menu, allowing to install/uninstall and start/stop sandboxie driver, service
- SandMan.exe now is packed with Sbie files and when no sbie is installed acts as a portable instalation
- Added option to clean up logs
Changed:- sbie driver now first checks the home path for the sbie ini before checking SystemRoot
Fixed:- Fixed a resource leak when running sandboxed
- Fixed issue boxed services not starting when the path contained a space
- NtQueryInformationProcess now returns the proper sandboxed path for sandboxed processes
Source: https://github.com/sandboxie-plus/Sandbo...s/tag/v0.2
Posts: 13,656
Threads: 9,193
Thanks Received: 8,903 in 7,059 posts
Thanks Given: 9,584
Joined: 12 September 18
19 June 20, 06:38
(This post was last modified: 19 June 20, 07:49 by silversurfer.)
Quote:[0.2.1 / 5.41.1] - 2020-06-18
Added:- Added different sandbox icons for different types
- -- Red LogAPI/BSA enabled
- -- More to come
- Added progress window for async operations that take time
- Added DPI awareness
- The driver file is now obfuscated to avoid false positives
- Additional debug options to sandboxie.ini OpenToken=y that combines UnrestrictedToken=y and UnfilteredToken=y
- -- Note: using these options weekens the sandboxing, they are intended for debugging and may be used for better application virtualization later
Changed:- SbieDll.dll when processinh InjectDll now looks in the SbieHome folder for the Dll's if the entered path starts with a backslash
- -- i.e. "InjectDll=\LogAPI\i386\logapi32v.dll" or "InjectDll64=\LogAPI\amd64\logapi64v.dll"
Fixed:- IniWatcher did not work in portable mode
- Service path fix broke other services, now properly fixed, may be
- Found workaround for the msi installer issue
Source: https://github.com/sandboxie-plus/Sandbo...tag/v0.2.1
Posts: 13,656
Threads: 9,193
Thanks Received: 8,903 in 7,059 posts
Thanks Given: 9,584
Joined: 12 September 18
21 June 20, 06:23
(This post was last modified: 21 June 20, 06:23 by harlan4096.)
Quote:Changes in 5.41.2:
Added:- Added option SeparateUserFolders=n to no longer have the user profile files stored separately in the sandbox
- Added SandboxieLogon=y it makes processes run under the SID of the "Sandboxie" user instead of the Anonymous user
- -- Note: the global option AllowSandboxieLogon=y must be enabled, the "Sandboxie" user account must be manually created first and the driver reloaded, else process start will fail
- Improved debugging around process creation errors in the driver
Fixed:- Fixed some log messages going lost after driver reload
- Found a workable fix for the MSI installer issue, see Proc_CreateProcessInternalW_RS5
Homepage
Download Page & Changelog
Download | 32-Bit
Download | 64-Bit
Download | 32-Bit Plus (Portable)
Download | 64-Bit Plus (Portable)
Posts: 13,656
Threads: 9,193
Thanks Received: 8,903 in 7,059 posts
Thanks Given: 9,584
Joined: 12 September 18
05 July 20, 06:10
(This post was last modified: 05 July 20, 06:10 by harlan4096.)
Quote:Changes in 5.42:
Added:- API_QUERY_PROCESS_INFO can be now used to get the original process token of sandboxed processes
- -- Note: this capability is used by TaskExplorer to allow inspecting sandbox internal tokens
- Added option "KeepTokenIntegrity=y" to make the sbie token keep its initial integrity level (debug option)
- -- Note: Do NOT USE Debug Options if you dont know their security implications (!)
- Added process id to log messages very usefull for debugging
- Added finder to resource log
- Added option to hide host processes "HideHostProcess=[name]"
- -- Note: Sbie hides by default processes from other boxes, this behavioure can now be controlled with "HideOtherBoxes=n"
- Sandboxed RpcSs and DcomLaunch can now be run as system with the option "ProtectRpcSs=y" howeever that breaks sandboxed explorer and other
- BuiltIn Clsid whitelist can now be disabled with "OpenDefaultClsid=n"
- Processes can be now terminated with the del key, and require a confirmation
- Added sandboxed window border display to SandMan.exe
- Added notification for sbie log messages
- Added Sandbox Presets sub menu allowing to quickly change some settings
- -- Enable/Disable API logging, logapi_dll's are now distributed with SbiePlus
- -- And other: Drop admin rights; Block/Allow internet access; Block/Allow access to files on te network
- Added more info to the sandbox status column
- Added path column to SbieModel
- Added info tooltips in SbieView
Changed:- Reworked ApiLog, added pid and pid filter
- Auto config reload on in change is now delayed by 500ms to not reload multiple times on incremental changes
- Sandbox names now replace "_" witn " " for display allowing to use names that are build of separated words
Fixed:- Added mising PreferExternalManifest itialization to portable mode
- Fixed permission issues with sandboxed system processes
- -- Note: you can use "ExposeBoxedSystem=y" for the old behaviour (debug option)
- Fixed missing SCM access check for sandboxed services
- -- Note: to disable the access check use "UnrestrictedSCM=y" (debug option)
- Fixed missing initialization in serviceserver that caused sandboxed programs to crash when querying service status
- Fixed many bugs that caused the SbieDrv.sys to BSOD when run with MSFT Driver Verifier active
- -- 0xF6 in GetThreadTokenOwnerPid and File_Api_Rename
- -- missing non optional parameter for FltGetFileNameInformation in File_PreOperation
- -- 0xE3 in Key_StoreValue and Key_PreDataInject
Homepage
Download Page & Changelog
Download | 32-Bit
Download | 64-Bit
Download | 32-Bit Plus (Portable)
Download | 64-Bit Plus (Portable)
Posts: 13,656
Threads: 9,193
Thanks Received: 8,903 in 7,059 posts
Thanks Given: 9,584
Joined: 12 September 18
20 July 20, 16:43
Quote:Changes in 5.42.1:- Added
- Added settings window
- added translationsupport
- added dark theme
- added auto start option
- added sandbox options
- added debug option "NoAddProcessToJob=y"
- Changed
- improved empty sandbox tray icon
- improved message parsing
- updated homepage links
- Fixed
- fixed ini issue with sandman.exe when renaming sandboxes
- fixed ini auto reload bug introduced in the last build
- fixed issue when hooking delayd loaded libraries
Homepage
Download Page & Changelog
Download | 32-Bit
Download | 64-Bit
Download | 32-Bit Plus (Portable)
Download | 64-Bit Plus (Portable)
Posts: 13,656
Threads: 9,193
Thanks Received: 8,903 in 7,059 posts
Thanks Given: 9,584
Joined: 12 September 18
06 September 20, 08:03
Quote:Changes in 5.43:- Added
- added a proper custom installer to the the Plus release
- added sandbox snapshot functionality to sbie core
- filesystem is saved incrementally, the snapshots built upon each other
- each snapshot gets a full copy of the box registry for now
- each snapshot can have multiple children snapshots
- added access status to resource monitor
- added setting to change border widthadded snapshot manager UI to SandMan
- added template to enable authentication with an Yubikey or comparable 2FA device
- added ui for program allert
- added software compatybility options to teh UI
- Changed
- SandMan UI now handles deletion of sandboxe content on its own
- no longer adding redundnat resource accesses as new events
- Fixed
- fixed issues when hooking functions from delay loaded libraries
- fixed issues when hooking an already hooked function
- fixed issues with the new box settings editor
- Removed
- removes deprecated workaround in the hooking mechanism for an obsolete antimalware product
Homepage
Download Page & Changelog
Download | 32-Bit
Download | 64-Bit
Download | 32-Bit Plus
Download | 64-Bit Plus
Posts: 13,656
Threads: 9,193
Thanks Received: 8,903 in 7,059 posts
Thanks Given: 9,584
Joined: 12 September 18
15 September 20, 07:10
Quote:Changes in 5.43.5:- Added
- added core version compatybility check to sandman UI
- added shell integration options to SbiePlus
- Changed
- SbieCtrl does not longer auto show the tutorian on first start
- when hooking, the to the trampoline migrated section of the original function is not longer noped out
- -- it caused issues with unity games, will be investigated and re enabled later
- Fixed
- fixed color issue with vertical tabs in dark mode
- fixed wrong path separators when adding new forced folders
- fixed directroy listing bug intriduced in 5.43
- fixed issues with settings window when not being connected to driver
- fixed issue when starting sandman ui as admin
- fixed auto content delete not working with sandman ui
Homepage
Download Page & Changelog
Download | 32-Bit
Download | 64-Bit
Download | 32-Bit Plus
Download | 64-Bit Plus
Posts: 13,656
Threads: 9,193
Thanks Received: 8,903 in 7,059 posts
Thanks Given: 9,584
Joined: 12 September 18
11 October 20, 06:33
Quote:Changes in 5.43.6:
Added- added explore box content menu option
Fixed- fixed thread handle leak in SbieSvc and other components
- msedge.exe is now categorized as a chromium derivate
- fixed chrome 86+ compatybility bug with chroms own sandbox
Homepage
Download Page & Changelog
Download | 32-Bit
Download | 64-Bit
Download | 32-Bit Plus
Download | 64-Bit Plus
Posts: 13,656
Threads: 9,193
Thanks Received: 8,903 in 7,059 posts
Thanks Given: 9,584
Joined: 12 September 18
04 November 20, 06:51
(This post was last modified: 04 November 20, 06:52 by harlan4096.)
Quote:Changes in 5.43.7:
Added- added disable forced programs menu command to he sandman ui
Fixed- fixed file rename bug introduced with an earlier driver verifier fix
- fixed issue saving access lists
- fixed issue with program groups parsing in the SandMan UI
- fixed issue with intrnet access restriction options
- fixed issue deleting sandbox when located on a drive directly
Homepage
Download Page & Changelog
Download | 32-Bit
Download | 64-Bit
Download | 32-Bit Plus
Download | 64-Bit Plus
Posts: 13,656
Threads: 9,193
Thanks Received: 8,903 in 7,059 posts
Thanks Given: 9,584
Joined: 12 September 18
17 November 20, 07:55
Quote:Sandboxie Plus 5.44.1:
Download Page & Changelog
Download | 32-Bit
Download | 64-Bit
Download | 32-Bit Plus
Download | 64-Bit Plus
|
Users browsing this thread: 29 Guest(s)
|
Welcome
|
You have to register before you can post on our site.
|
Birthdays
|
Today's Birthdays
|
(56)Stefanos
|
Upcoming Birthdays
|
No upcoming birthdays.
|
Online Staff
|
There are no staff members currently online. |
|
|