Skip to content

Commit

Permalink
1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Feb 27, 2024
1 parent 51bc506 commit ba99a2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions Sandboxie/core/dll/file_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -1320,19 +1320,6 @@ _FX FILE_LINK *File_FindPermLinksForMatchPath(
link = List_Head(File_PermLinks);
while (link) {

/*const ULONG src_len = link->src_len;
if (
#ifdef WOW64_FS_REDIR
link != File_Wow64FileLink &&
#endif WOW64_FS_REDIR
name_len >= src_len &&
(name[src_len] == L'\\' || name[src_len] == L'\0') &&
_wcsnicmp(name, link->src, src_len) == 0) {
return link;
}*/

const ULONG dst_len = link->dst_len;

if (
Expand Down
2 changes: 1 addition & 1 deletion Sandboxie/core/drv/dyn_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const wchar_t Parameters[] = L"\\Parameters";
#define IMAGE_FILE_MACHINE_ARM64 0xAA64 // ARM64 Little-Endian
#endif

#define WIN11_LATEST 26052 // <-----
#define WIN11_LATEST 26070 // <-----
#define SVR2025 26040
#define WIN11_FIRST 22000
#define SVR2022 20348
Expand Down

0 comments on commit ba99a2c

Please sign in to comment.