Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
msuhanov opened this issue Jul 15, 2021 · 1 comment
Open

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

msuhanov opened this issue Jul 15, 2021 · 1 comment

Comments

@msuhanov
Copy link

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/

@msuhanov
Copy link
Author

rawcopy
ntfs_vista_up.raw.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant