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

HexEditor shows wrong values on large file #358

Closed
sitofabi opened this issue May 31, 2022 · 1 comment · Fixed by #359
Closed

HexEditor shows wrong values on large file #358

sitofabi opened this issue May 31, 2022 · 1 comment · Fixed by #359
Assignees

Comments

@sitofabi
Copy link

Hi all,

when i open large files i get reproducible areas that contain only zeros which is definitly not the file content.
This issue is easily reproducible in v1.9.6 in Hex Editor.

First of all create a file with powershell

// Create a file that is 1MB big and whose content consists only of  '='
$arr=@(61)*1024*1024;
[IO.File]::WriteAllBytes('1MB.txt', $arr)

Next open the file in Hex Editor and jump to offset 0x1fff0
HexEditorIssue

This error can be seen multiples times in the file: 0x1fff0, 0x3fff0, 0x5fff0, 0x7fff0 ....

Best regards
Tobias

@sitofabi
Copy link
Author

sitofabi commented Jun 2, 2022

@connor4312 As already mentioned it is the version 1.9.6 which I think should be the newest one.

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

Successfully merging a pull request may close this issue.

2 participants