summaryrefslogtreecommitdiff
path: root/src/analysis/binary.h
AgeCommit message (Expand)Author
2018-09-18Removed the old way to load binaries.Cyrille Bagard
2018-08-07Removed old code used for decompilation.Cyrille Bagard
2018-07-19Given their own structure to rendering options.Cyrille Bagard
2018-06-06Deleted old unused code.Cyrille Bagard
2018-05-14Created an instruction database for Chrysalide.Cyrille Bagard
2018-04-21Improved the way file formats are detected and loaded.Cyrille Bagard
2018-04-05Fixed and updated GType macros dealing with non-existent interfaces.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2017-12-26Created the GLoadedContent interface to load all kinds of content.Cyrille Bagard
2017-11-12Provided a way to wait for analysis endings without signals.Cyrille Bagard
2017-02-08Gathered all the binary loading process into an uniq place.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-31Loaded binaires without blocking the GUI during the process.Cyrille Bagard
2016-12-30Rewritten the line buffers using generators and on-demand building to save me...Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-10-14Handled Dalvik simple switch cases without fallthrough.Cyrille Bagard
2016-04-09Signed and verified the MD5 hash of a given user name.Cyrille Bagard
2016-04-09Built interfaces using Glade and GLib resources.Cyrille Bagard
2015-09-20Defined one unique type to handle binaries.Cyrille Bagard
2015-09-19Extended the prototype for matching formats in order to get it suitable for p...Cyrille Bagard
2015-08-12Extended the loading process of binary formats to prepare the DWARF support.Cyrille Bagard
2015-07-30Removed collection items by deactivating them using the activity timestamps.Cyrille Bagard
2015-07-28Begun to manage collection items as active or inactive using timestamps.Cyrille Bagard
2015-07-16Used the binary contents a little bit more.Cyrille Bagard
2015-07-12Only given access to instructions from a processor.Cyrille Bagard
2015-02-23Fixed a bug: do not close the connection after the initial handshake.Cyrille Bagard
2015-02-17Defined, computed and stored the checksum in the binary content manager.Cyrille Bagard
2015-02-16Connected each loaded binary as a client to a server.Cyrille Bagard
2015-02-09Created a dialog box to create new bookmarks.Cyrille Bagard
2015-02-09Registered all the supported processors in the system code.Cyrille Bagard
2015-02-03Removed all references to binary parts (GBinPart) and updated the code.Cyrille Bagard
2014-10-21Cleaned, fixed and improved the rules for the display of view columns.Cyrille Bagard
2014-08-25Loaded lots of ELF header information as symbols.Cyrille Bagard
2014-08-18Inserted storages and collections into loaded binaries (first steps).Cyrille Bagard
2014-07-31Merged two equal binary views enumerations.Cyrille Bagard
2014-06-25Given a name and a description for binaries, not always based on a filenames.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2014-03-20Created the first steps for a distributed storage.Cyrille Bagard
2012-11-05Removed the old interface for rendering lines.Cyrille Bagard
2012-11-02Improved the computing and the rendering of the graphic view.Cyrille Bagard
2012-08-12Cleaned the code and handled file binaries properly.Cyrille Bagard
2012-01-14Updated calls to take the binary rendering options into account.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2010-12-20Begun to clean the code by moving the disassembling process into disass/.Cyrille Bagard
2010-11-28Loaded all buffers of decompiled files.Cyrille Bagard
2010-11-06Defined the entry point for decompilations.Cyrille Bagard
2010-11-02Built a linked list of disassembled instructions.Cyrille Bagard
2010-07-29Improved the GDB client.Cyrille Bagard
2010-04-05Created a plugin to follow the control.Cyrille Bagard
2010-01-02Provided ways to load, save and edit some binary parts selection.Cyrille Bagard