Sandboxie Plus (open source fork of Sandboxie)
#1
Information 
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
[-] The following 3 users say Thank You to harlan4096 for this post:
  • dinosaur07, ismail, silversurfer
Reply
#2
Information 
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
[-] The following 2 users say Thank You to harlan4096 for this post:
  • dinosaur07, silversurfer
Reply
#3
Information 
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)
[-] The following 2 users say Thank You to harlan4096 for this post:
  • ismail, silversurfer
Reply
#4
Information 
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)
[-] The following 1 user says Thank You to harlan4096 for this post:
  • silversurfer
Reply
#5
Information 
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)
[-] The following 1 user says Thank You to harlan4096 for this post:
  • silversurfer
Reply
#6
Information 
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
[-] The following 1 user says Thank You to harlan4096 for this post:
  • silversurfer
Reply
#7
Information 
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
[-] The following 1 user says Thank You to harlan4096 for this post:
  • silversurfer
Reply
#8
Information 
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
[-] The following 1 user says Thank You to harlan4096 for this post:
  • silversurfer
Reply
#9
Information 
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
[-] The following 1 user says Thank You to harlan4096 for this post:
  • silversurfer
Reply
#10
Information 
Quote:Sandboxie Plus 5.44.1:

Download Page & Changelog
Download | 32-Bit
Download | 64-Bit
Download | 32-Bit Plus
Download | 64-Bit Plus
[-] The following 1 user says Thank You to harlan4096 for this post:
  • silversurfer
Reply


Forum Jump:


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

Username/Email:


Password:





[-]
Recent Posts
Malwarebytes 5.2.11.183
Malwarebytes 5.2.1...Mohammad.Poorya — 16:44
CCleaner 6.35.11488 (16 Apr 2025)
CCleaner 6.35.1148...harlan4096 — 07:24
Brave 1.77.100
Release Channel 1....harlan4096 — 07:22
Tor Browser 14.5
Tor Browser 14.5​ ...harlan4096 — 07:22
Vivaldi 7.3 Build 3635.11
Vivaldi 7.3 Build ...harlan4096 — 07:20

[-]
Birthdays
Today's Birthdays
No birthdays today.
Upcoming Birthdays
avatar (44)wapedDow
avatar (48)oapedDow
avatar (41)Sanchowogy
avatar (43)techlignub
avatar (42)Stevenmam
avatar (49)onlinbah
avatar (50)steakelask
avatar (44)Termoplenka
avatar (42)bycoPaist
avatar (48)pieloKat
avatar (42)ilyagNeexy
avatar (50)donitascene
avatar (50)Toligo
avatar (37)RobertUtelt

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

>