summaryrefslogtreecommitdiff
path: root/src/analysis/Makefile.am
AgeCommit message (Expand)Author
2023-01-30Save an initial version of rost.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-07-07Saved the first steps toward a new serialization system.Cyrille Bagard
2019-08-29Removed code relative to the old share server version.Cyrille Bagard
2019-07-01Introduced attributes for loaded contents.Cyrille Bagard
2019-04-14Provided a link to routines from Dex methods.Cyrille Bagard
2018-08-07Removed old code used for decompilation.Cyrille Bagard
2018-07-19Given their own structure to rendering options.Cyrille Bagard
2018-05-12Removed all execute bits in the source code files.Cyrille Bagard
2018-04-22Installed the core headers in the right place for plugins.Cyrille Bagard
2017-12-26Created the GLoadedContent interface to load all kinds of content.Cyrille Bagard
2017-02-08Gathered all the binary loading process into an uniq place.Cyrille Bagard
2016-12-30Deleted old code.Cyrille Bagard
2016-12-30Rewritten the line buffers using generators and on-demand building to save me...Cyrille Bagard
2016-12-12Removed most of the code related to non-working decompilation.Cyrille Bagard
2016-04-09Created user public and private RSA keys if needed.Cyrille Bagard
2015-09-20Defined one unique type to handle binaries.Cyrille Bagard
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard
2015-07-14Moved the project information into the analysis domain.Cyrille Bagard
2014-05-29Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...Cyrille Bagard
2014-03-20Created the first steps for a distributed storage.Cyrille Bagard
2012-12-08Cut instructions flow into blocks (to be continued).Cyrille Bagard
2012-11-05Removed the old interface for rendering lines.Cyrille Bagard
2012-10-12Reorganized types definitions.Cyrille Bagard
2012-08-12Cleaned the code and handled file binaries properly.Cyrille Bagard
2010-12-20Begun to clean the code by moving the disassembling process into disass/.Cyrille Bagard
2010-11-06Defined the entry point for decompilations.Cyrille Bagard
2010-04-18Improved the Itanium demangler.Cyrille Bagard
2009-09-30Parsed and replaced ModRM operands.Cyrille Bagard
2009-09-20Rewritten the work queue and fixed thread concurrency.Cyrille Bagard
2009-08-30Rendered using the GTK buffer (crappy version).Cyrille Bagard
2009-07-31Processed disassembling in a dedicated thread.Cyrille Bagard
2009-07-04Defined general rendering options using a GLib object.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-29Saved the current work on the overjump plugin.Cyrille Bagard
2009-04-25Saved the current work on plugins.Cyrille Bagard
2009-04-12Created a debugging layout and introduced a heavier use of GLib.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
2009-02-18Begun to rewrite the way rendering lines are managed.Cyrille Bagard