summaryrefslogtreecommitdiff
path: root/src/analysis/scan/rule.c
AgeCommit message (Expand)Author
2024-03-04Share instances to avoid extra calls to g_object_[un]ref().Cyrille Bagard
2024-02-20Share GObject instances between scan contexts and matches.Cyrille Bagard
2024-01-21Refactor the scan match storage.Cyrille Bagard
2023-11-28Optimize the registration of full matches.Cyrille Bagard
2023-11-01Fix various memory leaks.Cyrille Bagard
2023-10-14Fix the scan status for some cases.Cyrille Bagard
2023-10-11Add two new functions to ROST grammar: modpath and maxcommon.Cyrille Bagard
2023-10-05Rename search tokens from "string" to "bytes".Cyrille Bagard
2023-09-27Include the scan target in JSON results.Cyrille Bagard
2023-09-26Display tags on demand with ROST.Cyrille Bagard
2023-09-25Handle tags linked to ROST rules.Cyrille Bagard
2023-09-25Handle private and global rules.Cyrille Bagard
2023-09-12Delete lots of debug output.Cyrille Bagard
2023-09-12Complete the output of scan results (text or JSON).Cyrille Bagard
2023-09-12Introduce verbosity levels when displaying scan results as text.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-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