infosec-intern / vscode-yara

VSCode extension for the YARA pattern matching language
MIT License
63 stars 14 forks source link

Fix quotes in comments and hex jumps #44

Closed infosec-intern closed 3 years ago

infosec-intern commented 3 years ago

The negative lookahead introduced in v1.6.1 incorrectly identified quotes in comments (//.*) as part of the string. This PR fixes that and the entity type in hex jumps from string to numeric