Changelog 5.55.17
This commit is contained in:
parent
a06ee4a695
commit
6cabcd819b
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -12,14 +12,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
## [1.0.17 / 5.55.17] - 2022-04-02
|
||||
|
||||
### Added
|
||||
- added checkbox to easeli allow read access to memory of unsandboxed processes (old sbie behavioure, not recommended)
|
||||
- added checkbox for easy read access to memory of unsandboxed processes (old Sbie behaviour, not recommended)
|
||||
|
||||
### Changed
|
||||
- improved OpenProcess/OpenThread logging
|
||||
|
||||
### Fixed
|
||||
- Fixed crash issue with the new monitor mode
|
||||
- Fixed issue with resource access entry parsing
|
||||
- fixed crash issue with the new monitor mode
|
||||
- fixed issue with resource access entry parsing
|
||||
|
||||
|
||||
|
||||
|
@ -27,12 +27,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
## [1.0.16 / 5.55.16] - 2022-04-01
|
||||
|
||||
### Added
|
||||
- FIXED SECURITY ISSUE: memory of unsandboxed processes can no longer be read, except for exceptions
|
||||
- FIXED SECURITY ISSUE: memory of unsandboxed processes can no longer be read, exceptions are possible
|
||||
-- you can use ReadIpcPath=$:program.exe to allow read access to unsandboxed processes or processes in other boxes
|
||||
- Added "Monitor Mode" to the resource access trace, similar to the old monitor view of sbiectrl.exe
|
||||
- Added "Monitor Mode" to the resource access trace, similar to the old monitor view of SbieCtrl.exe
|
||||
|
||||
### Changed
|
||||
- EnableObjectFiltering is now set enabled by default, and replaces sbies old process/thread handle filter
|
||||
- EnableObjectFiltering is now set enabled by default, and replaces Sbie's old process/thread handle filter
|
||||
- the $: syntax now accepts a wildcard $:* no more specialized wildcards though
|
||||
|
||||
### fixed
|
||||
|
@ -44,7 +44,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
## [1.0.15 / 5.55.15] - 2022-03-24
|
||||
|
||||
### Fixed
|
||||
- fixed memory corruption introduced in the last build causing chrome to sometimes crash.
|
||||
- fixed memory corruption introduced in the last build causing Chrome to crash sometimes.
|
||||
- FIXED SECURITY ISSUE: NtCreateSymbolicLinkObject was not filtered (thanks Diversenok)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue