summaryrefslogtreecommitdiff
path: root/plugins/ropgadgets
AgeCommit message (Expand)Author
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
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2021-04-17Remove hardcoded run paths from libraries.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-08-15Rebuilt the main interface using Glade.Cyrille Bagard
2020-07-27Replaced all BLC_* constants by the new DLC_* values.Cyrille Bagard
2020-07-26Updated the process collecting line widths.Cyrille Bagard
2020-07-26Removed dead code.Cyrille Bagard
2020-07-14Updated the code handling binary contents.Cyrille Bagard
2020-05-21Changed the hierarchy of format objects.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-06-24Referenced all accesses to the main window.Cyrille Bagard
2019-05-12Simplified the way processors are registered.Cyrille Bagard
2019-03-25Avoided stack overflows with empty dynamic parameters.Cyrille Bagard
2019-02-04Added an option to drop Python support at compilation time.Cyrille Bagard
2019-01-21Provided a way to register new available processors from Python.Cyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2019-01-02Avoided playing with fire and local variable addresses.Cyrille Bagard
2018-11-28Adapted ROP finding to architectures in a better way.Cyrille Bagard
2018-11-28Unblocked access to the ROP tool pages.Cyrille Bagard
2018-09-18Removed the old way to load binaries.Cyrille Bagard
2018-08-31Changed the location of installed plugins.Cyrille Bagard
2018-07-16Applied a new GUI update with the new loaded panels features.Cyrille Bagard
2018-06-19Updated Makefiles to create only one _PyGObject_API structure.Cyrille Bagard
2018-06-18Ensured each plugin dependency can be found at runtime.Cyrille Bagard
2018-04-22Included all plugins headers in the installation process.Cyrille Bagard
2018-04-21Reduced the number of generated shared objects.Cyrille Bagard
2018-04-13Resolved paths using the Autoconf preset output variable top_srcdir.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2017-12-31Updated the ROP gadgets finder.Cyrille Bagard
2017-12-29Killed the last uses of the deprecated gtk_widget_override_color() function.Cyrille Bagard
2017-12-02Created a plugin for the ARM support.Cyrille Bagard
2017-10-25Created a cache for Dalvik registers.Cyrille Bagard
2017-10-01Defined the ELF support as plugin.Cyrille Bagard
2017-08-29Skipped the link to the global reference space when loading plugins.Cyrille Bagard
2017-08-21Fixed installation directories.Cyrille Bagard
2017-05-10Removed the link to binary content used for printing from instructions.Cyrille Bagard
2017-01-01Removed usage of deprecated functions when looking for ROP gadgets.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-30Rewritten the line buffers using generators and on-demand building to save me...Cyrille Bagard
2016-12-29Cut binary data into several areas using all the available CPUs and less memory.Cyrille Bagard
2016-12-12Applied some code refactoring to remove usages of GBinFormat in favor of GExe...Cyrille Bagard
2016-11-03Counted references for each provided binary format.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-02-01Defined all Dalvik instructions to get generated by d2c.Cyrille Bagard
2015-11-11Fixed most of the warnings about use of uninitialized data.Cyrille Bagard
2015-10-10Fixed all remaining gtk warnings about deprecated declarations.Cyrille Bagard
2015-09-19Extended the prototype for matching formats in order to get it suitable for p...Cyrille Bagard