You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a pattern of a fingerprint is missing an opcode or has more opcodes than expected, the fuzzy scan will fail. Currently the fuzzy scan only allows wrong opcodes only.
Steps to reproduce
Create a fingerprint with a reasonable opcode pattern size
Fuzzy scan it
Change one opcode and confirm the fuzzy scanner works as expected
Remove an opcode and confirm the fuzzy scanner now fails
Solution
A proper fuzzy scanning algorithm should be used instead of the current barebone implementation.
The text was updated successfully, but these errors were encountered:
Type
Other
Bug description
If a pattern of a fingerprint is missing an opcode or has more opcodes than expected, the fuzzy scan will fail. Currently the fuzzy scan only allows wrong opcodes only.
Steps to reproduce
Solution
A proper fuzzy scanning algorithm should be used instead of the current barebone implementation.
The text was updated successfully, but these errors were encountered: