summaryrefslogtreecommitdiff
path: root/src/analysis/scan/tokens.l
AgeCommit message (Expand)Author
2024-03-03Restore mixed hexadecimal pattern support.Cyrille Bagard
2024-02-18Read escaped strings faster.Cyrille Bagard
2024-02-17Remove the need of backing up inside the rule lexer.Cyrille Bagard
2023-11-16Clean the Python script converting the ROST grammar.Cyrille Bagard
2023-11-02Fix a few regressions thanks to the test suite.Cyrille Bagard
2023-11-01Accept empty strings as meta data and conditions once again.Cyrille Bagard
2023-10-24Handle big alloctions for strings in conditions with regular expressions.Cyrille Bagard
2023-10-22Replace some tokens by their value.Cyrille Bagard
2023-10-15Handle more fuzzy pattern properties.Cyrille Bagard
2023-10-13Pipe pattern modifiers when requested.Cyrille Bagard
2023-10-01Introduce parameters for scan pattern modifiers.Cyrille Bagard
2023-09-25Handle tags linked to ROST rules.Cyrille Bagard
2023-09-25Handle private and global rules.Cyrille Bagard
2023-09-13Rename the "strings" section to "bytes".Cyrille Bagard
2023-09-12Count matches from a set of patterns.Cyrille Bagard
2023-09-12Handle the meta section in ROST rule definitions.Cyrille Bagard
2023-09-12Save current state with some ROST extra features.Cyrille Bagard
2023-08-18Create some modifiers and handle match properties inside ROST.Cyrille Bagard
2023-08-06Extend the ROST grammar with a first batch of new features.Cyrille Bagard
2023-07-07Rewrite core parts of the ROST API.Cyrille Bagard
2023-01-30Save an initial version of rost.Cyrille Bagard