summaryrefslogtreecommitdiff
path: root/src/analysis
AgeCommit message (Collapse)Author
8 daysFix the compilation in debug mode.HEADmasterCyrille Bagard
2024-03-04Share instances to avoid extra calls to g_object_[un]ref().Cyrille Bagard
2024-03-03Use a global allocator to store (partial) matches.Cyrille Bagard
2024-03-03Restore mixed hexadecimal pattern support.Cyrille Bagard
2024-02-26Let the OS schedule the scan process.Cyrille Bagard
2024-02-24Provide the match count for bytes using the generic API.Cyrille Bagard
2024-02-24Rely on the ACISM tree to detect identical patterns.Cyrille Bagard
2024-02-23Fix three bugs in the atom selection function.Cyrille Bagard
2024-02-20Share GObject instances between scan contexts and matches.Cyrille Bagard
2024-02-18Read escaped strings faster.Cyrille Bagard
2024-02-17Remove the need of backing up inside the rule lexer.Cyrille Bagard
2024-02-08Discard bit fields to find the bast atoms.Cyrille Bagard
2024-02-06Find free interleaving indexes for the ACISM backend using a dedicated search.Cyrille Bagard
2024-02-05Cosmetic.Cyrille Bagard
2024-01-28Implement a basic support for Hyperscan.Cyrille Bagard
2024-01-28Update the current scan backend warm-up.Cyrille Bagard
2024-01-28Disable some debug messages.Cyrille Bagard
2024-01-21Refactor the scan match storage.Cyrille Bagard
2023-12-22Refactor the ACISM backend a little bit.Cyrille Bagard
2023-12-15Compute the right code for bytes when relying on byte frequencies.Cyrille Bagard
2023-11-28Optimize the registration of full matches.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-12Dump some ROST keywords on request.Cyrille Bagard
2023-11-08Remove debug output.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-01Accept empty strings as meta data and conditions once again.Cyrille Bagard
2023-11-01Fix various memory leaks.Cyrille Bagard
2023-10-24Ensure patterns found at the edges of scanned content do not crash the scanner.Cyrille Bagard
2023-10-24Handle big alloctions for strings in conditions with regular expressions.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-22Fortify the parsing of hexadecimal definitions.Cyrille Bagard
2023-10-22Handle the case where no common item is found from an empty set.Cyrille Bagard
2023-10-22Replace some tokens by their value.Cyrille Bagard
2023-10-22Expect only one argument for the not operator, even in debug mode.Cyrille Bagard
2023-10-22Provide the size of a rule without recomputing it.Cyrille Bagard
2023-10-16Improve the code and fix mistakes.Cyrille Bagard
2023-10-16Fix a Use-After-Free.Cyrille Bagard
2023-10-16Fix code in non debug mode.Cyrille Bagard
2023-10-15Allow many arguments for the count() function.Cyrille Bagard
2023-10-15Handle more fuzzy pattern properties.Cyrille Bagard
2023-10-14Fix the scan status for some cases.Cyrille Bagard
2023-10-13Pipe pattern modifiers when requested.Cyrille Bagard
2023-10-12Implement two extra modifiers for ROST: "lower" and "upper".Cyrille Bagard
2023-10-12Include a "wide" modifier for ROST patterns.Cyrille Bagard
2023-10-11Add two new functions to ROST grammar: modpath and maxcommon.Cyrille Bagard
2023-10-10Introduce a "wide" function in order to deal with UTF-16 in match conditions.Cyrille Bagard
2023-10-09Load Kaitai definitions from $KSPATH when needed.Cyrille Bagard