summaryrefslogtreecommitdiff
path: root/src/format/elf/elf.c
AgeCommit message (Expand)Author
2017-10-01Defined the ELF support as plugin.Cyrille Bagard
2017-08-17Resolved some extra program header types specific to ARM.Cyrille Bagard
2017-08-16Ensured all registered binary portions are fully included in the file.Cyrille Bagard
2017-07-15Truncated binary portions to fit the binary content size if needed.Cyrille Bagard
2017-07-08Scrolled to the main address at startup without using a nested function.Cyrille Bagard
2017-05-12Added the ELF strings to the preloaded instruction list.Cyrille Bagard
2017-03-31Extracted strings from some extra ELF sections.Cyrille Bagard
2017-03-29Handled areas which are not allocated in memory.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-29Cut binary data into several areas using all the available CPUs and less memory.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
2016-05-19Loaded the ELF internal symbols using all the available CPUs.Cyrille Bagard
2016-03-14Improved the basic support of Dwarf information.Cyrille Bagard
2016-02-10Improved the support of the DEX format.Cyrille Bagard
2015-12-29Handled ELF overlapping program and section headers.Cyrille Bagard
2015-12-28Defined layers to register all kinds of binary portions.Cyrille Bagard
2015-11-26Used several threads without lock to disassemble binary code.Cyrille Bagard
2015-10-13Done not load ELF files as DWARF information.Cyrille Bagard
2015-10-09Deleted duplicated symbols to avoid zero-length areas.Cyrille Bagard
2015-10-01Rewritten the whole support of DEX file format.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-12Extended the loading process of binary formats to prepare the DWARF support.Cyrille Bagard
2015-03-29Used real virtual addresses when describing ELF items.Cyrille Bagard
2015-03-28Provided readelf features as an external plugin.Cyrille Bagard
2015-02-11Registered all the supported formats in the system code.Cyrille Bagard
2015-02-09Registered all the supported processors in the system code.Cyrille Bagard
2015-02-03Removed all references to binary parts (GBinPart) and updated the code.Cyrille Bagard
2015-01-31Defined many entry points from many identified potential candidates.Cyrille Bagard
2014-11-29Displayed segments in the disassembly view.Cyrille Bagard
2014-09-16Used the new vmpa_t type in binary portions.Cyrille Bagard
2014-08-19Added a demo symbol when loading an ELF header.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2013-08-31Loaded a binary strip into the editor.Cyrille Bagard
2012-01-11Defined new panel definitions for the editor GUI.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2010-06-27Defined the minimal instruction size for a given architecture.Cyrille Bagard
2010-04-05Reorganized the ELF header (32 or 64 bits).Cyrille Bagard
2010-03-11Added first steps for a full PE support.Cyrille Bagard
2010-01-02Provided ways to load, save and edit some binary parts selection.Cyrille Bagard
2009-12-13Loaded and saved binary parts.Cyrille Bagard
2009-11-18Saved the current work on binary parts selection.Cyrille Bagard
2009-09-15Restored the code using the program headers when no section is found.Cyrille Bagard
2009-09-13Improved the editor window refreshing when several binaries are loaded.Cyrille Bagard
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard