summaryrefslogtreecommitdiff
path: root/src/format/mangling
AgeCommit message (Expand)Author
2015-11-11Fixed most of the warnings about use of uninitialized data.Cyrille Bagard
2015-10-04Worked in best effort mode to provide a minimal routine when demangling.Cyrille Bagard
2015-10-01Decoded mangled names in a way suitable for the DEX format.Cyrille Bagard
2014-07-10Fully rewritten the core configuration system.Cyrille Bagard
2014-05-29Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2014-01-02Fixed a typo in the compilation rules.Cyrille Bagard
2013-12-29Handled Itanium demangling with C code (first part).Cyrille Bagard
2013-11-23Removed some compilation warnings.Cyrille Bagard
2013-08-31Removed some warnings by upgrading code to GLib 2.32.Cyrille Bagard
2012-10-12Reorganized types definitions.Cyrille Bagard
2012-04-01Processed the Java demangling of array types.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2010-08-10Improved the code by using Flex functions.Cyrille Bagard
2010-08-10Improved Itanium demangling.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-06-06Used a treeview with icons to show all known symbols.Cyrille Bagard
2010-05-13Supported Dalvik VM / DEX (partially).Cyrille Bagard
2010-04-18Improved the Itanium demangler.Cyrille Bagard
2009-12-01Improved the Itanium demangling.Cyrille Bagard
2009-09-30Parsed and replaced ModRM operands.Cyrille Bagard
2009-06-01Changed the old bin_routine structure to a GBinRoutine GObject.Cyrille Bagard
2009-05-11Reorganized the way the program is built again and added partial support for ...Cyrille Bagard
2009-05-11Changed the way the program is built.Cyrille Bagard
2009-04-25Saved the current work on plugins.Cyrille Bagard
2009-03-14Turned off lots of warnings by using the _GNU_SOURCE compliance.Cyrille Bagard
2009-03-08Added a partial support of the Itanium C++ ABI mangling.Cyrille Bagard