We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A vector of separate hashes for each basic block, sorted by their value.
This will provide basic-block based matching, while ignoring basic block order changes.
We should have a couple of versions for this, one hashing all data and another hashing only the instruction's opcode.
The text was updated successfully, but these errors were encountered:
Fnv, Bernstein will be used for that.
Ready in my own branch, pushed once it's better. I have a few inheritence problems I need to solve.
Sorry, something went wrong.
Let me know if you'd like me to have a look
shiftre
No branches or pull requests
A vector of separate hashes for each basic block, sorted by their value.
This will provide basic-block based matching, while ignoring basic block order changes.
We should have a couple of versions for this, one hashing all data and another hashing only the instruction's opcode.
The text was updated successfully, but these errors were encountered: