1.6.2b
This commit is contained in:
parent
e1a3354673
commit
48726d5bd8
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue