summaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Expand)Author
2020-02-04Updated copyright headers.Cyrille Bagard
2019-07-31Added extra error messages to improve plugin loading.Cyrille Bagard
2019-07-22Allowed plugins to extend the current theme.Cyrille Bagard
2019-07-07Added support for Android boot images.Cyrille Bagard
2019-05-12Updated some plugin interfaces.Cyrille Bagard
2019-03-25Avoided stack overflows with empty dynamic parameters.Cyrille Bagard
2019-03-23Removed references to local sources if required.Cyrille Bagard
2019-02-09Fixed another batch of memory leaks.Cyrille Bagard
2019-02-04Added an option to drop Python support at compilation time.Cyrille Bagard
2019-01-31Queried the parent type of copied dynamic instances.Cyrille Bagard
2019-01-22Allowed to initialize instances of created dynamic types if needed.Cyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2018-12-27Updated the API in order to allow Python plugins to rely on native plugins.Cyrille Bagard
2018-11-18Allowed to attach debug information to formats.Cyrille Bagard
2018-10-17Extended themes from plugins CSS definitions.Cyrille Bagard
2018-10-14Cleaned code.Cyrille Bagard
2018-10-14Refined measures of elapsed time.Cyrille Bagard
2018-10-03Handled missing runtime librairies for Python GObject bindings.Cyrille Bagard
2018-09-19Deleted old dead code for plugins.Cyrille Bagard
2018-09-18Removed the old way to load binaries.Cyrille Bagard
2018-08-06Extended the API to allow obfuscators detections.Cyrille Bagard
2018-07-23Tracked the reference counter for plugins with more care.Cyrille Bagard
2018-07-23Created a hook to act when loaded content analysis is over.Cyrille Bagard
2018-07-21Simplified the logging system for plugins.Cyrille Bagard
2018-06-17Extended the environment provided with the plugins API.Cyrille Bagard
2018-05-09Simplified the content loading handling.Cyrille Bagard
2018-04-22Deleted obsolete plugin files.Cyrille Bagard
2018-04-22Installed the core headers in the right place for plugins.Cyrille Bagard
2018-04-21Reduced the number of generated shared objects.Cyrille Bagard
2018-04-21Improved the way file formats are detected and loaded.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-02Created a plugin for the ARM support.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-30Checked the ABI version before loading plugins.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
2017-05-05Inserted preloaded format information from instructions instead of symbols.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-12Applied some code refactoring to remove usages of GBinFormat in favor of GExe...Cyrille Bagard
2016-12-04Read ELF notes when requested.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-09-11Displayed more details about the loading process in the status bar.Cyrille Bagard
2015-09-19Extended the prototype for matching formats in order to get it suitable for p...Cyrille Bagard
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard
2015-08-27Redefined and improved the load process for Python plugins.Cyrille Bagard
2015-05-11Provided a way to look for ROP gadgets in binary code.Cyrille Bagard
2015-04-25Included a new plugin to mark calls to exit() functions as return points.Cyrille Bagard