summaryrefslogtreecommitdiff
path: root/src/format/Makefile.am
AgeCommit message (Expand)Author
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2019-07-07Added support for Android boot images.Cyrille Bagard
2018-12-07Moved some core features into plugins.Cyrille Bagard
2018-11-27Removed support for the PE file format.Cyrille Bagard
2018-11-24Moved the DWARF support as plugin and disabled it.Cyrille Bagard
2018-09-18Removed the old way to load binaries.Cyrille Bagard
2018-08-02Introduced symbols dedicated to strings.Cyrille Bagard
2018-06-07Introduced the flat file format.Cyrille Bagard
2018-04-22Installed the core headers in the right place for plugins.Cyrille Bagard
2018-01-30Moved the mangling related code.Cyrille Bagard
2018-01-13Created a real iterator for symbols.Cyrille Bagard
2017-10-18Created plugins for the Dex and Dalvik support.Cyrille Bagard
2017-10-01Defined the ELF support as plugin.Cyrille Bagard
2017-05-14Begun to clean the symbol interface.Cyrille Bagard
2017-05-05Inserted preloaded format information from instructions instead of symbols.Cyrille Bagard
2015-10-01Rewritten the whole support of DEX file format.Cyrille Bagard
2015-08-12Extended the loading process of binary formats to prepare the DWARF support.Cyrille Bagard
2015-02-03Removed all references to binary parts (GBinPart) and updated the code.Cyrille Bagard
2014-05-29Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...Cyrille Bagard
2010-05-18Displayed the about window.Cyrille Bagard
2010-05-13Supported Dalvik VM / DEX (partially).Cyrille Bagard
2010-04-24Updated a little bit the Java part (welcome back).Cyrille Bagard
2010-03-11Added first steps for a full PE support.Cyrille Bagard
2009-12-13Loaded and saved binary parts.Cyrille Bagard
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...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
2009-03-03Created a system messages panel.Cyrille Bagard
2009-01-29Begun to support PE binaries.Cyrille Bagard
2009-01-25Supported the Java Class file format.Cyrille Bagard
2008-08-08Prepared to handle the DWARF debug format.Cyrille Bagard
2008-07-26Parsed x86 binary data and displayed the result.Cyrille Bagard