Age | Commit message (Expand) | Author |
2023-10-18 | Add support for the crc32 checksum. | Cyrille Bagard |
2023-10-18 | Fix (one again) matches for base64 encodings. | Cyrille Bagard |
2023-10-18 | Add support for the DJB2 algorithm. | Cyrille Bagard |
2023-10-16 | Fix some bugs in the base64 implementation. | Cyrille Bagard |
2023-10-15 | Allow many arguments for the count() function. | Cyrille Bagard |
2023-10-15 | Handle more fuzzy pattern properties. | Cyrille Bagard |
2023-10-12 | Implement two extra modifiers for ROST: "lower" and "upper". | Cyrille Bagard |
2023-10-12 | Include a "wide" modifier for ROST patterns. | Cyrille Bagard |
2023-10-11 | Add two new functions to ROST grammar: modpath and maxcommon. | Cyrille Bagard |
2023-10-10 | Introduce a "wide" function in order to deal with UTF-16 in match conditions. | Cyrille Bagard |
2023-10-09 | Support some last missing features from Kaitai: bit fields, instance search o... | Cyrille Bagard |
2023-10-07 | Update the test suite for ROST. | Cyrille Bagard |
2023-10-07 | Create some glue between ROST and Kaitai. | Cyrille Bagard |
2023-10-04 | Introduce a new plugin for computing API hashes. | Cyrille Bagard |
2023-10-02 | Implement Base64 encoding for scan pattern modifications. | Cyrille Bagard |
2023-10-01 | Update tests with last API. | Cyrille Bagard |
2023-10-01 | Introduce parameters for scan pattern modifiers. | Cyrille Bagard |
2023-09-25 | Handle private and global rules. | Cyrille Bagard |
2023-09-12 | Save current state with some ROST extra features. | Cyrille Bagard |
2023-08-18 | Create some modifiers and handle match properties inside ROST. | Cyrille Bagard |
2023-08-07 | Reject any rule referencing itself as match condition | Cyrille Bagard |
2023-08-06 | Reject calls on non callable expressions softly (and fix a little coding mist... | Cyrille Bagard |
2023-08-06 | Clean the code for ROST namespaces. | Cyrille Bagard |
2023-08-06 | Avoid to count the matches of a non-existing pattern. | Cyrille Bagard |
2023-08-06 | Make the "condition" section mandatory in a rule. | Cyrille Bagard |
2023-08-06 | Prevent the ACISM backend from crashing when a scan is performed with no patt... | Cyrille Bagard |
2023-08-06 | Extend the ROST grammar with a first batch of new features. | Cyrille Bagard |
2023-06-06 | Clean and reorganize a little bit the code for Kaitai. | Cyrille Bagard |
2023-05-24 | Define a first implementation of Kaitai parsing. | Cyrille Bagard |
2023-05-07 | Aggregate YAML values from sequences when requested and possible. | Cyrille Bagard |
2023-04-27 | Replace the old YAML parser by another one relying on the external libyaml li... | Cyrille Bagard |
2023-04-21 | Implement the itoa() non-standard function. | Cyrille Bagard |
2023-03-11 | Handle YAML nodes without values. | Cyrille Bagard |
2023-02-04 | Provide constructor to load Yaml contents without external files. | Cyrille Bagard |
2023-01-30 | Save an initial version of rost. | Cyrille Bagard |
2023-01-03 | Fix some mistakes in bitfield operations. | Cyrille Bagard |
2022-12-09 | Allow OR operations in bit fields at a given position. | Cyrille Bagard |
2022-12-07 | Provide functions to test bit fields against bit fields. | Cyrille Bagard |
2022-02-21 | Make the server drive the network exchanges. | Cyrille Bagard |
2021-10-12 | Reorganize the remaining code for binary contents. | Cyrille Bagard |
2021-10-12 | Update code for restricted contents. | Cyrille Bagard |
2021-10-08 | Extract filenames when creating content attributes. | Cyrille Bagard |
2021-07-04 | Store and load binary contents on demand. | Cyrille Bagard |
2021-05-30 | Create a command to list remote binaries. | Cyrille Bagard |
2021-05-29 | Define roles for allowed connections to servers. | Cyrille Bagard |
2021-05-24 | Handle errors with more care when creating certificates. | Cyrille Bagard |
2021-05-17 | Dead with singleton instances containing singleton instances. | Cyrille Bagard |
2021-05-13 | Define the first steps for singleton support. | Cyrille Bagard |
2021-03-23 | Create methods to deal with hex conversions. | Cyrille Bagard |
2021-03-09 | Implement the Pearson hash method. | Cyrille Bagard |