Skip to content

The $UpCase file isn't used by the _ParseIndex() function #27

@msuhanov

Description

@msuhanov

In this code, file name lookups don't use the per-volume uppercase table ($UpCase), a language-specific comparison operator (=) is used instead:

If $IndxFileNameArr[$j] = $TestName Then

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions