summaryrefslogtreecommitdiff
path: root/src/analysis/scan/patterns/tokens
AgeCommit message (Expand)Author
2024-03-03Use a global allocator to store (partial) matches.Cyrille Bagard
2024-02-23Fix three bugs in the atom selection function.Cyrille Bagard
2024-02-08Discard bit fields to find the bast atoms.Cyrille Bagard
2024-01-28Disable some debug messages.Cyrille Bagard
2024-01-21Refactor the scan match storage.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-10-24Ensure patterns found at the edges of scanned content do not crash the scanner.Cyrille Bagard
2023-10-22Do not expect initialized trackers when there is no real defined search pattern.Cyrille Bagard
2023-10-22Consider the 'a' character as a valid lowercase character.Cyrille Bagard
2023-10-11Add two new functions to ROST grammar: modpath and maxcommon.Cyrille Bagard
2023-10-07Update the test suite for ROST.Cyrille Bagard
2023-10-05Rename search tokens from "string" to "bytes".Cyrille Bagard
2023-10-01Introduce parameters for scan pattern modifiers.Cyrille Bagard
2023-09-12Delete lots of debug output.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-01-30Save an initial version of rost.Cyrille Bagard