summaryrefslogtreecommitdiff
path: root/src/plugins/pglist.c
AgeCommit message (Expand)Author
2023-11-06Fix newly detected memory leaks.Cyrille Bagard
2023-11-01Fix various memory leaks.Cyrille Bagard
2021-05-28Typo.Cyrille Bagard
2021-04-18Use the suitable macro for error messages.Cyrille Bagard
2021-04-17Remove hardcoded run paths from libraries.Cyrille Bagard
2021-02-09Fixed plugins exit.Cyrille Bagard
2021-02-07Extended the Python API to list plugins.Cyrille Bagard
2021-01-09Looked for extra plugins from the CHRYSALIDE_PLUGINS_PATH environment variable.Cyrille Bagard
2020-12-31Offered a custom configuration facility to each plugin.Cyrille Bagard
2020-12-06Extended the plugin API to notify several stages of loading.Cyrille Bagard
2020-05-25Provided a way to relocate built binaries.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-03-23Removed references to local sources if required.Cyrille Bagard
2018-12-27Updated the API in order to allow Python plugins to rely on native plugins.Cyrille Bagard
2018-07-23Tracked the reference counter for plugins with more care.Cyrille Bagard
2017-10-25Ensured the Python modules are available for other plugins in standalone mode.Cyrille Bagard
2017-10-04Updated and improved the plugin system.Cyrille Bagard
2017-09-30Handled dependencies when loading plugins.Cyrille Bagard
2017-08-29Skipped the link to the global reference space when loading plugins.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-04Read ELF notes when requested.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2015-05-11Provided a way to look for ROP gadgets in binary code.Cyrille Bagard
2015-01-26Begun to rewrite the whole plugins system.Cyrille Bagard
2014-06-02Removed all references to gdk_threads_* as calls have to be made from the mai...Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2012-12-21Unloaded loaded plugins and (started to) avoid memory leaks.Cyrille Bagard
2012-12-18Created a proper panel for the Android permissions in the editor.Cyrille Bagard
2012-12-16Reintroduced the delayed disassembling of binaries.Cyrille Bagard
2012-11-22Replaced the text of some registers (this and parameters).Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2010-05-17Given more details for each operand relative to one DEX pool.Cyrille Bagard
2010-04-11Provided a faster than GTK display buffer.Cyrille Bagard
2010-03-31Implemented first steps to a Python plugins support.Cyrille Bagard
2009-09-30Parsed and replaced ModRM operands.Cyrille Bagard
2009-09-20Rewritten the work queue and fixed thread concurrency.Cyrille Bagard
2009-09-19Improved the pyoida module.Cyrille Bagard
2009-07-26Cleaned and improved the drawing of the block view.Cyrille Bagard
2009-07-19Encapsulated all recognized variables in the stack using a new plugin (need t...Cyrille Bagard
2009-04-29Saved the current work on the overjump plugin.Cyrille Bagard
2009-04-25Saved the current work on plugins.Cyrille Bagard