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

Wrong entropy for multiple files at once #6

Closed
merces opened this issue Jul 28, 2023 · 0 comments
Closed

Wrong entropy for multiple files at once #6

merces opened this issue Jul 28, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@merces
Copy link
Owner

merces commented Jul 28, 2023

This is critical. If you try to calculate the entropy for more than one file, the first file entropy is correct, but the others are not. See:

./entropy /bin/ls
2.71 /bin/ls

./entropy /bin/pwd
1.12 /bin/pwd

./entropy /bin/ls /bin/pwd
2.71 /bin/ls
2.09 /bin/pwd
@merces merces added the bug Something isn't working label Jul 28, 2023
@merces merces self-assigned this Jul 28, 2023
@merces merces closed this as completed in 536278d Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant