summaryrefslogtreecommitdiff
path: root/plugins/pychrysa/pychrysa.c
AgeCommit message (Expand)Author
2018-01-16Changed the Python bindings source directory and updated code.Cyrille Bagard
2017-12-31Provided access to Elf structures from Python.Cyrille Bagard
2017-12-07Synchronised the Python bindings: made routines inherit from symbols.Cyrille Bagard
2017-10-25Ensured the Python modules are available for other plugins in standalone mode.Cyrille Bagard
2017-10-01Defined the ELF support as plugin.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-08-27Deleted the reference to the main window in all panels.Cyrille Bagard
2017-08-22Reorganized the global variables for the work queue singleton.Cyrille Bagard
2017-08-12Fixed many mistakes in the Python bindings.Cyrille Bagard
2017-07-28Replaced the deprecated readdir_r() function by readdir() calls.Cyrille Bagard
2017-07-27Fixed several mistakes in the Python bindings.Cyrille Bagard
2017-03-19Provided initial features for debugging using GDB.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-07-30Registered properly the PyGObject wrappers for Python classes.Cyrille Bagard
2016-04-03Fixed a mistake when building the work queues from Python.Cyrille Bagard
2015-11-09Avoided to load the status bar twice and to crash in the worst case.Cyrille Bagard
2015-11-03Retrieved the revision number using M4 instead of shell.Cyrille Bagard
2015-10-16Prevented some mistakes pointed by Melkor.Cyrille Bagard
2015-09-01Added a welcome panel as plugin using Python.Cyrille Bagard
2015-08-27Redefined and improved the load process for Python plugins.Cyrille Bagard
2015-07-18Forbidden a missing header.Cyrille Bagard
2015-07-17Updated the Python bindings.Cyrille Bagard
2015-02-16Added a basic support for Mobicore truslets.Cyrille Bagard
2015-02-09Registered all the supported processors in the system code.Cyrille Bagard
2014-07-10Fully rewritten the core configuration system.Cyrille Bagard
2014-06-25Built the first steps to upgrade to Python3.Cyrille Bagard
2014-06-03Disabled all accesses to GTK3 from Python.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2014-01-02Fixed major issues with wrong Python refcounting.Cyrille Bagard
2013-01-20Restored a fully functional access to the log panel.Cyrille Bagard
2012-12-28Created Python objects for the GtkBlockView widgets and fixed some bugs.Cyrille Bagard
2012-12-21Resolved relative addresses for routines and fixed bugs related to PyGObjects...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-09-15Shown all Android permissions with links to the code.Cyrille Bagard
2012-08-06Saved progress toward the Android permissions display.Cyrille Bagard
2012-08-03Loaded the permissions used by an APK file.Cyrille Bagard
2012-03-17Created the 'pychrysa' Python plugin from the 'pyoida' one.Cyrille Bagard