This commit is contained in:
DavidXanatos 2022-12-20 09:40:42 +01:00
parent e1a3354673
commit 48726d5bd8
2 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- fixed issue with update label when "version update" is set to "ignore"
- fixed issue with wow64 thunking on 32 bit windows 10 systems [#2546](https://github.com/sandboxie-plus/Sandboxie/issues/2546)

View File

@ -967,6 +967,9 @@ typedef NTSTATUS(*P_NtWow64CallFunction64)(
_FX void Dll_Wow64DisableTurboThunks(void)
{
if (!Dll_IsWow64)
return;
//
// Dll_FixWow64Syscall (dllhooks.c):
// the Wow64 thunking layer for syscalls in ntdll32 has several thunks: