summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-06Prevent the ACISM backend from crashing when a scan is performed with no patt...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-06-06Clean and reorganize a little bit the code for Kaitai.Cyrille Bagard
2023-05-21Create a placeholder for Python registered items in order to keep scans working.Cyrille Bagard
2023-05-21Delete an extra level of types for the Python bindings instructions.Cyrille Bagard
2023-05-15Include a missing header.Cyrille Bagard
2023-05-15Handle strings with length for parsing.Cyrille Bagard
2023-05-15Sort signed and unsigned long long value when required.Cyrille Bagard
2023-04-21Implement the itoa() non-standard function.Cyrille Bagard
2023-01-30Save an initial version of rost.Cyrille Bagard
2023-01-29Define a new interface to compare items.Cyrille Bagard
2023-01-29Do not allocate memory for file mmap()'ed contents.Cyrille Bagard
2023-01-29Retrieve CPU capabilities.Cyrille Bagard
2023-01-03Fix some mistakes in bitfield operations.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude cURL on demand.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2022-12-09Allow OR operations in bit fields at a given position.Cyrille Bagard
2022-12-07Provide functions to test bit fields against bit fields.Cyrille Bagard
2022-09-05Typo.Cyrille Bagard
2022-08-18Create a function extending strings thanks to a format and its arguments.Cyrille Bagard
2022-08-17Disable the extra data storage inside the GObject structure.Cyrille Bagard
2022-06-06Fix comments.Cyrille Bagard
2022-02-22Extend XML features.Cyrille Bagard
2022-02-22Include cURL support for network operations.Cyrille Bagard
2022-02-22Handle regcomp() errors as log messages.Cyrille Bagard
2022-02-22Introduce a generic way to subclass Python analysis clients.Cyrille Bagard
2022-02-21Make the server drive the network exchanges.Cyrille Bagard
2022-02-21Define the first steps towards format serialization.Cyrille Bagard
2021-12-30Create generic functions to load and store operands.Cyrille Bagard
2021-12-26Provide a method to hash all ARMv7 operands.Cyrille Bagard
2021-11-30Ensure the processor is known when providing the content class.Cyrille Bagard
2021-11-30Access demanglers by key.Cyrille Bagard
2021-11-14Prevent usage of removed clients.Cyrille Bagard
2021-10-24Use the loaded content class hints in the DB archives.Cyrille Bagard
2021-10-24Fix mistakes in reference counters for binary contents.Cyrille Bagard
2021-10-24Link a class to loaded content nature.Cyrille Bagard
2021-10-14Improve some reference counters inside binary contents.Cyrille Bagard
2021-10-12Reorganize the remaining code for binary contents.Cyrille Bagard
2021-10-12Update code for restricted contents.Cyrille Bagard
2021-10-08Extract filenames when creating content attributes.Cyrille Bagard
2021-09-30Move loaded contents from interface to object structures.Cyrille Bagard
2021-09-28Rely on a generic task to analyze loaded content.Cyrille Bagard
2021-09-26Provide a serialization capability for operands.Cyrille Bagard
2021-08-24Serialize registers when needed.Cyrille Bagard
2021-08-21Delete an unused "meta" instruction.Cyrille Bagard
2021-08-21Define all architecture instructions as serializable.Cyrille Bagard
2021-08-20Prepare architecture processors for serialization.Cyrille Bagard