-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
In this code, file name lookups don't use the per-volume uppercase table ($UpCase), a language-specific comparison operator (=) is used instead:
Line 3105 in 0d8d690
| If $IndxFileNameArr[$j] = $TestName Then |
Line 3111 in 0d8d690
| If $IndxFileNameArr[$j] = $TestName Then |
This can result in behaviour described in this post: https://dfir.ru/2021/07/15/playing-with-case-insensitive-file-names/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels