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

Return error when hex strings contain an uneven number of digits. #27

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

plusvic
Copy link
Member

@plusvic plusvic commented Nov 20, 2020

For example, the strings {11 22 3} and {111 22 33) return an error. This check has been also implemented in YARA.

For example, the strings {11 22 3} and {111 22 33) return an error. This check has been also implemented in YARA.
@plusvic plusvic merged commit b00541a into master Nov 20, 2020
@plusvic plusvic deleted the uneven_hex_string_digits branch November 20, 2020 15:00
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 this pull request may close these issues.

2 participants