summaryrefslogtreecommitdiff
path: root/src/format/elf/strings.c
AgeCommit message (Expand)Author
2017-10-01Defined the ELF support as plugin.Cyrille Bagard
2017-08-27Took into account that some instruction creations may fail.Cyrille Bagard
2017-08-16Kept only the first submission when preloading instructions.Cyrille Bagard
2017-05-16Merged routines into symbols.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-22Ensured all string symbols referenced by instructions get a label.Cyrille Bagard
2017-03-20Taken the last byte into account when analyzing the string section.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard
2015-07-24Replaced all remaining raw accesses to binary contents with the GBinContent w...Cyrille Bagard
2015-07-12Cleaned the code handling binary symbols.Cyrille Bagard
2015-03-28Provided readelf features as an external plugin.Cyrille Bagard
2015-03-03Loaded and displayed found strings in ELF.Cyrille Bagard
2014-08-19Added a demo symbol when loading an ELF header.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2010-04-05Reorganized the ELF header (32 or 64 bits).Cyrille Bagard
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard
2009-07-15Restored the routine address resolution.Cyrille Bagard
2009-04-12Created a debugging layout and introduced a heavier use of GLib.Cyrille Bagard
2008-10-29Do not relied on section names anymore.Cyrille Bagard
2008-10-20Registered all found strings in binaries.Cyrille Bagard