From 6cabcd819b69b053a72ac52b33e5df16d83cc4d5 Mon Sep 17 00:00:00 2001 From: NewKidOnTheBlock Date: Sun, 3 Apr 2022 14:24:51 +0200 Subject: [PATCH] Changelog 5.55.17 --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e330bf3e..9ff1c8ad 100644 --- a/CHANGELOG.md +++ b/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)