summaryrefslogtreecommitdiff
path: root/plugins/elf/python
AgeCommit message (Expand)Author
2018-08-30Fixed some Python method signatures.Cyrille Bagard
2018-08-18Removed a useless cast in the Python bindings.Cyrille Bagard
2018-08-16Reorganized the Python plugin code.Cyrille Bagard
2018-06-19Updated Makefiles to create only one _PyGObject_API structure.Cyrille Bagard
2018-05-07Described binary formats and improved their loading.Cyrille Bagard
2018-05-07Extended the Python bindings for the Dex format.Cyrille Bagard
2018-04-22Included all plugins headers in the installation process.Cyrille Bagard
2018-04-21Improved the way file formats are detected and loaded.Cyrille Bagard
2018-02-16Extended the ELF format support.Cyrille Bagard
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-15Typo.Cyrille Bagard
2017-11-30Marked some arguments as optional for loading formats with Python.Cyrille Bagard
2017-11-29Provided the list of needed shared objects for an Elf binary.Cyrille Bagard
2017-11-12Updated the list of tags for ELF dynamic entries.Cyrille Bagard
2017-10-18Created plugins for the Dex and Dalvik support.Cyrille Bagard
2017-10-15Refactored ELF related code.Cyrille Bagard
2017-10-01Defined the ELF support as plugin.Cyrille Bagard