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

Calculate checksum from selection #219

Closed
selurvedu opened this issue Nov 19, 2023 · 4 comments
Closed

Calculate checksum from selection #219

selurvedu opened this issue Nov 19, 2023 · 4 comments
Labels
feature A new feature
Milestone

Comments

@selurvedu
Copy link

No description provided.

@solemnwarning solemnwarning added the feature A new feature label Nov 19, 2023
@solemnwarning solemnwarning added this to the 0.61.0 milestone Nov 19, 2023
@solemnwarning
Copy link
Owner

Any particular algorithms you think would be useful here?

@selurvedu
Copy link
Author

Definitely CRC32 for me. Here are some other popular options:

https://github.com/WerWolv/ImHex/blob/b71a77677058b545d3b17104453ce3d61cd10865/plugins/builtin/source/content/hashes.cpp#L170
https://www.sweetscape.com/010editor/manual/CheckSum.htm

Generally I'm more interested in algorithms that produce shorter checksums (e.g. Adler-32 and other CRCs) as I see them being used more often in things I'm reverse engineering.

@solemnwarning
Copy link
Owner

Merged to master.

@selurvedu
Copy link
Author

Sweet potatoes! That was really fast! Thank you!

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

No branches or pull requests

2 participants