Age | Commit message (Expand) | Author |
2025-03-10 | Prepare a new way to store objects. | Cyrille Bagard |
2025-02-14 | Resolve test schemas dynamically. | Cyrille Bagard |
2025-02-10 | Switch the secure storage to the GObject system. | Cyrille Bagard |
2025-02-08 | Introduce a secure storage. | Cyrille Bagard |
2025-01-29 | Remove tests for an old PyConstvalObject class. | Cyrille Bagard |
2025-01-26 | Define new interfaces for arch operands. | Cyrille Bagard |
2025-01-24 | Delete tests for the old configuration system. | Cyrille Bagard |
2025-01-12 | Rewrite the plugin system. | Cyrille Bagard |
2024-12-16 | Extend the Python API for GObject holes. | Cyrille Bagard |
2024-12-13 | Update the exploitation of the GObject memory hole. | Cyrille Bagard |
2024-12-11 | Move some tests. | Cyrille Bagard |
2024-12-10 | Implement a toString()-like interface. | Cyrille Bagard |
2024-11-24 | Fix the test suite. | Cyrille Bagard |
2024-11-23 | Restore more features for formats. | Cyrille Bagard |
2024-11-15 | Restore a skeleton of support for file formats. | Cyrille Bagard |
2024-11-13 | Prepare class renaming (GBinFormat -> GProgramFormat). | Cyrille Bagard |
2024-06-28 | Handle the XDG directories. | Cyrille Bagard |
2024-06-24 | Create functions suitable for [un]setting only one bit. | Cyrille Bagard |
2024-06-21 | Restore and improve work queues. | Cyrille Bagard |
2024-05-19 | Restore full featured Python bindings for binary contents. | Cyrille Bagard |
2024-04-17 | Create a function to search for the next set bit in bit field.HEADmaster | Cyrille Bagard |
2024-03-03 | Restore mixed hexadecimal pattern support. | Cyrille Bagard |
2024-02-24 | Rely on the ACISM tree to detect identical patterns. | Cyrille Bagard |
2024-01-21 | Refactor the scan match storage. | Cyrille Bagard |
2023-11-15 | Ban pattern count indexes sooner (from the grammar). | Cyrille Bagard |
2023-11-14 | Handle small base64 encodings which may produce few patterns. | Cyrille Bagard |
2023-11-08 | Make the hexadecimal range processing stronger. | Cyrille Bagard |
2023-10-24 | Ensure patterns found at the edges of scanned content do not crash the scanner. | Cyrille Bagard |
2023-10-24 | Handle big alloctions for strings in conditions with regular expressions. | Cyrille Bagard |
2023-10-22 | Do not expect initialized trackers when there is no real defined search pattern. | Cyrille Bagard |
2023-10-22 | Consider the 'a' character as a valid lowercase character. | Cyrille Bagard |
2023-10-22 | Handle the case where no common item is found from an empty set. | Cyrille Bagard |
2023-10-22 | Expect only one argument for the not operator, even in debug mode. | Cyrille Bagard |
2023-10-21 | Implement a few extra customized Windows API hashings. | Cyrille Bagard |
2023-10-20 | Include sll1-add-hash32 as new custom API hash. | Cyrille Bagard |
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 |