Age | Commit message (Expand) | Author |
2020-04-04 | Simplified the plugin interface. | Cyrille Bagard |
2020-02-04 | Updated copyright headers. | Cyrille Bagard |
2019-06-24 | Referenced all accesses to the main window. | Cyrille Bagard |
2019-05-12 | Simplified the way processors are registered. | Cyrille Bagard |
2019-03-25 | Avoided stack overflows with empty dynamic parameters. | Cyrille Bagard |
2019-02-04 | Added an option to drop Python support at compilation time. | Cyrille Bagard |
2019-01-21 | Provided a way to register new available processors from Python. | Cyrille Bagard |
2019-01-03 | Defined a dynamic type for each plugin. | Cyrille Bagard |
2019-01-02 | Avoided playing with fire and local variable addresses. | Cyrille Bagard |
2018-11-28 | Adapted ROP finding to architectures in a better way. | Cyrille Bagard |
2018-11-28 | Unblocked access to the ROP tool pages. | Cyrille Bagard |
2018-09-18 | Removed the old way to load binaries. | Cyrille Bagard |
2018-08-31 | Changed the location of installed plugins. | Cyrille Bagard |
2018-07-16 | Applied a new GUI update with the new loaded panels features. | Cyrille Bagard |
2018-06-19 | Updated Makefiles to create only one _PyGObject_API structure. | Cyrille Bagard |
2018-06-18 | Ensured each plugin dependency can be found at runtime. | Cyrille Bagard |
2018-04-22 | Included all plugins headers in the installation process. | Cyrille Bagard |
2018-04-21 | Reduced the number of generated shared objects. | Cyrille Bagard |
2018-04-13 | Resolved paths using the Autoconf preset output variable top_srcdir. | Cyrille Bagard |
2018-04-05 | Changed Foobar to Chrysalide in all GPL headers. | Cyrille Bagard |
2017-12-31 | Updated the ROP gadgets finder. | Cyrille Bagard |
2017-12-29 | Killed the last uses of the deprecated gtk_widget_override_color() function. | Cyrille Bagard |
2017-12-02 | Created a plugin for the ARM support. | Cyrille Bagard |
2017-10-25 | Created a cache for Dalvik registers. | Cyrille Bagard |
2017-10-01 | Defined the ELF support as plugin. | Cyrille Bagard |
2017-08-29 | Skipped the link to the global reference space when loading plugins. | Cyrille Bagard |
2017-08-21 | Fixed installation directories. | Cyrille Bagard |
2017-05-10 | Removed the link to binary content used for printing from instructions. | Cyrille Bagard |
2017-01-01 | Removed usage of deprecated functions when looking for ROP gadgets. | Cyrille Bagard |
2016-12-31 | Updated all copyrights. | Cyrille Bagard |
2016-12-30 | Rewritten the line buffers using generators and on-demand building to save me... | Cyrille Bagard |
2016-12-29 | Cut binary data into several areas using all the available CPUs and less memory. | Cyrille Bagard |
2016-12-12 | Applied some code refactoring to remove usages of GBinFormat in favor of GExe... | Cyrille Bagard |
2016-11-03 | Counted references for each provided binary format. | Cyrille Bagard |
2016-11-03 | Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'. | Cyrille Bagard |
2016-02-01 | Defined all Dalvik instructions to get generated by d2c. | Cyrille Bagard |
2015-11-11 | Fixed most of the warnings about use of uninitialized data. | Cyrille Bagard |
2015-10-10 | Fixed all remaining gtk warnings about deprecated declarations. | Cyrille Bagard |
2015-09-19 | Extended the prototype for matching formats in order to get it suitable for p... | Cyrille Bagard |
2015-09-11 | Created an interface from the original GBinContent object. | Cyrille Bagard |
2015-08-12 | Extended the loading process of binary formats to prepare the DWARF support. | Cyrille Bagard |
2015-07-24 | Replaced all remaining raw accesses to binary contents with the GBinContent w... | Cyrille Bagard |
2015-07-16 | Used the binary contents a little bit more. | Cyrille Bagard |
2015-07-14 | Moved the project information into the analysis domain. | Cyrille Bagard |
2015-07-12 | Defined AIF_RETURN_POINT to replace the previous 'return' accessors. | Cyrille Bagard |
2015-05-11 | Provided a way to look for ROP gadgets in binary code. | Cyrille Bagard |