summaryrefslogtreecommitdiff
path: root/src/analysis/scan/grammar.y
AgeCommit message (Expand)Author
2024-03-04Share instances to avoid extra calls to g_object_[un]ref().Cyrille Bagard
2023-11-16Clean the Python script converting the ROST grammar.Cyrille Bagard
2023-11-15Ban pattern count indexes sooner (from the grammar).Cyrille Bagard
2023-11-08Make the hexadecimal range processing stronger.Cyrille Bagard
2023-11-02Fix a few regressions thanks to the test suite.Cyrille Bagard
2023-11-01Fix various memory leaks.Cyrille Bagard
2023-10-24Handle big alloctions for strings in conditions with regular expressions.Cyrille Bagard
2023-10-22Fortify the parsing of hexadecimal definitions.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-11Add two new functions to ROST grammar: modpath and maxcommon.Cyrille Bagard
2023-10-07Create some glue between ROST and Kaitai.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-12Get more verbose when an unknown modifier is used in a rule.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-06Disable some code for referencing patterns.Cyrille Bagard
2023-08-06Cosmetic.Cyrille Bagard
2023-08-06Avoid to count the matches of a non-existing pattern.Cyrille Bagard
2023-08-06Make the "condition" section mandatory in a rule.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