summaryrefslogtreecommitdiff
path: root/src/analysis/scan/exprs
AgeCommit message (Expand)Author
2024-03-04Share instances to avoid extra calls to g_object_[un]ref().Cyrille Bagard
2024-01-21Refactor the scan match storage.Cyrille Bagard
2023-11-15Ban pattern count indexes sooner (from the grammar).Cyrille Bagard
2023-11-01Fix various memory leaks.Cyrille Bagard
2023-10-22Expect only one argument for the not operator, even in debug mode.Cyrille Bagard
2023-10-16Improve the code and fix mistakes.Cyrille Bagard
2023-10-15Handle more fuzzy pattern properties.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-06Rename the registered items for ROST to make their name more expressive.Cyrille Bagard
2023-09-12Count matches from a set of patterns.Cyrille Bagard
2023-09-12Save current state with some ROST extra features.Cyrille Bagard
2023-09-12Remove old unused code.Cyrille Bagard
2023-08-18Create some modifiers and handle match properties inside ROST.Cyrille Bagard
2023-08-07Reject any rule referencing itself as match conditionCyrille Bagard
2023-08-06Reject calls on non callable expressions softly (and fix a little coding mist...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