summaryrefslogtreecommitdiff
path: root/plugins/elf
AgeCommit message (Expand)Author
2018-06-21Loaded strings from ELF files using all threads.Cyrille Bagard
2018-06-19Updated Makefiles to create only one _PyGObject_API structure.Cyrille Bagard
2018-06-18Ensured each plugin dependency can be found at runtime.Cyrille Bagard
2018-06-04Defined the number of threads to run from a centralized function.Cyrille Bagard
2018-05-24Handled null virtual addresses with more care.Cyrille Bagard
2018-05-24Translated offsets and addresses with more accuracy.Cyrille Bagard
2018-05-19Handled special values in ELF arrays properly (as stated in comments).Cyrille Bagard
2018-05-16Fixed a bug in the relocation offset computation.Cyrille Bagard
2018-05-09Simplified the content loading handling.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-22Used the provided work group while loading ELF formats.Cyrille Bagard
2018-04-22Included all plugins headers in the installation process.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-10Typo.Cyrille Bagard
2018-04-05Fixed and updated GType macros dealing with non-existent interfaces.Cyrille Bagard
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