summaryrefslogtreecommitdiff
path: root/plugins/elf
AgeCommit message (Expand)Author
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-04-02Removed lots of uninitialized uses, mostly in NDEBUG mode.Cyrille Bagard
2018-02-16Extended the ELF format support.Cyrille Bagard
2018-01-30Moved the mangling related code.Cyrille Bagard
2018-01-29Introduced specific operations for ELF architectures.Cyrille Bagard
2018-01-29Handled properly imported/exported ELF symbols, as well as all other symbols.Cyrille Bagard
2018-01-26Cleaned some format loading processes.Cyrille Bagard
2018-01-16Changed the Python bindings source directory and updated code.Cyrille Bagard
2018-01-13Handled the logs from the GUI, the command line and the Python bindings.Cyrille Bagard
2018-01-07Suffixed ELF PLT entries with "@plt" in symbol names.Cyrille Bagard
2017-12-31Provided access to Elf structures from Python.Cyrille Bagard
2017-12-15Typo.Cyrille Bagard
2017-12-08Introduced the symbol visibility.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-25Created a cache for Dalvik registers.Cyrille Bagard
2017-10-18Created plugins for the Dex and Dalvik support.Cyrille Bagard
2017-10-15Refactored ELF related code.Cyrille Bagard
2017-10-04Updated and improved the plugin system.Cyrille Bagard
2017-10-01Defined the ELF support as plugin.Cyrille Bagard