summaryrefslogtreecommitdiff
path: root/src/format/elf/helper_x86.c
AgeCommit message (Expand)Author
2017-10-01Defined the ELF support as plugin.Cyrille Bagard
2017-05-16Merged routines into symbols.Cyrille Bagard
2017-03-19Removed the useless STP_FUNCTION symbol type.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-12Applied some code refactoring to remove usages of GBinFormat in favor of GExe...Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.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-02-09Registered all the supported processors in the system code.Cyrille Bagard
2014-11-24Disabled old and unsupported architectures.Cyrille Bagard
2014-09-17Introduced memory ranges.Cyrille Bagard
2014-08-19Added a demo symbol when loading an ELF header.Cyrille Bagard
2014-07-31Improved the way code is decoded by avoiding to propagate the base address ev...Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2012-03-05Printed the string values of the Dex pool in the operand rendering.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-10-12Processed skipped instructions and used contexts.Cyrille Bagard
2010-08-01Cleaned the code and provided a fast way to demangle strings.Cyrille Bagard
2010-08-01Updated Itanium demangling by using the new contexts.Cyrille Bagard
2010-04-18Improved the Itanium demangler.Cyrille Bagard
2010-04-05Reorganized the ELF header (32 or 64 bits).Cyrille Bagard
2009-12-01Improved the Itanium demangling.Cyrille Bagard
2009-10-05Loaded .rel.plt symbols even for shared libraries.Cyrille Bagard
2009-08-11Improved the loading of several binaries.Cyrille Bagard
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard
2009-07-15Fixed bugs/mistakes of previous commits.Cyrille Bagard
2009-07-14Restored the code loading the ELF relocations.Cyrille Bagard