summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2024-01-28Implement a basic support for Hyperscan.Cyrille Bagard
2023-11-13Provide some helpers to run ROST with AFL++.Cyrille Bagard
2023-10-20Include sll1-add-hash32 as new custom API hash.Cyrille Bagard
2023-10-07Create some glue between ROST and Kaitai.Cyrille Bagard
2023-10-06Extend the Python API for ROST (items and literals).Cyrille Bagard
2023-10-04Introduce a new plugin for computing API hashes.Cyrille Bagard
2023-10-02Implement Base64 encoding for scan pattern modifications.Cyrille Bagard
2023-09-18Introduce a new tool to convert rules: yara2rost.Cyrille Bagard
2023-09-12Check for CPU features before compiling.Cyrille Bagard
2023-09-12Save current state with some ROST extra features.Cyrille Bagard
2023-09-11Make the configure script follow the user choice about local resources.Cyrille Bagard
2023-09-11Fix the compilation when GTK support is enabled.Cyrille Bagard
2023-09-10Tune the compilation using flags instead of a config file.Cyrille Bagard
2023-08-18Create some modifiers and handle match properties inside ROST.Cyrille Bagard
2023-08-06Use the pkg-config file for OpenSSL as the libcrypto is required.Cyrille Bagard
2023-08-06Add missing Makefiles to the configure script.Cyrille Bagard
2023-08-06Extend the ROST grammar with a first batch of new features.Cyrille Bagard
2023-07-07Fix the configure script.Cyrille Bagard
2023-05-24Define a first implementation of Kaitai parsing.Cyrille Bagard
2023-04-27Replace the old YAML parser by another one relying on the external libyaml ↵Cyrille Bagard
library.
2023-01-30Save an initial version of rost.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-09-22Fix runtime Python warnings for all # variants of formats.Cyrille Bagard
2022-05-29Rely on the new "--embed" switch to link the Python extension/interpreter ↵Cyrille Bagard
plugin.
2022-02-22Include cURL support for network operations.Cyrille Bagard
2021-04-17Remove hardcoded run paths from libraries.Cyrille Bagard
2021-04-06Provide several kinds of hashes for binary files.Cyrille Bagard
2021-04-06Inject known names for PE imports by ordinals.Cyrille Bagard
2021-04-05Build a partial working support for the PE format.Cyrille Bagard
2021-03-23Fix the configuration script.Cyrille Bagard
2021-03-23Complete the configuration summary.Cyrille Bagard
2021-03-23Register missing requirements for the pkg-config metadata file.Cyrille Bagard
2021-02-07Created the right place for plugins in the Python API.Cyrille Bagard
2021-01-11Created a SVG logo and a configuration to register desktop entries.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-12-24Created the basics of a new panel for binary content glimpse.Cyrille Bagard
2020-12-24Ported the panel update mechanisms to the Python API.Cyrille Bagard
2020-10-20Detected when Position Independent Code is needed.Cyrille Bagard
2020-08-18Refreshed the rendering for newly added bookmarks.Cyrille Bagard
2020-08-16Extended the File menu to run external Python scripts on demand.Cyrille Bagard
2020-07-14Extended the theme definitions.Cyrille Bagard
2020-07-07Saved the first steps toward a new serialization system.Cyrille Bagard
2020-05-25Provided a way to relocate built binaries.Cyrille Bagard
2020-02-17Relocated the undefined instructions.Cyrille Bagard
2019-11-12Created a small Python GUI plugin to inspect data.Cyrille Bagard
2019-11-09Introduced the first features of a hexadecimal viewer.Cyrille Bagard
2019-11-01Added support for Yaml content.Cyrille Bagard
2019-07-07Added support for Android boot images.Cyrille Bagard
2019-07-01Added support for Android backup files.Cyrille Bagard