Age | Commit message (Expand) | Author |
2025-01-15 | Introduce a few new helper files for local execution. | Cyrille Bagard |
2024-08-24 | Take more GSettings schemas into account in a generic way. | Cyrille Bagard |
2024-05-05 | Save and restore the application state from global settings. | Cyrille Bagard |
2023-11-16 | Clean the Python script converting the ROST grammar. | Cyrille Bagard |
2023-11-14 | Improve the ROST grammar translation for AFL++.* | Cyrille Bagard |
2023-11-13 | Provide some helpers to run ROST with AFL++. | Cyrille Bagard |
2023-11-06 | Include a suppressions file for Valgrind. | Cyrille Bagard |
2023-09-18 | Introduce a new tool to convert rules: yara2rost. | Cyrille Bagard |
2022-08-21 | Fix some header guard comments. | Cyrille Bagard |
2021-07-26 | Create a usefull helper for loading local Python bindings. | Cyrille Bagard |
2021-04-06 | Inject known names for PE imports by ordinals. | Cyrille Bagard |
2021-01-05 | Fortified the d2c compiler by checking asprint() return values. | Cyrille Bagard |
2020-12-11 | Updated code to comply with the coding style. | Cyrille Bagard |
2020-09-12 | Noted a special attention to a potential special case. | Cyrille Bagard |
2020-09-09 | Removed the "see" action from available rule actions. | Cyrille Bagard |
2020-09-09 | Finalized the export of read functions on demand. | Cyrille Bagard |
2020-02-04 | Updated copyright headers. | Cyrille Bagard |
2019-10-26 | Fixed warnings and errors from the compiler providing architectures support. | Cyrille Bagard |
2019-03-22 | Typo. | Cyrille Bagard |
2019-01-25 | Fixed some Thumb decodings for ARMv7 branch instructions. | Cyrille Bagard |
2019-01-23 | Prepared a toolbar for actions on basic blocks. | Cyrille Bagard |
2018-10-30 | Defined the parent directory as the working location for generation. | Cyrille Bagard |
2018-10-30 | Simplified file creations in the code generator. | Cyrille Bagard |
2018-10-28 | Updated some rules for the opcode generator. | Cyrille Bagard |
2018-08-29 | Fixed the dist rule in Makefiles. | Cyrille Bagard |
2018-07-02 | Improved the Itanium C++ demangling. | Cyrille Bagard |
2018-05-31 | Handled lists of simples ARMv7 SIMD registers. | Cyrille Bagard |
2018-05-28 | Included support for ARMv7 system instructions. | Cyrille Bagard |
2018-05-28 | Cleaned code. | Cyrille Bagard |
2018-05-17 | Fixed some generated instruction identifiers. | Cyrille Bagard |
2018-05-14 | Included all generated headers as generated files. | Cyrille Bagard |
2018-05-14 | Used unique identifiers for instructions everywhere. | Cyrille Bagard |
2018-05-07 | Fixed the usage message of the tool generating online documentation. | Cyrille Bagard |
2018-04-05 | Changed Foobar to Chrysalide in all GPL headers. | Cyrille Bagard |
2018-04-05 | French typo. | Cyrille Bagard |
2018-04-02 | Removed lots of uninitialized uses, mostly in NDEBUG mode. | Cyrille Bagard |
2018-04-02 | Rewritten the whole instruction definition format. | Cyrille Bagard |
2018-01-24 | Typo. | Cyrille Bagard |
2017-10-18 | Created plugins for the Dex and Dalvik support. | Cyrille Bagard |
2017-04-20 | Shared immediate operands in order to avoid useless allocations. | Cyrille Bagard |
2017-02-14 | Fixed the creation of distribution tarballs. | Cyrille Bagard |
2017-01-06 | Built a fresh list for POTFILES when initializing the sources. | Cyrille Bagard |
2016-12-31 | Updated all copyrights. | Cyrille Bagard |
2016-11-03 | Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'. | Cyrille Bagard |
2016-10-29 | Reduced once again the size of the main instruction structure. | Cyrille Bagard |
2016-10-28 | Stored instruction hooks in the data section rather than in the heap. | Cyrille Bagard |
2016-10-16 | Marked ARMv7 instructions which pop the PC register as return points. | Cyrille Bagard |
2016-05-22 | Extended the compiler to transform all the new ARMv7 encoding definitions. | Cyrille Bagard |
2016-04-27 | Forgot the old yylval global variable usage completely. | Cyrille Bagard |
2016-04-24 | Handled hooks and rules in Dalvik opcodes definitions. | Cyrille Bagard |